| Index: dart/tests/isolate/isolate.status
|
| ===================================================================
|
| --- dart/tests/isolate/isolate.status (revision 8035)
|
| +++ dart/tests/isolate/isolate.status (working copy)
|
| @@ -10,7 +10,7 @@
|
|
|
| [ ($compiler == none || $compiler == dart2js) && $runtime == drt ]
|
| serialization_test: Skip # tests frog-specific serialization code
|
| -v2*: Skip # new api for isolates not implemented in the V_m yet.
|
| +v2*: Skip # new api for isolates not implemented in the VM yet.
|
|
|
| [ $compiler == frog ]
|
| v2_spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm.
|
| @@ -65,12 +65,13 @@
|
| *: Skip
|
|
|
| [ $compiler == dart2js ]
|
| -v2_spawn_function_test: Fail, OK # Leg does not support APIv2
|
| -v2_spawn_uri_test: Fail, OK # Leg does not support APIv2
|
| -v2_unresolved_ports_test: Fail, OK # Leg does not support APIv2
|
| +v2_spawn_function_test: Fail, OK # dart2js does not support APIv2
|
| +v2_spawn_uri_test: Fail, OK # dart2js does not support APIv2
|
| +v2_unresolved_ports_test: Fail, OK # dart2js does not support APIv2
|
| v2_spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm.
|
| v2_spawn_uri_vm_negative_test: Skip # ditto above.
|
| -constructor_test: Fail, OK # Leg does not support subclassing Isolate
|
| +constructor_test: Fail, OK # dart2js does not support subclassing Isolate
|
| +v2_compute_this_script_browser_test: Fail, OK # dart2js does not support APIv2
|
|
|
| [ $compiler == dart2js && $runtime == none ]
|
| *: Fail, Pass # TODO(ahe): Triage these tests.
|
|
|