From d46f8c1e0963e2367f00f70b16e23c571049ac66 Mon Sep 17 00:00:00 2001 From: "yangguo@chromium.org" Date: Fri, 21 Mar 2014 11:45:54 +0000 Subject: [PATCH] Mark CollectCpuProfile as flaky. R=machenbach@chromium.org BUG=v8:2999 LOG=N Review URL: https://codereview.chromium.org/208043002 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20157 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/cctest/cctest.status | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status index d9d3a7c..7e5fe2a 100644 --- a/test/cctest/cctest.status +++ b/test/cctest/cctest.status @@ -65,6 +65,9 @@ # are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here. 'test-parsing/ParserSync': [PASS, NO_VARIANTS], + # BUG(2999). + 'test-cpu-profiler/CollectCpuProfile': [PASS, FLAKY], + ############################################################################ # Slow tests. 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], @@ -159,9 +162,6 @@ 'test-serialize/DeserializeAndRunScript2': [SKIP], 'test-serialize/DeserializeFromSecondSerialization': [SKIP], - # BUG(2999). - 'test-cpu-profiler/CollectCpuProfile': [PASS, FLAKY], - ############################################################################ # Slow tests. 'test-api/Threading1': [PASS, SLOW], -- 2.7.4