| Index: dart/tests/isolate/isolate.status
|
| diff --git a/dart/tests/isolate/isolate.status b/dart/tests/isolate/isolate.status
|
| index b9257d5e63d9d9a6901c523297cf9a45f95c6be3..547199a670f3067b7f39b1254898c88b7520ae29 100644
|
| --- a/dart/tests/isolate/isolate.status
|
| +++ b/dart/tests/isolate/isolate.status
|
| @@ -10,7 +10,7 @@ isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav
|
| [ $compiler == none ]
|
| serialization_test: SkipByDesign # Tests dart2js-specific serialization code
|
| spawn_uri_test: SkipByDesign # Test uses a ".js" URI.
|
| -spawn_uri_negative_test: SkipByDesign # Test uses a ".js" URI.
|
| +spawn_uri_multi_test/*: SkipByDesign # Test uses a ".js" URI.
|
| isolate2_negative_test: Skip # Issue 12587.
|
| isolate3_negative_test: Skip # Issue 12587.
|
|
|
| @@ -18,7 +18,6 @@ isolate3_negative_test: Skip # Issue 12587.
|
| isolate2_negative_test: Fail
|
| isolate_negative_test: Fail
|
| spawn_function_negative_test: Fail
|
| -spawn_uri_negative_test: Fail
|
| spawn_uri_vm_negative_test: Fail
|
| unresolved_ports_negative_test: Fail
|
|
|
| @@ -69,7 +68,6 @@ spawn_uri_test: Fail # Issue 12630
|
|
|
| [ $compiler == dart2js && $runtime == none ]
|
| spawn_function_negative_test: Fail # Issue 12628
|
| -spawn_uri_negative_test: Fail # Issue 12628
|
| unresolved_ports_negative_test: Fail # Issue 12628
|
| stream_mangling_test: Pass # Issue 12628
|
| isolate_negative_test: Fail # Issue 12628
|
| @@ -98,4 +96,4 @@ isolate_stress_test: Pass, Slow # Issue 10697
|
| isolate_stress_test: Skip # Issue 12537
|
|
|
| [ $csp ]
|
| -spawn_uri_negative_test: Fail # http://dartbug.com/13454
|
| +spawn_uri_multi_test/none: Fail # http://dartbug.com/13454
|
|
|