| Index: tests/isolate/isolate.status
|
| diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status
|
| index b9257d5e63d9d9a6901c523297cf9a45f95c6be3..8aa9c1e3f2d19cffd9f229a0eba5b4bda56109a1 100644
|
| --- a/tests/isolate/isolate.status
|
| +++ b/tests/isolate/isolate.status
|
| @@ -24,7 +24,7 @@ unresolved_ports_negative_test: Fail
|
|
|
| [ $compiler == dart2js && $jscl ]
|
| browser/*: SkipByDesign # Browser specific tests
|
| -illegal_msg_stream_test: Fail # Issue 6750
|
| +illegal_msg_stream_test: RuntimeError # Issue 6750
|
|
|
| [ $compiler == dart2js && $browser ]
|
| illegal_msg_stream_test: Fail, Pass # Issue 6750
|
| @@ -33,14 +33,14 @@ illegal_msg_stream_test: Fail, Pass # Issue 6750
|
| unresolved_ports_negative_test: Pass, Crash # Issue 10613
|
|
|
| [ $compiler == dart2js ]
|
| -serialization_test: Fail # Issue 1882, tries to access class TestingOnly declared in isolate_patch.dart
|
| -illegal_msg_test: Fail # Issue 6750
|
| -stream_mangling_test: Fail # Issue 9245
|
| -
|
| -global_error_handler_test: Pass, Fail # Issue 9012, Issue 9024
|
| -global_error_handler_stream_test: Pass, Fail # Issue 9012, Issue 9024
|
| -global_error_handler2_test: Pass, Fail # Issue 9012, Issue 9024
|
| -global_error_handler_stream2_test: Pass, Fail # Issue 9012, Issue 9024
|
| +serialization_test: RuntimeError # Issue 1882, tries to access class TestingOnly declared in isolate_patch.dart
|
| +illegal_msg_test: RuntimeError # Issue 6750
|
| +stream_mangling_test: RuntimeError # Issue 9245
|
| +
|
| +global_error_handler_test: Pass, RuntimeError # Issue 9012, Issue 9024
|
| +global_error_handler_stream_test: Pass, RuntimeError # Issue 9012, Issue 9024
|
| +global_error_handler2_test: Pass, RuntimeError # Issue 9012, Issue 9024
|
| +global_error_handler_stream2_test: Pass, RuntimeError # Issue 9012, Issue 9024
|
|
|
| [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == chrome || $runtime == chromeOnAndroid || $runtime == ie9 || $runtime == ie10 || $runtime == safari) ]
|
| browser/typed_data_message_test: Fail # Issue 12624
|
|
|