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:
parent
29e47d1f43
commit
e5f187995d
@ -69,7 +69,7 @@
|
|||||||
'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL],
|
'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL],
|
||||||
|
|
||||||
# BUG(3005).
|
# BUG(3005).
|
||||||
'test-alloc/CodeRange': [PASS, FLAKY],
|
'test-alloc/CodeRange': [PASS, FAIL],
|
||||||
}], # 'system == windows'
|
}], # 'system == windows'
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# Flaky tests.
|
# Flaky tests.
|
||||||
# BUG(v8:2921).
|
# BUG(v8:2921).
|
||||||
'debug-step-4-in-frame': [PASS, FLAKY],
|
'debug-step-4-in-frame': [PASS, FAIL],
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Fails.
|
# Fails.
|
||||||
|
Loading…
Reference in New Issue
Block a user