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

Unified Diff: tests/language/language.status

Issue 2947043002: Updated parser to produce error when trying to reinitialize final variables in class constructors. … (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
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 2774fe16bc55ee0e7540a829d3d1167911153d18..4bd494675df97d23750b283f7d48def358badd14 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -8,6 +8,10 @@
[ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $compiler != dartk && $compiler != dartkp ]
abstract_beats_arguments2_test/01: Crash # Issue 29171
+[ $runtime == dart_precompiled ]
+const_error_multiply_initialized_test/02: CompileTimeError
zra 2017/06/20 21:24:40 ditto
bkonyi 2017/06/20 21:35:11 I've since updated the multitest to expect Compile
+const_error_multiply_initialized_test/04: CompileTimeError
+
# These test entries will be valid for vm/dartium (with and without kernel).
[ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ]
async_star_cancel_while_paused_test: RuntimeError

Powered by Google App Engine
This is Rietveld 408576698