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

Unified Diff: tests/isolate/isolate.status

Issue 51393002: Raise an exception instead of crashing when attempting to pass a MirrorReference between isolates. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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_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 2fb39ff47f5bb121bb1638fd8132634079b4cd60..fa6c7383c3c60d00419920c2bd50ad7a653f1f91 100644
--- a/tests/isolate/isolate.status
+++ b/tests/isolate/isolate.status
@@ -62,7 +62,8 @@ isolate_negative_test: Fail # Issue 12628
serialization_test: Pass # Issue 12628
isolate_import_negative_test: Fail # Issue 12628
isolate2_negative_test: Fail # Issue 12628
-illegal_msg_test: Pass # Issue 12628
+illegal_msg_function_test: Pass # Issue 12628
+illegal_msg_mirror_test: Pass # Issue 12628
[ $compiler == dart2js && $runtime == chromeOnAndroid ]
isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage.
@@ -102,7 +103,8 @@ count_test: Fail
cross_isolate_message_test: Fail
global_error_handler2_test: Fail
global_error_handler_test: Fail
-illegal_msg_test: Fail
+illegal_msg_function_test: Fail
+illegal_msg_mirror_test: Fail
isolate_complex_messages_test: Fail
isolate_stress_test: Fail
mandel_isolate_test: Fail
@@ -119,9 +121,7 @@ unresolved_ports_test: Fail
[ $compiler == dartanalyzer || $compiler == dart2analyzer ]
browser/typed_data_message_test: StaticWarning
-illegal_msg_test: StaticWarning
isolate3_negative_test: CompileTimeError
-isolate/illegal_msg_test: StaticWarning
isolate_import_negative_test: CompileTimeError
isolate/mint_maker_test: StaticWarning
isolate/unresolved_ports_test: StaticWarning
« no previous file with comments | « tests/isolate/illegal_msg_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698