Index: test/cctest/cctest.status |
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
index 3179364e3c2129260d8d714cb9c2dbe2946cf330..b1de5a1aeaf7e5799cb431e29e3aa2187203bb6f 100644 |
--- a/test/cctest/cctest.status |
+++ b/test/cctest/cctest.status |
@@ -70,10 +70,10 @@ |
'test-hydrogen-types/*': [PASS, NO_VARIANTS], |
'test-types/*': [PASS, NO_VARIANTS], |
- # BUG(2999). |
- 'test-cpu-profiler/CollectCpuProfile': [PASS, FLAKY], |
- # BUG(3287). |
- 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [PASS, FLAKY], |
+ # The cpu profiler tests are notoriously flaky. |
+ # BUG(2999). (test/cpu-profiler/CollectCpuProfile) |
+ # BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup) |
+ 'test-cpu-profiler/*': [PASS, FLAKY], |
############################################################################ |
# Slow tests. |
@@ -147,7 +147,6 @@ |
# BUG(2999). |
'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL], |
- 'test-cpu-profiler/JsNativeJsSample': [PASS, FLAKY], |
# BUG(3055). |
'test-cpu-profiler/JsNative1JsNative2JsSample': [PASS, ['mode == release', FAIL], ['mode == debug', FLAKY]], |