From 0099fdebc0e427483a355e81564a25fc65e42e77 Mon Sep 17 00:00:00 2001 From: "svenpanne@chromium.org" Date: Wed, 15 May 2013 10:54:24 +0000 Subject: [PATCH] Ignore failing flaky profiler test. R=mstarzinger@chromium.org Review URL: https://codereview.chromium.org/14899010 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14679 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/cctest/cctest.status | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status index 4a217e2..91c6d70 100644 --- a/test/cctest/cctest.status +++ b/test/cctest/cctest.status @@ -39,8 +39,9 @@ test-api/ApplyInterruption: PASS || TIMEOUT # when snapshot is on, so I am marking it PASS || FAIL test-heap-profiler/HeapSnapshotsDiff: PASS || FAIL -# BUG(2628): This test is flaky and sometimes fails, but should not crash. +# BUG(2628): These tests are flaky and sometimes fail, but should not crash. test-cpu-profiler/CollectCpuProfile: PASS || FAIL +test-cpu-profiler/SampleWhenFrameIsNotSetup: PASS || FAIL # These tests always fail. They are here to test test.py. If # they don't fail then test.py has failed. -- 2.7.4