[test] Skip flaky sampler and cpu-profiler tests on windows.
BUG=v8:5193 NOTRY=true Review-Url: https://codereview.chromium.org/2238193002 Cr-Commit-Position: refs/heads/master@{#38600}
This commit is contained in:
parent
923c45198a
commit
f93f39f0eb
@ -199,6 +199,9 @@
|
||||
'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [SKIP],
|
||||
'test-cpu-profiler/JsNativeJsSample': [SKIP],
|
||||
'test-cpu-profiler/JsNative1JsNative2JsSample': [SKIP],
|
||||
|
||||
# BUG(5193): Flaky timeout.
|
||||
'test-sampler/LibSamplerCollectSample': [PASS, ['arch == x64', SKIP]],
|
||||
}], # 'system == windows'
|
||||
|
||||
##############################################################################
|
||||
@ -336,6 +339,12 @@
|
||||
|
||||
}], # variant == turbofan
|
||||
|
||||
##############################################################################
|
||||
['variant == turbofan_opt', {
|
||||
# BUG(5193): Flaky.
|
||||
'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
|
||||
}], # variant == turbofan_opt
|
||||
|
||||
##############################################################################
|
||||
['variant == ignition', {
|
||||
# TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !function->shared()->is_compiled() || function->IsOptimized().
|
||||
@ -387,6 +396,9 @@
|
||||
# TurboFan cpu profiler result is different.
|
||||
'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL],
|
||||
'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
|
||||
|
||||
# BUG(5193): Flaky.
|
||||
'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
|
||||
}], # variant == ignition
|
||||
|
||||
##############################################################################
|
||||
@ -438,6 +450,9 @@
|
||||
'test-run-inlining/SimpleInliningContextDeopt': [FAIL],
|
||||
'test-run-inlining/SimpleInliningContext': [FAIL],
|
||||
'test-run-inlining/SimpleInlining': [FAIL],
|
||||
|
||||
# BUG(5193): Flaky.
|
||||
'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
|
||||
}], # variant == ignition_staging
|
||||
|
||||
##############################################################################
|
||||
@ -517,6 +532,9 @@
|
||||
# TurboFan cpu profiler result is different.
|
||||
'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL],
|
||||
'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
|
||||
|
||||
# BUG(5193): Flaky.
|
||||
'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
|
||||
}], # variant == ignition_turbofan
|
||||
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user