| Index: tests/isolate/isolate.status
|
| diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status
|
| index a955c98b3f332b011988a102c16a4bee3658d098..a417f313dd5d98a12f436a0bb8c337a0f44e7fd1 100644
|
| --- a/tests/isolate/isolate.status
|
| +++ b/tests/isolate/isolate.status
|
| @@ -5,7 +5,7 @@
|
| [$runtime == vm && $compiler == none && $system == fuchsia]
|
| *: Skip # Not yet triaged.
|
|
|
| -[ $runtime == vm || $runtime == dart_precompiled ]
|
| +[ $runtime == vm || $runtime == flutter || $runtime == dart_precompiled ]
|
| browser/*: SkipByDesign # Browser specific tests
|
| isolate_stress_test: Skip # Issue 12588: Uses dart:html. This should be able to pass when we have wrapper-less tests.
|
|
|
| @@ -64,7 +64,7 @@ exit_at_spawn_test: Skip # Issue 23876
|
| [ $compiler == dart2js && $jscl ]
|
| spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell
|
|
|
| -[ $compiler == dart2js && $fast_startup ]
|
| +[ ($compiler == dart2js && $fast_startup) ]
|
| browser/compute_this_script_browser_test: Fail # mirrors not supported
|
| browser/typed_data_message_test: Fail # mirrors not supported
|
| count_test: Fail # mirrors not supported
|
| @@ -172,7 +172,7 @@ mint_maker_test: StaticWarning
|
| [ $compiler == dart2analyzer && $builder_tag == strong ]
|
| *: Skip # Issue 28649
|
|
|
| -[ $compiler == none && $runtime == vm ]
|
| +[ $compiler == none && ($runtime == vm || $runtime == flutter) ]
|
| scenarios/short_package/short_package_test: Fail, OK # We do not plan to support the tested behavior anyway.
|
|
|
| [ $compiler != none || $runtime != vm ]
|
| @@ -182,7 +182,7 @@ package_resolve_test: SkipByDesign # Uses Isolate.resolvePackageUri
|
| spawn_uri_fail_test: SkipByDesign # Uses dart:io.
|
| scenarios/*: SkipByDesign # Use automatic package resolution, spawnFunction and .dart URIs.
|
|
|
| -[ $compiler == precompiler || $mode == product ]
|
| +[ $compiler == precompiler || $mode == product || $runtime == flutter ]
|
| # Imports dart:mirrors
|
| count_test: SkipByDesign
|
| cross_isolate_message_test: SkipByDesign
|
| @@ -203,7 +203,7 @@ stacktrace_message_test: SkipByDesign
|
| static_function_test: SkipByDesign
|
| unresolved_ports_test: SkipByDesign
|
|
|
| -[ $runtime == dart_precompiled ]
|
| +[ $runtime == dart_precompiled || $runtime == flutter ]
|
| count_test: Skip # Isolate.spawnUri
|
| cross_isolate_message_test: Skip # Isolate.spawnUri
|
| deferred_in_isolate2_test: Skip # Isolate.spawnUri
|
| @@ -261,3 +261,8 @@ ping_pause_test: Timeout
|
| spawn_function_custom_class_test: Timeout
|
| spawn_uri_exported_main_test: Crash
|
| spawn_uri_nested_vm_test: Pass, Timeout
|
| +
|
| +[ $runtime == flutter ]
|
| +issue_21398_parent_isolate2_test/01: Skip # Flutter Issue 9114
|
| +simple_message_test/01: Skip # Flutter Issue 9114
|
| +isolate_import_test/01: Skip # Flutter Issue 9114
|
|
|