Index: test/cctest/cctest.status |
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
index 8f4cfbb34442a404d38148be27f1b9d60c08cf54..2fe5d137b0b7640b5dce2aa48f05cd1cbb3fbcea 100644 |
--- a/test/cctest/cctest.status |
+++ b/test/cctest/cctest.status |
@@ -71,8 +71,11 @@ |
# 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], |
# BUG(3525). Test crashes flakily. |
'test-debug/RecursiveBreakpoints': [PASS, FLAKY], |