Mark flaky debug test as failing.

The issues are known. For the time being, we mark it as failing.

R=machenbach@chromium.org
BUG=v8:2921, v8:3005
LOG=N

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17938 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
yangguo@chromium.org 2013-11-20 17:09:17 +00:00
parent 29e47d1f43
commit e5f187995d
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@
'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL],
# BUG(3005).
'test-alloc/CodeRange': [PASS, FLAKY],
'test-alloc/CodeRange': [PASS, FAIL],
}], # 'system == windows'
##############################################################################

View File

@ -33,7 +33,7 @@
##############################################################################
# Flaky tests.
# BUG(v8:2921).
'debug-step-4-in-frame': [PASS, FLAKY],
'debug-step-4-in-frame': [PASS, FAIL],
##############################################################################
# Fails.