Index: test/cctest/cctest.status |
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
index 985d1b3a37e709ac2537315f20ce885f2d186c6c..0807b5aa719c660554645cb9989ed0b9d3c8e4a2 100644 |
--- a/test/cctest/cctest.status |
+++ b/test/cctest/cctest.status |
@@ -71,11 +71,8 @@ |
# The cpu profiler tests are notoriously flaky. |
# BUG(2999). (test/cpu-profiler/CollectCpuProfile) |
# BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup) |
- '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/*': [PASS, FLAKY], |
+ 'test-cpu-profiler/*': [SKIP], |
# BUG(3525). Test crashes flakily. |
'test-debug/RecursiveBreakpoints': [PASS, FLAKY], |
@@ -116,13 +113,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], |
@@ -181,11 +179,17 @@ |
############################################################################## |
['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' |
@@ -200,8 +204,6 @@ |
############################################################################## |
['arch == arm', { |
- |
- 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], |
# BUG(355): Test crashes on ARM. |
'test-log/ProfLazyMode': [SKIP], |