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

Side by Side 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, 1 month 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tests/isolate/illegal_msg_test.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $runtime == vm ] 5 [ $runtime == vm ]
6 browser/*: SkipByDesign # Browser specific tests 6 browser/*: SkipByDesign # Browser specific tests
7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav e wrapper-less tests. 7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav e wrapper-less tests.
8 8
9 [ $compiler == none ] 9 [ $compiler == none ]
10 serialization_test: SkipByDesign # Tests dart2js-specific serialization code 10 serialization_test: SkipByDesign # Tests dart2js-specific serialization code
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 [ $compiler == dart2js && $runtime == ie9 ] 55 [ $compiler == dart2js && $runtime == ie9 ]
56 spawn_uri_test: Fail # Issue 12630 56 spawn_uri_test: Fail # Issue 12630
57 57
58 [ $compiler == dart2js && $runtime == none ] 58 [ $compiler == dart2js && $runtime == none ]
59 spawn_function_negative_test: Fail # Issue 12628 59 spawn_function_negative_test: Fail # Issue 12628
60 unresolved_ports_negative_test: Fail # Issue 12628 60 unresolved_ports_negative_test: Fail # Issue 12628
61 isolate_negative_test: Fail # Issue 12628 61 isolate_negative_test: Fail # Issue 12628
62 serialization_test: Pass # Issue 12628 62 serialization_test: Pass # Issue 12628
63 isolate_import_negative_test: Fail # Issue 12628 63 isolate_import_negative_test: Fail # Issue 12628
64 isolate2_negative_test: Fail # Issue 12628 64 isolate2_negative_test: Fail # Issue 12628
65 illegal_msg_test: Pass # Issue 12628 65 illegal_msg_function_test: Pass # Issue 12628
66 illegal_msg_mirror_test: Pass # Issue 12628
66 67
67 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 68 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
68 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage. 69 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage.
69 70
70 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage. 71 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage.
71 72
72 [ $compiler == dart2dart ] 73 [ $compiler == dart2dart ]
73 *: Skip # Issue 12629 74 *: Skip # Issue 12629
74 75
75 [ $compiler == dart2js && $runtime == ff && ($system == windows || $system == li nux) ] 76 [ $compiler == dart2js && $runtime == ff && ($system == windows || $system == li nux) ]
(...skipping 19 matching lines...) Expand all
95 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. 96 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out.
96 97
97 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 98 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
98 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. 99 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread.
99 browser/compute_this_script_browser_test: Fail 100 browser/compute_this_script_browser_test: Fail
100 browser/typed_data_message_test: Skip # 13961 101 browser/typed_data_message_test: Skip # 13961
101 count_test: Fail 102 count_test: Fail
102 cross_isolate_message_test: Fail 103 cross_isolate_message_test: Fail
103 global_error_handler2_test: Fail 104 global_error_handler2_test: Fail
104 global_error_handler_test: Fail 105 global_error_handler_test: Fail
105 illegal_msg_test: Fail 106 illegal_msg_function_test: Fail
107 illegal_msg_mirror_test: Fail
106 isolate_complex_messages_test: Fail 108 isolate_complex_messages_test: Fail
107 isolate_stress_test: Fail 109 isolate_stress_test: Fail
108 mandel_isolate_test: Fail 110 mandel_isolate_test: Fail
109 message2_test: Fail 111 message2_test: Fail
110 message_test: Fail 112 message_test: Fail
111 mint_maker_test: Fail 113 mint_maker_test: Fail
112 nested_spawn2_test: Fail 114 nested_spawn2_test: Fail
113 nested_spawn_test: Fail 115 nested_spawn_test: Fail
114 request_reply_test: Fail 116 request_reply_test: Fail
115 spawn_function_custom_class_test: Fail 117 spawn_function_custom_class_test: Fail
116 spawn_function_test: Fail 118 spawn_function_test: Fail
117 stacktrace_message_test: Fail 119 stacktrace_message_test: Fail
118 unresolved_ports_test: Fail 120 unresolved_ports_test: Fail
119 121
120 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 122 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
121 browser/typed_data_message_test: StaticWarning 123 browser/typed_data_message_test: StaticWarning
122 illegal_msg_test: StaticWarning
123 isolate3_negative_test: CompileTimeError 124 isolate3_negative_test: CompileTimeError
124 isolate/illegal_msg_test: StaticWarning
125 isolate_import_negative_test: CompileTimeError 125 isolate_import_negative_test: CompileTimeError
126 isolate/mint_maker_test: StaticWarning 126 isolate/mint_maker_test: StaticWarning
127 isolate/unresolved_ports_test: StaticWarning 127 isolate/unresolved_ports_test: StaticWarning
128 mandel_isolate_stream_test: StaticWarning 128 mandel_isolate_stream_test: StaticWarning
129 mandel_isolate_test: StaticWarning 129 mandel_isolate_test: StaticWarning
130 mint_maker_test: StaticWarning 130 mint_maker_test: StaticWarning
131 serialization_test: StaticWarning 131 serialization_test: StaticWarning
132 unresolved_ports_test: StaticWarning 132 unresolved_ports_test: StaticWarning
133 133
OLDNEW
« 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