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

Unified Diff: tests/language/language_dart2js.status

Issue 2953843003: Reintroducing parser changes to cause compile-time errors when trying to reinitialize a final field… (Closed)
Patch Set: Created 3 years, 6 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 | « tests/language/language_analyzer2.status ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index 7c797ebb70f5cd64716cc9c60e3970ffe8779b4b..d04d8368c209b8340bde26591f062d0529915988 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -25,6 +25,8 @@ mixin_supertype_subclass3_test: CompileTimeError # Issue 23773
mixin_supertype_subclass4_test: CompileTimeError # Issue 23773
mixin_of_mixin_test: CompileTimeError # Issue 23773
+final_attempt_reinitialization_test.dart: Skip # Issue 29659
+
# The following tests are supposed to fail.
# In testing-mode, dart2js supports all dart:X libraries (because it
# uses '--categories=all').
@@ -135,9 +137,6 @@ regress_22976_test: CompileTimeError # Issue 23132
if_null_assignment_behavior_test/13: Crash # Issue 23491
if_null_assignment_behavior_test/14: Crash # Issue 23491
-const_error_multiply_initialized_test/02: CompileTimeError # Issue 23618
-const_error_multiply_initialized_test/04: CompileTimeError # Issue 23618
-
# VM specific tests that should not be run by dart2js.
vm/*: Skip # Issue 12699
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698