Commit 0be6542c authored by Michael Achenbach's avatar Michael Achenbach Committed by V8 LUCI CQ

[test] Skip slow tests

Also bump shards on a slow builder.

No-Try: true
Bug: v8:13074
Change-Id: I07131c53d1d632886039e811de38961dd4eb5752
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3760458Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Auto-Submit: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/main@{#81716}
parent ceb06244
......@@ -1833,7 +1833,7 @@
'name': 'v8testing',
'suffix': 'armv8-a',
'test_args': ['--extra-flags', '--enable-armv8'],
'shards': 8
'shards': 10
},
# Novfp3.
{
......@@ -1854,7 +1854,7 @@
'suffix': 'novfp3',
'variant': 'default',
'test_args': ['--novfp3'],
'shards': 8
'shards': 3
},
],
},
......
......@@ -170,6 +170,7 @@
'wasm/atomics64-stress': [PASS, SLOW, NO_VARIANTS, ['mode != release or dcheck_always_on', SKIP], ['tsan', SKIP]],
'wasm/compare-exchange-stress': [PASS, SLOW, NO_VARIANTS],
'wasm/compare-exchange64-stress': [PASS, SLOW, NO_VARIANTS],
'wasm/stringrefs-exec': [PASS, SLOW],
# Very slow on ARM, MIPS, RISCV and LOONG, contains no architecture dependent code.
'unicode-case-overoptimization0': [PASS, NO_VARIANTS, ['arch in (arm, arm64, mipsel, mips64el, mips64, mips, riscv64, loong64)', SKIP]],
......@@ -1274,6 +1275,12 @@
'regress/wasm/regress-7785': [SKIP],
}], # variant == nooptimization
##############################################################################
['variant in (nooptimization, turboshaft)', {
# Slow test:
'wasm/stringrefs-exec': [PASS, ['arch in (arm, arm64) and simulator_run and mode == debug', SKIP]],
}], # variant in (nooptimization, turboshaft)
##############################################################################
['gcov_coverage', {
# Tests taking too long.
......
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