| Index: tests/isolate/isolate.status
|
| diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status
|
| index d6d1368a4b7f15d055a5250c89481f0a8df79377..b4d0cfe113694175f1ae2c3fffd5b690d4ea11a1 100644
|
| --- a/tests/isolate/isolate.status
|
| +++ b/tests/isolate/isolate.status
|
| @@ -8,12 +8,14 @@ isolate3_negative_test: Skip # test depends on isolate error exiting process.
|
| serialization_test: Skip # tests dart2js-specific serialization code
|
| spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm.
|
| compute_this_script_browser_test: Skip # browser specific test
|
| +compute_this_script_browser_stream_test: Skip # browser specific test
|
| ports_compilation_browser_test: Skip # browser specific test
|
| timer_not_available_test: Fail, OK # only meant to test when there is no way to
|
| # implement timer (currently only in d8)
|
| timer_isolate_test: Skip # See Issue 4997
|
| unresolved_ports_negative_test: Skip # See Issue 6839
|
| global_error_handler_test: Fail # See Issue 9013.
|
| +global_error_handler_stream_test: Fail # See Issue 9013.
|
|
|
| [ $compiler == none && $runtime == drt ]
|
| isolate2_negative_test: Skip # Inherited from VM.
|
| @@ -26,7 +28,6 @@ spawn_uri_vm_negative_test: Skip
|
| timer_isolate_test: Skip # See Issue 4997
|
| timer_not_available_test: Skip # only meant to test when there is no way to
|
| # implement timer (currently only in d8)
|
| -global_error_handler_test: Fail # See Issue 9013.
|
|
|
| [ $compiler == dartc ]
|
| isolate_negative_test: Fail # status change with --check-only
|
| @@ -41,12 +42,18 @@ isolate2_negative_test: Pass
|
| compute_this_script_browser_test: Pass
|
|
|
|
|
| +[ $compiler == dart2js && ($runtime == d8 || $jscl) ]
|
| +illegal_msg_stream_test: Fail # Issue 6750
|
| +
|
| [ $compiler == dart2js ]
|
| serialization_test: Fail # Tries to access class TestingOnly declared in isolate_patch.dart
|
| illegal_msg_test: Fail # Issue 6750
|
| +stream_mangling_test: Fail # Issue 9245
|
|
|
| -[ $compiler == dart2js ]
|
| global_error_handler_test: Pass, Fail # http://dartbug.com/9012 and http://dartbug.com/9024
|
| +global_error_handler_stream_test: Pass, Fail # http://dartbug.com/9012 and http://dartbug.com/9024
|
| +global_error_handler2_test: Pass, Fail # http://dartbug.com/9012 and http://dartbug.com/9024
|
| +global_error_handler_stream2_test: Pass, Fail # http://dartbug.com/9012 and http://dartbug.com/9024
|
|
|
| [ $runtime == safari ]
|
| cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1120
|
|
|