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

Unified Diff: tests/isolate/isolate.status

Issue 1991543002: Update status for (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 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 | « tests/co19/co19-runtime.status ('k') | tests/language/language.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 157f638f904b246fb97d026ee49f9bec931c4a6f..59748da2a62dd0b87d92e0c4eb6c409f7a1a6058 100644
--- a/tests/isolate/isolate.status
+++ b/tests/isolate/isolate.status
@@ -4,9 +4,9 @@
[ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ]
browser/*: SkipByDesign # Browser specific tests
-isolate_stress_test: Fail # Issue 12588: This should be able to pass when we have wrapper-less tests.
+isolate_stress_test: Skip # Issue 12588: Uses dart:html. This should be able to pass when we have wrapper-less tests.
-[ $runtime != vm ]
+[ $runtime != vm || $mode == product ]
checked_test: Skip # Unsupported.
[ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) && $arch == mips && $mode == debug ]
@@ -176,10 +176,11 @@ spawn_uri_multi_test: Skip # Isolate.spawnUri
spawn_uri_vm_test: Skip # Isolate.spawnUri
issue_21398_parent_isolate_test: Skip # Isolate.spawnUri
error_at_spawnuri_test: Skip # Isolate.spawnUri
+spawn_uri_missing_from_isolate_test: Skip # Isolate.spawnUri
+spawn_uri_missing_test: Skip # Isolate.spawnUri
-[ $runtime == dart_product ]
-spawn_uri_missing_from_isolate_test: Skip # SpawnUri in product mode
-spawn_uri_missing_test: Skip # SpawnUri in product mode
+[ $mode == product ]
+issue_24243_parent_isolate_test: Skip # Requires checked mode
[ $compiler == dart2js && $cps_ir && $checked ]
*: Skip # `assert` not implemented
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698