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

Unified Diff: tests/language/language_dart2js.status

Issue 24488004: Implement correct scoping rules for variables. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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
Index: tests/language/language_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index 7e8f009be89a574f461f91a21f8ad23359880823..f9b8f0db5e8eaae0061039642b01708dca5d5a54 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -12,6 +12,8 @@ full_stacktrace1_test: Pass, RuntimeError # Issue 12698
full_stacktrace2_test: Pass, RuntimeError # Issue 12698
full_stacktrace3_test: Pass, RuntimeError # Issue 12698
stacktrace_test: Pass, RuntimeError # # Issue 12698
+prefix9_test: CompileTimeError, OK # Issue 13573
+bailout3_test: CompileTimeError, OK # Issue 13573
# VM specific tests that should not be run by dart2js.
vm/*: Skip # Issue 12699
@@ -143,7 +145,6 @@ const_syntax_test/04: MissingCompileTimeError # Issue 12932
constructor9_test/01: MissingCompileTimeError # Issue 12934
list_literal1_test/01: MissingCompileTimeError # Issue 12993
map_literal1_test/01: MissingCompileTimeError # Issue 12993
-scope_variable_test/01: MissingCompileTimeError # Issue 13016
static_final_field2_test/02: MissingCompileTimeError # Issue 13017
throw7_test/01: MissingCompileTimeError # Issue 13019
@@ -286,7 +287,6 @@ method_override4_test: Fail # Issue 12810
method_override5_test: Fail # Issue 12810
static_final_field2_test/02: Fail # Issue 13017
throw7_test/01: Fail # Issue 13019
-scope_variable_test/01: Fail # Issue 13016
factory_redirection_test/01: Fail # Issue 12753
factory_redirection_test/02: Crash # Issue 12753
factory_redirection_test/03: Crash # Issue 12753

Powered by Google App Engine
This is Rietveld 408576698