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
This commit is contained in:
yangguo@chromium.org 2014-03-21 11:45:54 +00:00
parent 0b0b6f65a9
commit d46f8c1e09

View File

@ -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],