| Index: tests/isolate/isolate.status
|
| diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status
|
| index 6dc91771b42cfc90f05e481ed13e4d2c7fd90e64..0f6f24515916f98461c99a40f6221ad6ff724588 100644
|
| --- a/tests/isolate/isolate.status
|
| +++ b/tests/isolate/isolate.status
|
| @@ -5,26 +5,20 @@
|
| [ $runtime == vm ]
|
| Isolate2NegativeTest: Skip # Need to resolve correct behaviour.
|
| SerializationTest: Skip # tests frog-specific serialization code
|
| -*BrowserTest: Skip
|
| -*BrowserNegativeTest: Skip
|
| +APIv2_spawnUriTest: Fail # not implemented
|
|
|
| [ ($compiler == none || $compiler == dart2js) && $runtime == drt ]
|
| SerializationTest: Skip # tests frog-specific serialization code
|
| -*APIv2*: Skip # new api for isolates not implemented in the VM yet.
|
| +APIv2*: Skip # new api for isolates not implemented in the VM yet.
|
| +
|
| +[ $compiler == frog && $runtime == d8 ]
|
| +APIv2_spawnUriTest: Fail # not implemented for d8
|
|
|
| [ $compiler == dartc ]
|
| SerializationTest: Skip # tests frog-specific serialization code
|
| IsolateNegativeTest: Fail # status change with --check-only
|
| Isolate2NegativeTest: Fail # status change with --check-only
|
| -*APIv2*: Skip # new api for isolates not in corelib yet.
|
| -
|
| -[ ($compiler == frog || $compiler == frogsh) && ($runtime == none || $runtime == d8) ]
|
| -*BrowserTest: Skip
|
| -*BrowserNegativeTest: Skip
|
| -
|
| -[ $runtime == drt && ($compiler == frog || $compiler == dart2js) || $runtime == ff || $runtime == chrome || $runtime == safari || $runtime == ie || $runtime == opera ]
|
| -*StandaloneTest: Skip
|
| -*StandaloneNegativeTest: Skip
|
| +APIv2*NegativeTest: Fail, OK # fails only at runtime
|
|
|
| # TODO(jmesserly): investigate why these are flaky on actual browsers
|
| [ $compiler == frog && ($runtime == drt || $runtime == ff || $runtime == chrome || $runtime == safari || $runtime == ie || $runtime == opera) ]
|
|
|