From 7d2b13b4ca3c8420b6ae761e77784059942e7507 Mon Sep 17 00:00:00 2001 From: "jochen@chromium.org" Date: Mon, 5 May 2014 13:29:10 +0000 Subject: [PATCH] Mark test-cpu-profiler/JsNativeJsRuntimeJsSample as flaky BUG=v8:3308 LOG=n TBR=yurys@chromium.org Review URL: https://codereview.chromium.org/268093002 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@21143 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/cctest/cctest.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status index 5fa31564f..85a812efb 100644 --- a/test/cctest/cctest.status +++ b/test/cctest/cctest.status @@ -76,6 +76,8 @@ 'test-cpu-profiler/CollectCpuProfile': [PASS, FLAKY], # BUG(3287). 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [PASS, FLAKY], + # BUG(3308). + 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [PASS, FLAKY] ############################################################################ # Slow tests. -- 2.34.1