Index: tests/isolate/isolate.status |
=================================================================== |
--- tests/isolate/isolate.status (revision 5192) |
+++ tests/isolate/isolate.status (working copy) |
@@ -4,10 +4,13 @@ |
[ $component == vm ] |
Isolate2NegativeTest: Skip # Need to resolve correct behaviour. |
+SerializationTest: Skip # tests frog-specific serialization code |
+*BrowserTest: Skip |
+*BrowserNegativeTest: Skip |
siva
2012/03/12 23:25:41
BrowserTest and BrowserNegativeTest were not being
turnidge
2012/03/13 18:13:48
They were included as part of the *APIv2* below...
|
-[ $component == dartium || $component == vm ] |
+[ $component == dartium ] |
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. |
Siggi Cherem (dart-lang)
2012/03/12 21:28:49
you might want to continue skiping the spawnUri te
turnidge
2012/03/12 22:38:48
Oops, forgot to uncomment that.
|
[ $component == dartc ] |
SerializationTest: Skip # tests frog-specific serialization code |