Commit ee58c57b authored by Al Muthanna Athamina's avatar Al Muthanna Athamina Committed by V8 LUCI CQ

Skip unpredictable tests on predictable builders

Bug: v8:13234
No-Try: true
Change-Id: I63a5402ce5e4419972e0d6728c7615a341398648
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3855450Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Auto-Submit: Almothana Athamneh <almuthanna@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/main@{#82720}
parent c48e3915
......@@ -117,6 +117,10 @@
['predictable', {
# https://crbug.com/v8/8537
'octane/typescript': [SKIP],
# https://crbug.com/v8/13234
'octane/box2d': [SKIP],
'octane/earley-boyer': [SKIP],
}], # 'predictable'
['variant == stress_snapshot', {
......
......@@ -1163,13 +1163,14 @@
# BUG(v8:12605): flaky test.
'wasm/grow-shared-memory': [SKIP],
}], # 'predictable == True'
##############################################################################
['predictable == True', {
# BUG(v8:12463)
'regress/wasm/regress-1179065': [SKIP],
'wasm/speculative-inlining': [SKIP],
# BUG(v8:13234)
'wasm/shared-memory-worker-gc-stress': [SKIP],
'object-literal': [SKIP],
}], # 'predictable == True'
##############################################################################
......
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