Chromium Code Reviews| Index: tests/co19/co19-runtime.status |
| diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status |
| index 2f91775107e7609ae7ec830c73db397f03fd8735..2a3d9df85a143a4c4e4519165f23538c5a70fdbe 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 |
|
zra
2017/06/20 21:24:40
Are there issues to reference here?
bkonyi
2017/06/20 21:35:11
Yes. Added issue #'s.
|
| + |
| +[ $runtime == dart_precompiled ] |
| +Language/Classes/Constructors/Generative_Constructors/execution_of_an_initializer_t02: CompileTimeError |
| + |
| [ $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 |