Commit dfef68d0 authored by Igor Sheludko's avatar Igor Sheludko Committed by V8 LUCI CQ

[tests] Skip slow tests on certain configurations

Bug: v8:12590
Change-Id: I621bed34445a245cd077f06817496c1539454c5d
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3423784
Auto-Submit: Igor Sheludko <ishell@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/main@{#78867}
parent 300efd2a
......@@ -74,6 +74,7 @@
['variant == jitless', {
# Too slow for jitless mode.
'kraken/audio-fft': [PASS, ['mode == debug', SKIP]],
'kraken/imaging-desaturate' : [PASS, ['mode == debug', SKIP]],
'kraken/imaging-gaussian-blur' : [PASS, ['mode == debug', SKIP]],
'octane/zlib': [SKIP],
......
......@@ -187,6 +187,10 @@
'cpu-profiler/coverage-block': [SKIP],
'runtime/internal-properties-entries': [SKIP],
# TODO(v8:12590): the test became too slow with external code space enabled.
# Skip it for now.
'debugger/wasm-step-a-lot': [SKIP],
# Skip tests that might fail with concurrent allocation
'debugger/pause-on-oom-wide': [SKIP],
}], # stress_concurrent_allocation
......
......@@ -1508,6 +1508,8 @@
# stress-concurrent-allocation reverts the pretenuring decision due to low
# survival rate in old generation.
'compiler/deopt-pretenure': [SKIP],
# BUG(v8:9506): slow tests.
'wasm/shared-memory-worker-gc-stress': [SKIP],
}], # variant == stress_concurrent_allocation
##############################################################################
......
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