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

Unified Diff: tests/language/language_dart2js.status

Issue 1175073002: Report a compile-time error if a const field is multiply initialized. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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/const_error_multiply_initialized_test.dart ('k') | no next file » | 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 6b25add3f68ae8c3fc028ef9e8d646b723410aea..2d7be40c3c1b23410b4669d525a9e59fc01d8a08 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -79,6 +79,9 @@ prefix_identifier_reference_test/04: Crash # Issue 23611
prefix_identifier_reference_test/05: Crash # Issue 23611
prefix_unqualified_invocation_test/01: RuntimeError # Issue 23611
+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/const_error_multiply_initialized_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698