Commit 666418d5 authored by Dominik Inführ's avatar Dominik Inführ Committed by Commit Bot

[test] Disable test with stress_concurrent_allocation

Test creates out-of-memory condition. Running that test in the
stress_concurrent_allocation variant might lead to "ineffective GCs"
failure before going OOM. Simply do not run this test for that variant.


Bug: v8:11272
Change-Id: I114686ec345f7a38f871347b62983d7591dc6ba3
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2594769
Commit-Queue: Dominik Inführ <dinfuehr@chromium.org>
Reviewed-by: 's avatarMaya Lekova <mslekova@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#71788}
parent 76f9ee61
...@@ -163,6 +163,9 @@ ...@@ -163,6 +163,9 @@
'cpu-profiler/coverage-block': [SKIP], 'cpu-profiler/coverage-block': [SKIP],
'runtime/internal-properties-entries': [SKIP], 'runtime/internal-properties-entries': [SKIP],
'runtime-call-stats/collection': [SKIP], 'runtime-call-stats/collection': [SKIP],
# Skip tests that might fail with concurrent allocation
'debugger/pause-on-oom-wide': [SKIP],
}], # stress_concurrent_allocation }], # 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