From 2cdfc0cdab6428fa12b2487c19a97eab5e1156b0 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Mon, 19 Jun 2017 13:13:57 -0700 Subject: [PATCH] Updated co19 status file to skip initializing_formals_execution_t02 until it is updated to expect a compilation error when trying to reinitialize a final field: https://github.com/dart-lang/co19/issues/114. BUG= Review-Url: https://codereview.chromium.org/2944073002 . --- tests/co19/co19-runtime.status | 1 + tests/language/language_analyzer2.status | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status index 2f91775107e..b4a3b9e81b3 100644 --- a/tests/co19/co19-runtime.status +++ b/tests/co19/co19-runtime.status @@ -9,6 +9,7 @@ LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Issue 28269 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Issue 28269 LibTest/isolate/Isolate/spawn_A04_t01: Pass, Fail # Issue 28269 +Language/Classes/Constructors/Generative_Constructors/initializing_formals_execution_t02: CompileTimeError [$runtime == vm && $compiler == none && $system == fuchsia] *: Skip # Tests not included in the image. diff --git a/tests/language/language_analyzer2.status b/tests/language/language_analyzer2.status index b9cb051b70c..9d3ac5f8985 100644 --- a/tests/language/language_analyzer2.status +++ b/tests/language/language_analyzer2.status @@ -28,7 +28,7 @@ regress_23408_test: Skip # don't care about the static warning. regress_25246_test: Skip getter_setter_in_lib_test: Fail # Issue 23286 -final_attempt_reinitialization_test.dart: Skip # Issue 29657 +final_attempt_reinitialization_test: CompileTimeError # Issue 29657 override_field_test/03: Fail # Issue 29703 method_override7_test/03: Fail # Issue 11497