Commit b070ebdb authored by Jakob Gruber's avatar Jakob Gruber Committed by Commit Bot

[compiler] More skips for --stress-concurrent-inlining

Tbr: gsathya@chromium.org
Bug: v8:11668,v8:11649,v8:11576
Change-Id: I8bd0cb97d7682a8d752c5b78af6dfccd426be1d3
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2839543Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
Commit-Queue: Jakob Gruber <jgruber@chromium.org>
Cr-Commit-Position: refs/heads/master@{#74054}
parent 65dd021b
......@@ -705,9 +705,11 @@
['variant == stress_concurrent_inlining', {
# crbug.com/v8/11649: Improper access to BreakInfo and friends.
'test-debug/BreakPointInlinedBuiltin': [PASS, FAIL],
'test-debug/BreakPointInlining': [PASS, FAIL],
# BUG(11524): Crashing flakily.
'test-cpu-profiler/TracingCpuProfiler': [PASS, FAIL],
# crbug.com/v8/11513: Flakily failing due to the additional compile task.
'test-heap/CellsInOptimizedCodeAreWeak': [PASS, FAIL],
'test-heap/EnsureAllocationSiteDependentCodesProcessed': [PASS, FAIL],
'test-heap/LeakNativeContextVia*': [PASS, FAIL],
'test-heap/NewSpaceObjectsInOptimizedCode': [PASS, FAIL],
......
......@@ -1463,6 +1463,12 @@
'concurrent-initial-prototype-change-1': [SKIP],
}], # variant == concurrent_inlining
################################################################################
['variant == stress_concurrent_inlining', {
# crbug.com/v8/11668
'regress/regress-669024': [SKIP],
}], # variant == stress_concurrent_inlining
##############################################################################
['pointer_compression_shared_cage', {
# kMaximalCodeRangeSize causing VM exhaustion with 50 workers when sharing a
......
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