Commit 2b477ebd authored by Leszek Swirski's avatar Leszek Swirski Committed by V8 LUCI CQ

[predictable] Skip slow predictable tests on non-x86

Bug: v8:12463
Change-Id: I751b08d799afc348ecf0aadc979647a273c63b7a
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3852392
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Reviewed-by: 's avatarIgor Sheludko <ishell@chromium.org>
Auto-Submit: Leszek Swirski <leszeks@chromium.org>
Cr-Commit-Position: refs/heads/main@{#82687}
parent eca383c9
......@@ -1166,11 +1166,11 @@
}], # 'predictable == True'
##############################################################################
['predictable == True and arch == ia32', {
['predictable == True', {
# BUG(v8:12463)
'regress/wasm/regress-1179065': [SKIP],
'wasm/speculative-inlining': [SKIP],
}], # 'predictable == True and arch == ia32'
}], # 'predictable == True'
##############################################################################
['simulator_run and (arch in [ppc64, s390x])', {
......
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