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