Commit d46f8c1e authored by yangguo@chromium.org's avatar yangguo@chromium.org

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
parent 0b0b6f65
...@@ -65,6 +65,9 @@ ...@@ -65,6 +65,9 @@
# are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here. # are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here.
'test-parsing/ParserSync': [PASS, NO_VARIANTS], 'test-parsing/ParserSync': [PASS, NO_VARIANTS],
# BUG(2999).
'test-cpu-profiler/CollectCpuProfile': [PASS, FLAKY],
############################################################################ ############################################################################
# Slow tests. # Slow tests.
'test-api/Threading1': [PASS, ['mode == debug', SLOW]], 'test-api/Threading1': [PASS, ['mode == debug', SLOW]],
...@@ -159,9 +162,6 @@ ...@@ -159,9 +162,6 @@
'test-serialize/DeserializeAndRunScript2': [SKIP], 'test-serialize/DeserializeAndRunScript2': [SKIP],
'test-serialize/DeserializeFromSecondSerialization': [SKIP], 'test-serialize/DeserializeFromSecondSerialization': [SKIP],
# BUG(2999).
'test-cpu-profiler/CollectCpuProfile': [PASS, FLAKY],
############################################################################ ############################################################################
# Slow tests. # Slow tests.
'test-api/Threading1': [PASS, SLOW], 'test-api/Threading1': [PASS, SLOW],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment