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

Side by Side Diff: tests/isolate/isolate.status

Issue 1201983002: Implement try/finally by inlining the finally code. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Merge, rebase test expectations. 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 unified diff | Download patch
« no previous file with comments | « tests/html/html.status ('k') | tests/language/language_dart2js.status » ('j') | 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 [ $runtime != vm ] 9 [ $runtime != vm ]
10 checked_test: Skip # Unsupported. 10 checked_test: Skip # Unsupported.
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 string_from_environment_default_value_test: Skip 119 string_from_environment_default_value_test: Skip
120 120
121 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 121 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
122 browser/typed_data_message_test: StaticWarning 122 browser/typed_data_message_test: StaticWarning
123 mint_maker_test: StaticWarning 123 mint_maker_test: StaticWarning
124 124
125 [ $compiler != none || $runtime != vm ] 125 [ $compiler != none || $runtime != vm ]
126 package_root_test: SkipByDesign # Uses dart:io. 126 package_root_test: SkipByDesign # Uses dart:io.
127 127
128 [ $compiler == dart2js && $cps_ir ] 128 [ $compiler == dart2js && $cps_ir ]
129 bool_from_environment_default_value_test: Crash # (try {return f(arg1,arg2);}fin ally {Zone._leave(old);}): try/finally 129 bool_from_environment_default_value_test: RuntimeError # receiver.get$_collectio n$_nums is not a function
130 capability_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}) : try/finally 130 capability_test: RuntimeError # receiver.get$_collection$_nums is not a function
131 compile_time_error_test/none: Crash # (try {return f(arg1,arg2);}finally {Zone._ leave(old);}): try/finally 131 compile_time_error_test/none: RuntimeError # receiver.get$_collection$_nums is n ot a function
132 count_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try /finally 132 count_test: Crash # Invalid argument(s)
133 cross_isolate_message_test: Crash # (try {return f(arg1,arg2);}finally {Zone._le ave(old);}): try/finally 133 cross_isolate_message_test: Crash # Invalid argument(s)
134 deferred_in_isolate2_test: Crash # (try {return f(arg1,arg2);}finally {Zone._lea ve(old);}): try/finally 134 deferred_in_isolate2_test: Crash # Invalid argument(s)
135 deferred_in_isolate_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leav e(old);}): try/finally 135 deferred_in_isolate_test: RuntimeError # receiver.get$_collection$_nums is not a function
136 function_send_test: Crash # (try {p.send(func);}finally {p.send(0);}): try/final ly 136 function_send_test: RuntimeError # receiver.get$_nums is not a function
137 handle_error2_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old) ;}): try/finally 137 handle_error2_test: RuntimeError # receiver.get$_collection$_nums is not a funct ion
138 handle_error3_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old) ;}): try/finally 138 handle_error3_test: RuntimeError # receiver.get$_collection$_nums is not a funct ion
139 handle_error_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old); }): try/finally 139 handle_error_test: RuntimeError # receiver.get$_collection$_nums is not a functi on
140 illegal_msg_function_test: Crash # (try {return f(arg1,arg2);}finally {Zone._lea ve(old);}): try/finally 140 illegal_msg_function_test: Crash # Invalid argument(s)
141 illegal_msg_mirror_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave (old);}): try/finally 141 illegal_msg_mirror_test: Crash # Invalid argument(s)
142 int_from_environment_default_value_test: Crash # (try {return f(arg1,arg2);}fina lly {Zone._leave(old);}): try/finally 142 int_from_environment_default_value_test: RuntimeError # receiver.get$_collection $_nums is not a function
143 isolate_complex_messages_test: Crash # (try {return f(arg1,arg2);}finally {Zone. _leave(old);}): try/finally 143 isolate_complex_messages_test: Crash # Invalid argument(s)
144 isolate_current_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(ol d);}): try/finally 144 isolate_current_test: RuntimeError # receiver.get$_nums is not a function
145 isolate_import_test/none: Crash # (try {return f(arg1,arg2);}finally {Zone._leav e(old);}): try/finally 145 isolate_import_test/none: RuntimeError # receiver.get$_collection$_nums is not a function
146 isolate_stress_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old );}): try/finally
147 issue_22778_test: RuntimeError # receiver.get$_collection$_nums is not a functio n 146 issue_22778_test: RuntimeError # receiver.get$_collection$_nums is not a functio n
148 kill2_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try /finally 147 kill2_test: RuntimeError # receiver.get$_collection$_nums is not a function
149 kill_self_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 148 kill_self_test: RuntimeError # receiver.get$_collection$_nums is not a function
150 kill_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/ finally 149 kill_test: RuntimeError # receiver.get$_collection$_nums is not a function
151 mandel_isolate_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old );}): try/finally 150 mandel_isolate_test: Crash # Invalid argument(s)
152 message2_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 151 message2_test: Crash # Invalid argument(s)
153 message3_test/byteBuffer: Crash # (try {return f(arg1,arg2);}finally {Zone._leav e(old);}): try/finally 152 message3_test/byteBuffer: RuntimeError # receiver.get$_collection$_nums is not a function
154 message3_test/constInstance: Crash # (try {return f(arg1,arg2);}finally {Zone._l eave(old);}): try/finally 153 message3_test/constInstance: Crash # Invalid argument(s)
155 message3_test/constList: Crash # (try {return f(arg1,arg2);}finally {Zone._leave (old);}): try/finally 154 message3_test/fun: RuntimeError # receiver.get$_collection$_nums is not a functi on
156 message3_test/constList_identical: Crash # (try {return f(arg1,arg2);}finally {Z one._leave(old);}): try/finally 155 message3_test/int32x4: RuntimeError # receiver.get$_collection$_nums is not a fu nction
157 message3_test/constMap: Crash # (try {return f(arg1,arg2);}finally {Zone._leave( old);}): try/finally 156 message3_test/none: RuntimeError # receiver.get$_collection$_nums is not a funct ion
158 message3_test/fun: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old); }): try/finally 157 message_enum_test: RuntimeError # receiver.get$_collection$_nums is not a functi on
159 message3_test/int32x4: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(o ld);}): try/finally 158 message_test: Crash # Invalid argument(s)
160 message3_test/none: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old) ;}): try/finally 159 mint_maker_test: Crash # Invalid argument(s)
161 message_enum_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old); }): try/finally 160 nested_spawn2_test: Crash # Invalid argument(s)
162 message_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): t ry/finally 161 nested_spawn_test: Crash # Invalid argument(s)
163 mint_maker_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}) : try/finally 162 object_leak_test: RuntimeError # receiver.get$_collection$_nums is not a functio n
164 nested_spawn2_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old) ;}): try/finally 163 ondone_test: RuntimeError # receiver.get$_nums is not a function
165 nested_spawn_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old); }): try/finally 164 pause_test: RuntimeError # receiver.get$_nums is not a function
166 object_leak_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);} ): try/finally 165 ping_pause_test: RuntimeError # receiver.get$_collection$_nums is not a function
167 ondone_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): tr y/finally 166 ping_test: RuntimeError # receiver.get$_collection$_nums is not a function
168 pause_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try /finally 167 port_test: RuntimeError # receiver.get$_collection$_nums is not a function
169 ping_pause_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}) : try/finally 168 raw_port_test: Crash # Invalid argument(s)
170 ping_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/ finally 169 request_reply_test: Crash # Invalid argument(s)
171 port_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/ finally 170 simple_message_test/none: RuntimeError # receiver.get$_collection$_nums is not a function
172 raw_port_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 171 spawn_function_custom_class_test: Crash # Invalid argument(s)
173 request_reply_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old) ;}): try/finally 172 spawn_function_test: Crash # Invalid argument(s)
174 simple_message_test/01: Crash # (try {return f(arg1,arg2);}finally {Zone._leave( old);}): try/finally 173 spawn_uri_missing_from_isolate_test: Crash # Invalid argument(s)
175 simple_message_test/none: Crash # (try {return f(arg1,arg2);}finally {Zone._leav e(old);}): try/finally 174 spawn_uri_missing_test: Crash # Invalid argument(s)
176 spawn_function_custom_class_test: Crash # (try {return f(arg1,arg2);}finally {Zo ne._leave(old);}): try/finally 175 spawn_uri_multi_test/01: Crash # Invalid argument(s)
177 spawn_function_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old );}): try/finally 176 spawn_uri_multi_test/none: Crash # Invalid argument(s)
178 spawn_uri_missing_from_isolate_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 177 stacktrace_message_test: Crash # Invalid argument(s)
179 spawn_uri_missing_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave( old);}): try/finally 178 start_paused_test: RuntimeError # receiver.get$_nums is not a function
180 spawn_uri_multi_test/01: Crash # (try {return f(arg1,arg2);}finally {Zone._leave (old);}): try/finally 179 static_function_test: Crash # Invalid argument(s)
181 spawn_uri_multi_test/none: Crash # (try {return f(arg1,arg2);}finally {Zone._lea ve(old);}): try/finally 180 string_from_environment_default_value_test: RuntimeError # receiver.get$_collect ion$_nums is not a function
182 stacktrace_message_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave (old);}): try/finally 181 timer_isolate_test: Crash # Invalid argument(s)
183 start_paused_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old); }): try/finally 182 typed_message_test: RuntimeError # receiver.get$_nums is not a function
184 static_function_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(ol d);}): try/finally 183 unresolved_ports_test: Crash # Invalid argument(s)
185 string_from_environment_default_value_test: Crash # (try {return f(arg1,arg2);}f inally {Zone._leave(old);}): try/finally
186 timer_isolate_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old) ;}): try/finally
187 typed_message_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old) ;}): try/finally
188 unresolved_ports_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(o ld);}): try/finally
OLDNEW
« no previous file with comments | « tests/html/html.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698