Commit 29e737bd authored by Milad Fa's avatar Milad Fa Committed by V8 LUCI CQ

[test] skip peephole tests on big endian

tests where moved from cctest to unittests under this cl:
https://crrev.com/c/3607370

Bug: v8:12781
Change-Id: If625e0dda51034e731c5e7fe87d591dce9804888
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3611182Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
Commit-Queue: Milad Farazmand <mfarazma@redhat.com>
Cr-Commit-Position: refs/heads/main@{#80227}
parent d67a14b2
......@@ -311,8 +311,6 @@
# BUG(v8:12505). Tests which share Wasm memory buffer with Js Typed arrays.
'test-api/WasmI32AtomicWaitCallback': [SKIP],
'test-api/WasmI64AtomicWaitCallback': [SKIP],
# Peephole optimization not supported on big-endian machines.
'test-regexp/Peephole*': [SKIP],
}], # 'byteorder == big'
##############################################################################
......
......@@ -141,4 +141,10 @@
'UnifiedHeapTest.FindingV8ToBlinkReference': [SKIP],
}], # third_party_heap
##############################################################################
['byteorder == big', {
# Peephole optimization not supported on big-endian machines.
'RegExpTest.Peephole*': [SKIP],
}], # 'byteorder == big'
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment