Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Unified Diff: test/cctest/cctest.status

Issue 1770773002: [interpreter, debugger] add some missing statement positions. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: update expectations Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/interpreter/bytecode-generator.cc ('k') | test/mjsunit/mjsunit.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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],
« no previous file with comments | « src/interpreter/bytecode-generator.cc ('k') | test/mjsunit/mjsunit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698