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

Unified Diff: tests/co19/co19-runtime.status

Issue 2947043002: Updated parser to produce error when trying to reinitialize final variables in class constructors. … (Closed)
Patch Set: Added issue #'s to status file updates, fixed language const_error_multiply test 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 | « runtime/vm/parser.cc ('k') | tests/language/const_error_multiply_initialized_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/co19/co19-runtime.status
diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status
index 2f91775107e7609ae7ec830c73db397f03fd8735..a283c8e81e0e139eab1519d65d30ab7eb0f9deab 100644
--- a/tests/co19/co19-runtime.status
+++ b/tests/co19/co19-runtime.status
@@ -13,6 +13,12 @@ LibTest/isolate/Isolate/spawn_A04_t01: Pass, Fail # Issue 28269
[$runtime == vm && $compiler == none && $system == fuchsia]
*: Skip # Tests not included in the image.
+[ $runtime == vm || $runtime == dart_precompiled ]
+Language/Classes/Constructors/Generative_Constructors/initializing_formals_execution_t02: CompileTimeError # Issue 114
+
+[ $runtime == dart_precompiled ]
+Language/Classes/Constructors/Generative_Constructors/execution_of_an_initializer_t02: CompileTimeError # Issue 114
+
[ $runtime == vm || $runtime == flutter || $runtime == dart_precompiled ]
# Failures ok in tests below. VM moves super initializer to end of list.
Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language/const_error_multiply_initialized_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698