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

Unified Diff: tests/isolate/isolate.status

Issue 1246823002: Fix build: (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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/isolate/exit_at_spawnuri_test.dart ('k') | no next file » | 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 f7f42150d5d5f406ac6e125321c37ae7ba4f3b1b..d6b7f9292b7eab750875bc2d60062d81a6da32e0 100644
--- a/tests/isolate/isolate.status
+++ b/tests/isolate/isolate.status
@@ -51,13 +51,16 @@ issue_21398_parent_isolate2_test: SkipByDesign # Test uses a ".dart" URI.
function_send1_test: SkipByDesign # Test uses a ".dart" URI.
error_exit_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI.
error_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI.
-eexit_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI.
+exit_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI.
message3_test/constList: RuntimeError # Issue 21817
message3_test/constList_identical: RuntimeError # Issue 21817
message3_test/constMap: RuntimeError # Issue 21817
message3_test/constInstance: RuntimeError # Issue 21817
browser/issue_12474_test: CompileTimeError # Issue 22529
enum_const_test/02: RuntimeError # Issue 21817
+error_exit_at_spawn_test: Fail # Issue 23876
+error_at_spawn_test: Fail # Issue 23876
+exit_at_spawn_test: Fail # Issue 23876
[ $compiler == dart2js && $jscl ]
spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell
@@ -123,6 +126,10 @@ string_from_environment_default_value_test: Skip
error_exit_at_spawn_test: SkipByDesign # 13921 Dom isolates don't support spawnFunction
error_at_spawn_test: SkipByDesign # 13921 Dom isolates don't support spawnFunction
exit_at_spawn_test: SkipByDesign # 13921 Dom isolates don't support spawnFunction
+error_exit_at_spawnuri_test: SkipByDesign # 13921 Dom isolates don't support spawnFunction
+error_at_spawnuri_test: SkipByDesign # 13921 Dom isolates don't support spawnFunction
+exit_at_spawnuri_test: SkipByDesign # 13921 Dom isolates don't support spawnFunction
+
[ $compiler == dartanalyzer || $compiler == dart2analyzer ]
browser/typed_data_message_test: StaticWarning
« no previous file with comments | « tests/isolate/exit_at_spawnuri_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698