Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(479)

Unified Diff: tests/isolate/isolate.status

Issue 9422019: isolates refactor: this change introduces 'dart:isolate' as a library. This is a (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: review changes Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/isolate/isolate.status
diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status
index e64b95be1571477b7725ed6c98dc9d8d69fbe512..1f931b8d9308045bcf0892bc7ba61aa271a304c9 100644
--- a/tests/isolate/isolate.status
+++ b/tests/isolate/isolate.status
@@ -8,10 +8,11 @@ prefix isolate
Isolate2NegativeTest: Skip # Need to resolve correct behaviour.
[ $component == dartium || $component == vm ]
-SerializationTest: Skip # DartC test (uses coreimpl).
+SerializationTest: Skip # tests frog-specific serialization code
Ivan Posva 2012/02/27 22:16:04 Not this CL: Can we add this test to the frog-spec
Siggi Cherem (dart-lang) 2012/02/27 22:30:33 Sounds good. Will do.
*APIv2*: Skip # new api for isolates not implemented in the VM yet.
[ $component == dartc ]
+SerializationTest: Skip # tests frog-specific serialization code
Ivan Posva 2012/02/27 22:16:04 ... would fix this too.
Siggi Cherem (dart-lang) 2012/02/27 22:30:33 will do
IsolateNegativeTest: Fail # status change with --check-only
Isolate2NegativeTest: Fail # status change with --check-only
*APIv2*: Skip # new api for isolates not in corelib yet.
@@ -47,6 +48,11 @@ NestedSpawnTest: Skip
IsolateNegativeTest: Skip
Isolate2NegativeTest: Skip
+[ $component == frogsh ]
+# This test seems to be confusing the compiler who thinks that two instances of
+# the same type are not the same.
+SerializationTest: Skip
Ivan Posva 2012/02/27 22:16:04 Skip or Fail?
Siggi Cherem (dart-lang) 2012/02/27 22:30:33 apparently Pass :) - seems this was fixed in frogs
+
[ $component == webdriver && $browser == safari ]
CrossIsolateMessageTest: Skip # Depends on 32/64 bit Safari. See Issue 1120
MixedTest: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120

Powered by Google App Engine
This is Rietveld 408576698