Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(516)

Unified Diff: test/cctest/cctest.status

Issue 307383003: Adjust cctest.status for Cpu profiler tests which are flaky. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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]],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698