Disable flaky JsNativeJsSample on Ignition.
BUG=v8:4751 TBR=machenbach@chromium.org Review-Url: https://codereview.chromium.org/2033773003 Cr-Commit-Position: refs/heads/master@{#36706}
This commit is contained in:
parent
28e6753acc
commit
dffbcfe8eb
@ -177,8 +177,8 @@
|
||||
'test-heap/ResetSharedFunctionInfoCountersDuringIncrementalMarking': [PASS, NO_IGNITION],
|
||||
'test-heap/ResetSharedFunctionInfoCountersDuringMarkSweep': [PASS, NO_IGNITION],
|
||||
|
||||
# BUG(4751). Flaky with ignition and tsan.
|
||||
'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', NO_IGNITION]],
|
||||
# BUG(4751). Flaky with ignition.
|
||||
'test-cpu-profiler/JsNativeJsSample': [PASS, NO_IGNITION],
|
||||
}], # ALWAYS
|
||||
|
||||
##############################################################################
|
||||
@ -572,8 +572,8 @@
|
||||
# TODO(mvstanton,4900): CHECK(!g_function->is_compiled());
|
||||
'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [FAIL],
|
||||
|
||||
# BUG(4751). Flaky with ignition and tsan.
|
||||
'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', SKIP]],
|
||||
# BUG(4751). Flaky with Ignition.
|
||||
'test-cpu-profiler/JsNativeJsSample': [SKIP],
|
||||
}], # ignition or ignition_turbofan
|
||||
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user