| Index: tests/co19/co19-runtime.status
|
| diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status
|
| index 76486a2d613bf49adc574451070c70d1125f2aa7..7e8889de9211662678a33bfdf440053406da4dc4 100644
|
| --- a/tests/co19/co19-runtime.status
|
| +++ b/tests/co19/co19-runtime.status
|
| @@ -157,12 +157,14 @@ Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t04: RuntimeEr
|
| [ $noopt || $compiler == precompiler || $mode == product ]
|
| Language/Metadata/*: SkipByDesign # Uses dart:mirrors
|
| Language/Expressions/Null/instance_of_class_null_t01: Skip # Uses dart:mirrors
|
| +
|
| +[ $noopt || $compiler == precompiler || $compiler == dart2appjit || $mode == product ]
|
| +Language/Libraries_and_Scripts/Imports/deferred_import_t02: Skip # Eager loading
|
| Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01: Skip # Eager loading
|
| Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: Skip # Eager loading
|
|
|
| [ $runtime == dart_precompiled || $runtime == dart_app ]
|
| LibTest/isolate/Isolate/spawnUri*: Skip # Isolate.spawnUri
|
| -Language/Libraries_and_Scripts/Imports/deferred_import_t02: RuntimeError # Unsupported
|
|
|
| [ $noopt || $compiler == precompiler ]
|
| LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout
|
|
|