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

Unified Diff: tests/isolate/isolate.status

Issue 10226008: Revert "unittest step 3 and 4: remove TestFramework.dart, make test.dart use" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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
« no previous file with comments | « samples/tests/samples/src/proxy/PromiseBasedTest.dart ('k') | tests/isolate/isolate-leg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolate/isolate.status
diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status
index 2ef491015d07f56b6a8e2420b2adee726e654d2d..d41c0db59ab66c9ed476ff284f816f3cb931668e 100644
--- a/tests/isolate/isolate.status
+++ b/tests/isolate/isolate.status
@@ -5,22 +5,26 @@
[ $runtime == vm ]
Isolate2NegativeTest: Skip # Need to resolve correct behaviour.
SerializationTest: Skip # tests frog-specific serialization code
-APIv2_spawnUriTest: Fail # not implemented
-APIv2_computeThisScriptBrowserTest: Skip # browser specific test
+*BrowserTest: Skip
+*BrowserNegativeTest: Skip
[ ($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.
-
-[ $compiler == frog && $runtime == d8 ]
-APIv2_spawnUriTest: Fail # not implemented for d8
-APIv2_computeThisScriptBrowserTest: Skip # browser specific test
+*APIv2*: Skip # new api for isolates not implemented in the VM yet.
[ $compiler == dartc ]
SerializationTest: Skip # tests frog-specific serialization code
IsolateNegativeTest: Fail # status change with --check-only
Isolate2NegativeTest: Fail # status change with --check-only
-APIv2*NegativeTest: Fail, OK # fails only at runtime
+*APIv2*: Skip # new api for isolates not in corelib yet.
+
+[ $compiler == frog && ($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
# TODO(jmesserly): investigate why these are flaky on actual browsers
[ $compiler == frog && ($runtime == drt || $runtime == ff || $runtime == chrome || $runtime == safari || $runtime == ie || $runtime == opera) ]
« no previous file with comments | « samples/tests/samples/src/proxy/PromiseBasedTest.dart ('k') | tests/isolate/isolate-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698