| Index: tests/co19/co19-runtime.status
|
| diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status
|
| index 275a10ffcf22f9ff773a8d11e09abdd713a0e4b6..9ce28397481edd9f524ad6ad4551dfce9bc9d71f 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 ]
|
| LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: RuntimeError # Issue 1296
|
| LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: RuntimeError, Fail # Issue 22200
|
|
|