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

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

Issue 1185633003: cps-ir: Support foreign code. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Update test expectations. Created 5 years, 6 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 count_test: Crash # (switch (testCase.re... Unhandled node 129 bool_from_environment_default_value_test: Crash # (try {return f(arg1,arg2);}fin ally {Zone._leave(old);}): try/finally
130 capability_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}) : try/finally
131 compile_time_error_test/none: Crash # (try {return f(arg1,arg2);}finally {Zone._ leave(old);}): try/finally
132 count_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try /finally
130 cross_isolate_message_test: Crash # (switch (msg[0]){cas... Unhandled node 133 cross_isolate_message_test: Crash # (switch (msg[0]){cas... Unhandled node
131 deferred_in_isolate2_test: Crash # (switch (testCase.re... Unhandled node 134 deferred_in_isolate2_test: Crash # (try {return f(arg1,arg2);}finally {Zone._lea ve(old);}): try/finally
135 deferred_in_isolate_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leav e(old);}): try/finally
132 function_send_test: Crash # (try {p.send(func);}finally {p.send(0);}): try/final ly 136 function_send_test: Crash # (try {p.send(func);}finally {p.send(0);}): try/final ly
133 handle_error2_test: Crash # (switch (state){case... Unhandled node 137 handle_error2_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old) ;}): try/finally
134 handle_error3_test: Crash # (switch (state2){cas... Unhandled node 138 handle_error3_test: Crash # (switch (state2){cas... Unhandled node
135 handle_error_test: Crash # (switch (state){case... Unhandled node 139 handle_error_test: Crash # (switch (state){case... Unhandled node
136 illegal_msg_function_test: Crash # (switch (testCase.re... Unhandled node 140 illegal_msg_function_test: Crash # (try {return f(arg1,arg2);}finally {Zone._lea ve(old);}): try/finally
137 illegal_msg_mirror_test: Crash # (switch (testCase.re... Unhandled node 141 illegal_msg_mirror_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave (old);}): try/finally
138 isolate_complex_messages_test: Crash # (switch (testCase.re... Unhandled node 142 int_from_environment_default_value_test: Crash # (try {return f(arg1,arg2);}fina lly {Zone._leave(old);}): try/finally
139 isolate_current_test: Crash # (switch (state){case... Unhandled node 143 isolate_complex_messages_test: Crash # (try {return f(arg1,arg2);}finally {Zone. _leave(old);}): try/finally
140 mandel_isolate_test: Crash # (switch (testCase.re... Unhandled node 144 isolate_current_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(ol d);}): try/finally
141 message2_test: Crash # (switch (testCase.re... Unhandled node 145 isolate_import_test/none: Crash # (try {return f(arg1,arg2);}finally {Zone._leav e(old);}): try/finally
142 message3_test/constInstance: Crash # Invalid argument(s) 146 isolate_stress_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old );}): try/finally
143 message3_test/constList: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 147 issue_22778_test: RuntimeError # receiver.get$_collection$_nums is not a functio n
144 message3_test/constList_identical: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 148 kill2_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try /finally
145 message3_test/constMap: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 149 kill_self_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally
146 message_test: Crash # (switch (testCase.re... Unhandled node 150 kill_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/ finally
147 mint_maker_test: Crash # (switch (testCase.re... Unhandled node 151 mandel_isolate_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old );}): try/finally
148 nested_spawn2_test: Crash # (switch (testCase.re... Unhandled node 152 message2_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally
149 nested_spawn_test: Crash # (switch (testCase.re... Unhandled node 153 message3_test/byteBuffer: Crash # (try {return f(arg1,arg2);}finally {Zone._leav e(old);}): try/finally
150 raw_port_test: Crash # (switch (testCase.re... Unhandled node 154 message3_test/constInstance: Crash # (try {return f(arg1,arg2);}finally {Zone._l eave(old);}): try/finally
151 request_reply_test: Crash # (switch (testCase.re... Unhandled node 155 message3_test/constList: Crash # (try {return f(arg1,arg2);}finally {Zone._leave (old);}): try/finally
152 spawn_function_custom_class_test: Crash # (switch (testCase.re... Unhandled nod e 156 message3_test/constList_identical: Crash # (try {return f(arg1,arg2);}finally {Z one._leave(old);}): try/finally
153 spawn_function_test: Crash # (switch (testCase.re... Unhandled node 157 message3_test/constMap: Crash # (try {return f(arg1,arg2);}finally {Zone._leave( old);}): try/finally
154 spawn_uri_multi_test/01: Crash # (switch (testCase.re... Unhandled node 158 message3_test/fun: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old); }): try/finally
155 spawn_uri_multi_test/none: Crash # (switch (testCase.re... Unhandled node 159 message3_test/int32x4: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(o ld);}): try/finally
156 stacktrace_message_test: Crash # (switch (testCase.re... Unhandled node 160 message3_test/none: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old) ;}): try/finally
157 static_function_test: Crash # (switch (testCase.re... Unhandled node 161 message_enum_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old); }): try/finally
158 timer_isolate_test: Crash # (switch (testCase.re... Unhandled node 162 message_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): t ry/finally
159 unresolved_ports_test: Crash # (switch (testCase.re... Unhandled node 163 mint_maker_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}) : try/finally
164 nested_spawn2_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old) ;}): try/finally
165 nested_spawn_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old); }): try/finally
166 object_leak_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);} ): try/finally
167 ondone_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): tr y/finally
168 pause_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try /finally
169 ping_pause_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}) : try/finally
170 ping_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/ finally
171 port_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/ finally
172 raw_port_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally
173 request_reply_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old) ;}): try/finally
174 simple_message_test/01: Crash # (try {return f(arg1,arg2);}finally {Zone._leave( old);}): try/finally
175 simple_message_test/none: Crash # (try {return f(arg1,arg2);}finally {Zone._leav e(old);}): try/finally
176 spawn_function_custom_class_test: Crash # (try {return f(arg1,arg2);}finally {Zo ne._leave(old);}): try/finally
177 spawn_function_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old );}): try/finally
178 spawn_uri_missing_from_isolate_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally
179 spawn_uri_missing_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave( old);}): try/finally
180 spawn_uri_multi_test/01: Crash # (try {return f(arg1,arg2);}finally {Zone._leave (old);}): try/finally
181 spawn_uri_multi_test/none: Crash # (try {return f(arg1,arg2);}finally {Zone._lea ve(old);}): try/finally
182 stacktrace_message_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave (old);}): try/finally
183 start_paused_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old); }): try/finally
184 static_function_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(ol d);}): try/finally
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