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

Unified Diff: test/cctest/cctest.status

Issue 1784883002: Fix expression positions for for-loops. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: It's not enough to fix the bug. You also need to TELL it you fixed the bug. 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/full-codegen/full-codegen.cc ('k') | test/cctest/test-debug.cc » ('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 77780190e92451733a0826e042da42710be37a42..1e526bb0947f7b69a6fc8b7b339f5c16207dabde 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -518,11 +518,6 @@
'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/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/full-codegen/full-codegen.cc ('k') | test/cctest/test-debug.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698