| Index: tests/co19/co19-runtime.status
|
| diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status
|
| index 8bc3191defd3094eaaed327fc2c30f5fb88a47fa..01a850ad66a72611e3352cbda39a2ad65dcaca55 100644
|
| --- a/tests/co19/co19-runtime.status
|
| +++ b/tests/co19/co19-runtime.status
|
| @@ -154,9 +154,12 @@ Language/Mixins/declaring_constructor_t01: Pass
|
| Language/Expressions/Property_Extraction/Named_Constructor_Extraction/deferred_type_t01: Pass
|
| Language/Metadata/*: Skip # Uses dart:mirrors
|
|
|
| -[ $runtime == dart_precompiled || $runtime == dart_product ]
|
| +[ $runtime == dart_precompiled ]
|
| LibTest/isolate/Isolate/spawnUri*: RuntimeError # Isolate.spawnUri
|
|
|
| +[ $runtime == dart_product ]
|
| +LibTest/isolate/Isolate/spawnUri*: Skip # Isolate.spawnUri
|
| +
|
| [ $runtime == vm && $mode == product ]
|
| LibTest/typed_data/Float32List/runtimeType_A01_t01: Fail,OK # Expects exact type name.
|
| LibTest/typed_data/Float32x4List/runtimeType_A01_t01: Fail,OK # Expects exact type name.
|
|
|