Index: test/cctest/cctest.status |
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
index 4d8484f955cecb99c8a961232d1562a6014a7286..e681d7d31d5ba2c1cf381a5babe5c2df8031ed47 100644 |
--- a/test/cctest/cctest.status |
+++ b/test/cctest/cctest.status |
@@ -71,8 +71,17 @@ |
# The cpu profiler tests are notoriously flaky. |
# BUG(2999). (test/cpu-profiler/CollectCpuProfile) |
# BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup) |
- 'test-cpu-profiler/*': [PASS, FLAKY], |
- 'test-cpu-profiler/*': [SKIP], |
+ 'test-cpu-profiler/CollectCpuProfile': [SKIP], |
+ 'test-cpu-profiler/CollectCpuProfileSamples': [SKIP], |
+ 'test-cpu-profiler/FunctionApplySample': [SKIP], |
+ 'test-cpu-profiler/FunctionCallSample': [SKIP], |
+ 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [SKIP], |
+ 'test-cpu-profiler/HotDeoptNoFrameEntry': [SKIP], |
+ 'test-cpu-profiler/BoundFunctionCall': [SKIP], |
+ 'test-cpu-profiler/CpuProfileDeepStack': [SKIP], |
+ 'test-cpu-profiler/JsNativeJsSample': [SKIP], |
+ 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [SKIP], |
+ 'test-cpu-profiler/JsNative1JsNative2JsSample': [SKIP], |
# BUG(3525). Test crashes flakily. |
'test-debug/RecursiveBreakpoints': [PASS, FLAKY], |
@@ -116,15 +125,14 @@ |
############################################################################## |
['arch == arm64', { |
+ 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], |
+ |
'test-api/Bug618': [PASS], |
# BUG(v8:3385). |
'test-serialize/DeserializeFromSecondSerialization': [PASS, FAIL], |
'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [PASS, FAIL], |
- # BUG(v8:2999). |
- 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL], |
- |
# BUG(v8:3154). |
'test-heap/ReleaseOverReservedPages': [PASS, FAIL], |
@@ -182,18 +190,12 @@ |
############################################################################## |
['system == windows', { |
- # BUG(2999). |
- 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL], |
- |
# BUG(3005). |
'test-alloc/CodeRange': [PASS, FAIL], |
# BUG(3331). Fails on windows. |
'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], |
- # BUG(v8:3433). Crashes on windows. |
- 'test-cpu-profiler/FunctionApplySample': [SKIP], |
- |
}], # 'system == windows' |
############################################################################## |
@@ -208,6 +210,8 @@ |
############################################################################## |
['arch == arm', { |
+ 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], |
+ |
# BUG(355): Test crashes on ARM. |
'test-log/ProfLazyMode': [SKIP], |