[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: Igor Sheludko <ishell@chromium.org>
Auto-Submit: Leszek Swirski <leszeks@chromium.org>
Cr-Commit-Position: refs/heads/main@{#82687}
This commit is contained in:
Leszek Swirski 2022-08-24 12:58:36 +02:00 committed by V8 LUCI CQ
parent eca383c947
commit 2b477ebdcd

View File

@ -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])', {