Adjust cctest.status for Cpu profiler tests which are flaky.

R=machenbach@chromium.org

Review URL: https://codereview.chromium.org/307383003

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21637 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent e1c0e542
...@@ -70,10 +70,10 @@ ...@@ -70,10 +70,10 @@
'test-hydrogen-types/*': [PASS, NO_VARIANTS], 'test-hydrogen-types/*': [PASS, NO_VARIANTS],
'test-types/*': [PASS, NO_VARIANTS], 'test-types/*': [PASS, NO_VARIANTS],
# BUG(2999). # The cpu profiler tests are notoriously flaky.
'test-cpu-profiler/CollectCpuProfile': [PASS, FLAKY], # BUG(2999). (test/cpu-profiler/CollectCpuProfile)
# BUG(3287). # BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup)
'test-cpu-profiler/SampleWhenFrameIsNotSetup': [PASS, FLAKY], 'test-cpu-profiler/*': [PASS, FLAKY],
############################################################################ ############################################################################
# Slow tests. # Slow tests.
...@@ -147,7 +147,6 @@ ...@@ -147,7 +147,6 @@
# BUG(2999). # BUG(2999).
'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL], 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL],
'test-cpu-profiler/JsNativeJsSample': [PASS, FLAKY],
# BUG(3055). # BUG(3055).
'test-cpu-profiler/JsNative1JsNative2JsSample': [PASS, ['mode == release', FAIL], ['mode == debug', FLAKY]], 'test-cpu-profiler/JsNative1JsNative2JsSample': [PASS, ['mode == release', FAIL], ['mode == debug', FLAKY]],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment