[cctest] Skip a couple of test-cpu-profiler tests on win debug
Skip test-cpu-profiler/Inlining2 and test-cpu-profiler/CrossScriptInliningCallerLineNumbers2 on win debug build. Bug: v8:10107 Change-Id: If4382db8ae79d6f59dcafefc4ba3c4e93bb2fa22 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1981158 Reviewed-by: Peter Marshall <petermarshall@chromium.org> Reviewed-by: Maya Lekova <mslekova@chromium.org> Commit-Queue: Mythri Alle <mythria@chromium.org> Cr-Commit-Position: refs/heads/master@{#65627}
This commit is contained in:
parent
92b3a4779f
commit
c6b1b8456c
@ -229,6 +229,10 @@
|
||||
|
||||
# BUG(5920): Flaky crash.
|
||||
'test-serialize/PartialSerializerContext': [PASS, ['arch == x64 and mode == debug', SKIP]],
|
||||
|
||||
# BUG(10107): Failing flakily
|
||||
'test-cpu-profiler/Inlining2': ['arch == ia32 and mode == debug', SKIP],
|
||||
'test-cpu-profiler/CrossScriptInliningCallerLineNumbers2': ['arch == ia32 and mode == debug', SKIP],
|
||||
}], # 'system == windows'
|
||||
|
||||
##############################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user