[cpu-profiler] Enable previously flaky tests
I can't reproduce any of these flakes anymore on windows or linux. Some are confirmed fixed with the same root cause as crbug.com/v8/8883. Others are not reproducible anymore and were probably fixed by other de-flaking and bugfixes in the last 6 months. Bug: v8:5193, v8:7054 Change-Id: I23ce47a98f11f3637ccf4baf01ffab5c461a0ebd Reviewed-on: https://chromium-review.googlesource.com/c/1489074 Reviewed-by: Jakob Gruber <jgruber@chromium.org> Commit-Queue: Peter Marshall <petermarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#59873}
This commit is contained in:
parent
2e6ab9fc30
commit
db1cbe5d05
@ -74,29 +74,16 @@
|
||||
|
||||
# BUG(5193). The cpu profiler tests are notoriously flaky.
|
||||
'test-profile-generator/RecordStackTraceAtStartProfiling': [SKIP],
|
||||
'test-cpu-profiler/CollectCpuProfile': [SKIP],
|
||||
'test-cpu-profiler/CollectCpuProfileCallerLineNumbers': [SKIP],
|
||||
'test-cpu-profiler/CollectCpuProfileSamples': [SKIP],
|
||||
'test-cpu-profiler/CollectDeoptEvents': [SKIP],
|
||||
'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [SKIP],
|
||||
'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [SKIP],
|
||||
'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
|
||||
'test-cpu-profiler/FunctionApplySample': [SKIP],
|
||||
'test-cpu-profiler/HotDeoptNoFrameEntry': [SKIP],
|
||||
'test-cpu-profiler/JsNative1JsNative2JsSample': [SKIP],
|
||||
'test-cpu-profiler/JsNativeJsRuntimeJsSample': [SKIP],
|
||||
'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [SKIP],
|
||||
'test-cpu-profiler/JsNativeJsSample': [SKIP],
|
||||
'test-cpu-profiler/NativeAccessorUninitializedIC': [SKIP],
|
||||
'test-cpu-profiler/SampleWhenFrameIsNotSetup': [SKIP],
|
||||
'test-sampler/LibSamplerCollectSample': [SKIP],
|
||||
|
||||
# BUG(7202). The test is flaky.
|
||||
'test-cpu-profiler/NativeFrameStackTrace': [SKIP],
|
||||
|
||||
# BUG(7054)
|
||||
'test-cpu-profiler/StaticCollectSampleAPI': [SKIP],
|
||||
|
||||
# BUG(2340). Preprocessing stack traces is disabled at the moment.
|
||||
'test-heap/PreprocessStackTrace': [FAIL],
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user