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

Unified Diff: tests/isolate/isolate.status

Issue 12919011: Remove streamSpawnUri and mangler. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 7 years, 9 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/illegal_msg_stream_test.dart ('k') | tests/isolate/isolate_complex_messages_stream_test.dart » ('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 d6d1368a4b7f15d055a5250c89481f0a8df79377..b4d0cfe113694175f1ae2c3fffd5b690d4ea11a1 100644
--- a/tests/isolate/isolate.status
+++ b/tests/isolate/isolate.status
@@ -8,12 +8,14 @@ isolate3_negative_test: Skip # test depends on isolate error exiting process.
serialization_test: Skip # tests dart2js-specific serialization code
spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm.
compute_this_script_browser_test: Skip # browser specific test
+compute_this_script_browser_stream_test: Skip # browser specific test
ports_compilation_browser_test: Skip # browser specific test
timer_not_available_test: Fail, OK # only meant to test when there is no way to
# implement timer (currently only in d8)
timer_isolate_test: Skip # See Issue 4997
unresolved_ports_negative_test: Skip # See Issue 6839
global_error_handler_test: Fail # See Issue 9013.
+global_error_handler_stream_test: Fail # See Issue 9013.
[ $compiler == none && $runtime == drt ]
isolate2_negative_test: Skip # Inherited from VM.
@@ -26,7 +28,6 @@ spawn_uri_vm_negative_test: Skip
timer_isolate_test: Skip # See Issue 4997
timer_not_available_test: Skip # only meant to test when there is no way to
# implement timer (currently only in d8)
-global_error_handler_test: Fail # See Issue 9013.
[ $compiler == dartc ]
isolate_negative_test: Fail # status change with --check-only
@@ -41,12 +42,18 @@ isolate2_negative_test: Pass
compute_this_script_browser_test: Pass
+[ $compiler == dart2js && ($runtime == d8 || $jscl) ]
+illegal_msg_stream_test: Fail # Issue 6750
+
[ $compiler == dart2js ]
serialization_test: Fail # Tries to access class TestingOnly declared in isolate_patch.dart
illegal_msg_test: Fail # Issue 6750
+stream_mangling_test: Fail # Issue 9245
-[ $compiler == dart2js ]
global_error_handler_test: Pass, Fail # http://dartbug.com/9012 and http://dartbug.com/9024
+global_error_handler_stream_test: Pass, Fail # http://dartbug.com/9012 and http://dartbug.com/9024
+global_error_handler2_test: Pass, Fail # http://dartbug.com/9012 and http://dartbug.com/9024
+global_error_handler_stream2_test: Pass, Fail # http://dartbug.com/9012 and http://dartbug.com/9024
[ $runtime == safari ]
cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1120
« no previous file with comments | « tests/isolate/illegal_msg_stream_test.dart ('k') | tests/isolate/isolate_complex_messages_stream_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698