Index: test/cctest/cctest.status |
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
index 26f310b7140ed551e563403cd1ea4c61f5e1b7ec..77780190e92451733a0826e042da42710be37a42 100644 |
--- a/test/cctest/cctest.status |
+++ b/test/cctest/cctest.status |
@@ -514,20 +514,15 @@ |
############################################################################## |
['ignition == True', { |
# TODO(yangguo,4690): Test failures in debugger tests. |
- 'test-debug/DebugStepKeyedLoadLoop': [FAIL], |
- 'test-debug/DebugStepKeyedStoreLoop': [FAIL], |
'test-debug/DebugStepNamedLoadLoop': [FAIL], |
- 'test-debug/BreakPointConstructCallWithGC': [PASS, FAIL], |
- 'test-debug/DebugStepNamedStoreLoop': [FAIL], |
- 'test-debug/DebugStepSwitch': [FAIL], |
- 'test-debug/DebugStepWhile': [FAIL], |
- 'test-debug/DebugStepFor': [FAIL], |
- 'test-debug/DebugStepForContinue': [FAIL], |
'test-debug/DebugStepForIn': [FAIL], |
'test-debug/DebugStepDoWhile': [FAIL], |
'test-debug/DebugConditional': [FAIL], |
+ 'test-debug/DebugStepForContinue': [FAIL], |
+ 'test-debug/DebugStepKeyedStoreLoop': [FAIL], |
'test-debug/DebugStepForBreak': [FAIL], |
- 'test-debug/DebugStepWith': [FAIL], |
+ 'test-debug/DebugStepKeyedLoadLoop': [FAIL], |
+ 'test-debug/DebugStepNamedStoreLoop': [FAIL], |
# BUG(4333). Function name inferrer does not work for ES6 clases. |
'test-func-name-inference/UpperCaseClass': [TIMEOUT], |