| Index: tests/isolate/isolate.status
|
| diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status
|
| index 2af147b38437fec0b9e6835b5102da9d322c3ac0..af37c5860b9ee18ddff4954fabd11dee26385547 100644
|
| --- a/tests/isolate/isolate.status
|
| +++ b/tests/isolate/isolate.status
|
| @@ -249,3 +249,15 @@ deferred_in_isolate_test: Crash # Requires deferred libraries
|
| deferred_in_isolate2_test: Crash # Requires deferred libraries
|
| issue_21398_parent_isolate2_test: Crash # Requires deferred libraries
|
| spawn_uri_nested_vm_test: Pass, Crash # Issue 28192
|
| +
|
| +[ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ]
|
| +compile_time_error_test/01: MissingCompileTimeError
|
| +deferred_in_isolate2_test: Timeout
|
| +deferred_in_isolate_test: RuntimeError
|
| +issue_21398_parent_isolate2_test/01: Timeout
|
| +message3_test/int32x4: Crash
|
| +message_test: RuntimeError
|
| +ping_pause_test: Timeout
|
| +spawn_function_custom_class_test: Timeout
|
| +spawn_uri_exported_main_test: Crash
|
| +spawn_uri_nested_vm_test: Timeout
|
|
|