| Index: tests/isolate/isolate.status
|
| diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status
|
| index 3e8d7177a6316e113c7893d315a59e740cb858a1..600f091b73b36a1010e6fd7b4df928b1f5476640 100644
|
| --- a/tests/isolate/isolate.status
|
| +++ b/tests/isolate/isolate.status
|
| @@ -49,6 +49,9 @@ issue_21398_parent_isolate_test: SkipByDesign # Test uses a ".dart" URI.
|
| issue_21398_parent_isolate1_test: SkipByDesign # Test uses a ".dart" URI.
|
| issue_21398_parent_isolate2_test: SkipByDesign # Test uses a ".dart" URI.
|
| function_send1_test: SkipByDesign # Test uses a ".dart" URI.
|
| +error_exit_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI.
|
| +error_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI.
|
| +eexit_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI.
|
| message3_test/constList: RuntimeError # Issue 21817
|
| message3_test/constList_identical: RuntimeError # Issue 21817
|
| message3_test/constMap: RuntimeError # Issue 21817
|
| @@ -117,6 +120,9 @@ deferred_in_isolate2_test: Fail, OK # Issue 16209, 13921 Dom isolates don't sup
|
| bool_from_environment_default_value_test: Skip
|
| int_from_environment_default_value_test: Skip
|
| string_from_environment_default_value_test: Skip
|
| +error_exit_at_spawn_test: SkipByDesign # 13921 Dom isolates don't support spawnFunction
|
| +error_at_spawn_test: SkipByDesign # 13921 Dom isolates don't support spawnFunction
|
| +exit_at_spawn_test: SkipByDesign # 13921 Dom isolates don't support spawnFunction
|
|
|
| [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
|
| browser/typed_data_message_test: StaticWarning
|
|
|