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

Side by Side Diff: tests/compiler/dart2js_extra/dart2js_extra.status

Issue 2989453002: Add support for compiling Dart via the FE in dart2js. (Closed)
Patch Set: update status Created 3 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
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 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 class_test: Fail 6 class_test: Fail
7 statements_test: Fail 7 statements_test: Fail
8 typed_locals_test: Fail 8 typed_locals_test: Fail
9 no_such_method_test: Fail # Wrong Invocation.memberName. 9 no_such_method_test: Fail # Wrong Invocation.memberName.
10 constant_javascript_semantics4_test: Fail, OK 10 constant_javascript_semantics4_test: Fail, OK
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 closure_capture5_test: Pass, Slow # Issue 25940 127 closure_capture5_test: Pass, Slow # Issue 25940
128 conditional_test: Pass, Slow # Issue 25940 128 conditional_test: Pass, Slow # Issue 25940
129 constant_javascript_semantics2_test: Pass, Slow # Issue 25940 129 constant_javascript_semantics2_test: Pass, Slow # Issue 25940
130 130
131 [ $compiler == dart2js && $runtime == ff && $system == windows ] 131 [ $compiler == dart2js && $runtime == ff && $system == windows ]
132 consistent_index_error_string_test: Pass, Slow # Issue 25940 132 consistent_index_error_string_test: Pass, Slow # Issue 25940
133 133
134 [ $compiler == dart2js ] 134 [ $compiler == dart2js ]
135 mirror_printer_test: Pass, Slow # Issue 25940, 16473 135 mirror_printer_test: Pass, Slow # Issue 25940, 16473
136 136
137 [ $compiler == dart2js && $dart2js_with_kernel ] 137 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ]
138 big_allocation_expression_test: Pass # Issue 27394 138 big_allocation_expression_test: Pass # Issue 27394
139 21666_test: Crash # Issue 27394 139 21666_test: Crash # Issue 27394
140 23486_test/02: Crash # Issue 27394 140 23486_test/02: Crash # Issue 27394
141 bailout_on_continue_test: RuntimeError # Issue 27394 141 bailout_on_continue_test: RuntimeError # Issue 27394
142 closure_type_reflection2_test: Crash # Issue 27394 142 closure_type_reflection2_test: Crash # Issue 27394
143 closure_type_reflection_test: Crash # Issue 27394 143 closure_type_reflection_test: Crash # Issue 27394
144 deferred/deferred_mirrors2_test: Crash # Issue 27394 144 deferred/deferred_mirrors2_test: Crash # Issue 27394
145 dummy_compiler_test: Crash # Issue 27394 145 dummy_compiler_test: Crash # Issue 27394
146 inference_super_set_call_test: RuntimeError # Issue 27394 146 inference_super_set_call_test: RuntimeError # Issue 27394
147 invalid_annotation2_test/01: Crash # Issue 27394 147 invalid_annotation2_test/01: Crash # Issue 27394
148 invalid_annotation2_test/none: Crash # Issue 27394 148 invalid_annotation2_test/none: Crash # Issue 27394
149 invalid_annotation_test/01: Crash # Issue 27394 149 invalid_annotation_test/01: Crash # Issue 27394
150 lookup_map/dead_entry_through_mirrors_test: Crash # Issue 27394 150 lookup_map/dead_entry_through_mirrors_test: Crash # Issue 27394
151 lookup_map/live_entry_through_mirrors_test: Crash # Issue 27394 151 lookup_map/live_entry_through_mirrors_test: Crash # Issue 27394
152 lookup_map/live_entry_through_mirrors_used_test: Crash # Issue 27394 152 lookup_map/live_entry_through_mirrors_used_test: Crash # Issue 27394
153 many_fields_test: Crash # Issue 27394 153 many_fields_test: Crash # Issue 27394
154 mirror_enqueuer_regression_test: Crash # Issue 27394 154 mirror_enqueuer_regression_test: Crash # Issue 27394
155 mirror_invalid_invoke2_test: Crash # Issue 27394 155 mirror_invalid_invoke2_test: Crash # Issue 27394
156 mirror_invalid_invoke3_test: Crash # Issue 27394 156 mirror_invalid_invoke3_test: Crash # Issue 27394
157 mirror_invalid_invoke_test: Crash # Issue 27394 157 mirror_invalid_invoke_test: Crash # Issue 27394
158 mirror_printer_test/01: Crash # Issue 27394 158 mirror_printer_test/01: Crash # Issue 27394
159 mirror_printer_test/none: Crash # Issue 27394 159 mirror_printer_test/none: Crash # Issue 27394
160 mirror_test: Crash # Issue 27394 160 mirror_test: Crash # Issue 27394
161 mirrors_used_closure_test: Crash # Issue 27394 161 mirrors_used_closure_test: Crash # Issue 27394
162 mirrors_used_metatargets_test: Crash # Issue 27394 162 mirrors_used_metatargets_test: Crash # Issue 27394
163 mirrors_used_native_test: Crash # Issue 27394 163 mirrors_used_native_test: Crash # Issue 27394
164 recursive_import_test: Crash # Issue 27394 164 recursive_import_test: Crash # Issue 27394
165 reflect_native_types_test: Crash # Issue 27394 165 reflect_native_types_test: Crash # Issue 27394
166 166
167 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] 167 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked ]
168 js_dispatch_property_test: Crash # Issue 27394 168 js_dispatch_property_test: Crash # Issue 27394
169 regress/4562_test/01: Crash # Issue 27394 169 regress/4562_test/01: Crash # Issue 27394
170
171 [ $compiler == dart2js && $dart2js_with_kernel ]
172 10216a_test: Crash
173 10216b_test: Crash
174 11673_test: Crash
175 16400_test: Crash
176 16407_test: Crash
177 16407_test: RuntimeError
178 17856_test: Crash
179 18383_test: Crash
180 18383_test: RuntimeError
181 19191_test: Crash
182 21166_test: Crash
183 21579_test: Crash
184 21579_test: RuntimeError
185 21666_test: Crash
186 21724_test: Crash
187 22776_test: Crash
188 22868_test: Crash
189 22917_test: Crash
190 23056_test: Crash
191 23264_test: Crash
192 23404_test: RuntimeError
193 23432_test: Crash
194 23828_test: Crash
195 26243_test: Crash
196 28919_test: Crash
197 28919_test: RuntimeError
198 assert_with_message_test: Crash
199 async_stacktrace_test: Crash
200 bailout8_test: Crash
201 bailout_on_break_test: Crash
202 bailout_on_continue_test: Timeout
203 bailout_test: Crash
204 bound_closure_interceptor_methods_test: Crash
205 bound_closure_interceptor_type_test: Crash
206 break_test: Crash
207 checked_accessor_test: Crash
208 closure2_test: RuntimeError
209 closure3_test: RuntimeError
210 closure4_test: RuntimeError
211 closure5_test: Crash
212 closure6_test: RuntimeError
213 closure7_test: RuntimeError
214 closure_capture2_test: RuntimeError
215 closure_capture3_test: RuntimeError
216 closure_capture4_test: RuntimeError
217 closure_capture5_test: RuntimeError
218 closure_capture_test: RuntimeError
219 closure_test: RuntimeError
220 closure_type_reflection2_test: Crash
221 closure_type_reflection_test: Crash
222 code_motion_exception_test: Crash
223 compile_time_constant4_test/01: MissingCompileTimeError
224 compile_time_constant4_test/02: MissingCompileTimeError
225 compile_time_constant4_test/03: MissingCompileTimeError
226 compile_time_constant4_test/04: MissingCompileTimeError
227 compile_time_constant4_test/05: MissingCompileTimeError
228 compile_time_constant4_test/06: Crash
229 conditional_send_test: Crash
230 consistent_add_error_test: Crash
231 consistent_codeUnitAt_error_test: Crash
232 consistent_index_error_array_test: Crash
233 consistent_index_error_string_test: Crash
234 consistent_index_error_typed_list_test: Crash
235 consistent_null_add_error_test: Crash
236 consistent_subtract_error_test: Crash
237 constant_javascript_semantics2_test: Crash
238 constant_javascript_semantics3_test: Crash
239 constant_javascript_semantics_test/01: MissingCompileTimeError
240 constant_javascript_semantics_test/02: MissingCompileTimeError
241 deferred/deferred_class_test: CompileTimeError
242 deferred/deferred_constant2_test: CompileTimeError
243 deferred/deferred_constant3_test: CompileTimeError
244 deferred/deferred_constant4_test: CompileTimeError
245 deferred/deferred_function_test: CompileTimeError
246 deferred/deferred_mirrors1_test: CompileTimeError
247 deferred/deferred_mirrors2_test: Crash
248 deferred/deferred_overlapping_test: CompileTimeError
249 deferred_custom_loader_test: CompileTimeError
250 deferred_fail_and_retry_test: CompileTimeError
251 deferred_fail_and_retry_worker_test: CompileTimeError
252 deferred_inheritance_test: CompileTimeError
253 deferred_split_test: CompileTimeError
254 dummy_compiler_test: CompileTimeError
255 for_in_test: Crash
256 hash_code_test: Crash
257 identical_trace_test: Crash
258 if_null3_test: RuntimeError
259 if_null_test: Crash
260 inference_nsm_mirrors_test: Crash
261 inference_super_set_call_test: RuntimeError
262 inferrer_is_int_test: Crash
263 inline_position_crash_test: Crash
264 interceptor_named_arguments_test: Crash
265 interface_type_optimization_test: Crash
266 invalid_annotation2_test/none: Crash
267 is_check_instanceof_test: Crash
268 js_array_index_error_test: Crash
269 js_array_removeLast_error_test: Crash
270 label_test/06: Crash
271 locate_single_element_1_test: Crash
272 lookup_map/dead_entry_single_nested_pairs_test: Crash
273 lookup_map/dead_entry_test: Crash
274 lookup_map/dead_entry_through_mirrors_test: Crash
275 lookup_map/discovered_code_test: Crash
276 lookup_map/entries_aside_test: Crash
277 lookup_map/escaping_entries_test: Crash
278 lookup_map/generic_type_test: Crash
279 lookup_map/live_entry_single_pair_test: Crash
280 lookup_map/live_entry_test: Crash
281 lookup_map/live_entry_through_mirrors_test: Crash
282 lookup_map/live_entry_through_mirrors_used_test: Crash
283 lookup_map/reachable_data2_test: Crash
284 lookup_map/reachable_data_test: Crash
285 lookup_map/subclass_lookup_map_test: Crash
286 many_constants_test: Crash
287 many_fields_test: Crash
288 mirror_invalid_field_access2_test: Crash
289 mirror_invalid_field_access3_test: Crash
290 mirror_invalid_field_access4_test: Crash
291 mirror_invalid_field_access_test: Crash
292 mirror_invalid_invoke2_test: Crash
293 mirror_invalid_invoke3_test: Crash
294 mirror_invalid_invoke_test: Crash
295 mirror_printer_test/01: Crash
296 mirror_printer_test/none: Crash
297 mirror_test: Crash
298 mirror_type_inference_field2_test: Crash
299 mirror_type_inference_field_test: Crash
300 mirror_type_inference_function_test: Crash
301 mirrors_declarations_filtering_test: Crash
302 mirrors_used_closure_test: Crash
303 mirrors_used_metatargets_test: Crash
304 mirrors_used_native_test: Crash
305 mirrors_used_warning2_test: Crash
306 mirrors_used_warning_test/minif: Crash
307 mirrors_used_warning_test/none: Crash
308 new_from_env_test: Crash
309 no_such_method_mirrors_test: Crash
310 no_such_method_test: Crash
311 operator_test: Crash
312 optional_parameter_test: Crash
313 private_symbol_literal_test/01: MissingCompileTimeError
314 private_symbol_literal_test/02: MissingCompileTimeError
315 private_symbol_literal_test/03: MissingCompileTimeError
316 private_symbol_literal_test/04: MissingCompileTimeError
317 private_symbol_literal_test/05: MissingCompileTimeError
318 private_symbol_literal_test/06: MissingCompileTimeError
319 recursive_import_test: CompileTimeError
320 reflect_native_types_test: Crash
321 regress/4492_test: Crash
322 regress/4515_1_test: Crash
323 regress/4515_2_test: Crash
324 regress/4515_3_test: Crash
325 regress/4562_test/none: CompileTimeError
326 regress/4639_test: Crash
327 regress/4740_test: Crash
328 round_constant_folding_test: Crash
329 string_interpolation_dynamic_test: RuntimeError
330 string_interpolation_test: RuntimeError
331 super_constructor1_test: Crash
332 switch_test/none: Crash
333 this_phi_elimination_test: Crash
334 timer_negative_test: Crash
335 timer_test: Crash
336 truncation_errors_test: Crash
337 type_argument_factory_crash_test: Crash
338 type_argument_factory_nocrash_test: Crash
339 type_constant_switch_test/01: MissingCompileTimeError
340 type_error_message_test: Crash
341 unconditional_dartio_import_test: CompileTimeError
342 useful_error_message_1_test: Crash
343
344 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
345 12320_test: Crash
346 22487_test: Crash
347 23404_test: Crash
348 23804_test: Crash
349 28749_test: Crash
350 LayoutTests_fast_mediastream_getusermedia_t01_test/none: Crash
351 bailout_aborting_if_test: Crash
352 big_allocation_expression_test: Crash
353 closure2_test: Crash
354 closure3_test: Crash
355 closure4_test: Crash
356 closure6_test: Crash
357 closure7_test: Crash
358 closure_capture2_test: Crash
359 closure_capture3_test: Crash
360 closure_capture4_test: Crash
361 closure_capture5_test: Crash
362 closure_capture_test: Crash
363 closure_test: Crash
364 first_class_types_hashcode_test: Crash
365 if_null2_test: Crash
366 if_null3_test: Crash
367 runtime_type_int_test: Crash
368 type_constant_switch_test/01: Crash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698