From 2b477ebdcd41502b12a412f20a727bb52f879e29 Mon Sep 17 00:00:00 2001 From: Leszek Swirski Date: Wed, 24 Aug 2022 12:58:36 +0200 Subject: [PATCH] [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 Bot-Commit: Rubber Stamper Commit-Queue: Rubber Stamper Reviewed-by: Igor Sheludko Auto-Submit: Leszek Swirski Cr-Commit-Position: refs/heads/main@{#82687} --- test/mjsunit/mjsunit.status | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index 9832ec205b..3c9059dd77 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -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])', {