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

Move skipped tests on Numfuzz to a separate section to reduce duplication

NOTRY=true

Bug: v8:12826
Change-Id: Ibe1bad5837221903a7a47af7f2cc49963952a67e
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3629335Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Auto-Submit: Almothana Athamneh <almuthanna@chromium.org>
Commit-Queue: Almothana Athamneh <almuthanna@chromium.org>
Cr-Commit-Position: refs/heads/main@{#80372}
parent dc92fe09
......@@ -1084,16 +1084,6 @@
# https://crbug.com/v8/9984
'compiler/opt-higher-order-functions': [SKIP],
# BUG(v8:11656) Skipped until we make progress on NumFuzz.
'baseline/test-osr': [SKIP],
# BUG(v8:12013) Skipped until we remove flakes on NumFuzz.
'compiler/concurrent-inlining-1': [SKIP],
'compiler/inlined-call-polymorphic': [SKIP],
# BUG(v8:12826) Skipped until we remove flakes on NumFuzz.
'turboshaft/simple': [SKIP],
}], # 'deopt_fuzzer'
##############################################################################
......@@ -1130,19 +1120,22 @@
'regress/regress-v8-9267-*': [SKIP],
'shared-function-tier-up-turbo': [SKIP],
# BUG(v8:11656) Skipped until we make progress on NumFuzz.
'baseline/test-osr': [SKIP],
# BUG(v8:11826) Skipped until we remove flakes on NumFuzz.
'regress/wasm/regress-1231950': [SKIP],
}], # 'gc_fuzzer'
##############################################################################
['gc_fuzzer or deopt_fuzzer', {
# BUG(v8:12013) Skipped until we remove flakes on NumFuzz.
'compiler/concurrent-inlining-1': [SKIP],
'compiler/inlined-call-polymorphic': [SKIP],
# BUG(v8:12013) Skipped until we remove flakes on NumFuzz.
'compiler/concurrent-inlining-1': [SKIP],
'compiler/inlined-call-polymorphic': [SKIP],
# BUG(v8:11656) Skipped until we make progress on NumFuzz.
'baseline/test-osr': [SKIP],
# BUG(v8:12826) Skipped until we remove flakes on NumFuzz.
'turboshaft/simple': [SKIP],
}], # 'gc_fuzzer'
# BUG(v8:12826) Skipped until we remove flakes on NumFuzz.
'turboshaft/simple': [SKIP],
}], # gc_fuzzer or deopt_fuzzer
##############################################################################
['endurance_fuzzer', {
......
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