[Sheriff] Mark flaky test on windows.

BUG=v8:2999
TBR=yangguo@chromium.org

Review URL: https://codereview.chromium.org/68773007

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17643 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent a20330e8
...@@ -62,6 +62,13 @@ ...@@ -62,6 +62,13 @@
'test-parsing/ParserSync': [PASS, NO_VARIANTS], 'test-parsing/ParserSync': [PASS, NO_VARIANTS],
}], # ALWAYS }], # ALWAYS
##############################################################################
['system == windows', {
# BUG(2999).
'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL],
}], # 'system == windows'
############################################################################## ##############################################################################
['arch == arm', { ['arch == arm', {
...@@ -80,6 +87,7 @@ ...@@ -80,6 +87,7 @@
'test-serialize/DeserializeAndRunScript2': [SKIP], 'test-serialize/DeserializeAndRunScript2': [SKIP],
'test-serialize/DeserializeFromSecondSerialization': [SKIP], 'test-serialize/DeserializeFromSecondSerialization': [SKIP],
}], # 'arch == arm' }], # 'arch == arm'
############################################################################## ##############################################################################
['arch == mipsel', { ['arch == mipsel', {
......
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