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

Side by Side Diff: tests/language_2/language_2_dart2js.status

Issue 2994363002: Fix the local variable lookup in the locals handler. (Closed)
Patch Set: stephen comments Created 3 years, 4 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/language/language_dart2js.status ('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) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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 # Sections in this file should contain "$compiler == dart2js". 5 # Sections in this file should contain "$compiler == dart2js".
6 6
7 # dart2js does not implement the Dart 2.0 static type errors yet. 7 # dart2js does not implement the Dart 2.0 static type errors yet.
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 abstract_beats_arguments_test: MissingCompileTimeError 9 abstract_beats_arguments_test: MissingCompileTimeError
10 abstract_exact_selector_test/01: MissingCompileTimeError 10 abstract_exact_selector_test/01: MissingCompileTimeError
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 [ $compiler == dart2js && $runtime == drt && $checked ] 139 [ $compiler == dart2js && $runtime == drt && $checked ]
140 regress_30339_test: RuntimeError # Issue 30393 140 regress_30339_test: RuntimeError # Issue 30393
141 141
142 [ $compiler == dart2js && $runtime == jsshell && $checked ] 142 [ $compiler == dart2js && $runtime == jsshell && $checked ]
143 assertion_test: RuntimeError 143 assertion_test: RuntimeError
144 144
145 [ $compiler == dart2js && $runtime == drt && $checked ] 145 [ $compiler == dart2js && $runtime == drt && $checked ]
146 assertion_test: RuntimeError 146 assertion_test: RuntimeError
147 147
148 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] 148 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
149 aborting_switch_case_test: Crash
150 abstract_exact_selector_test/01: Crash 149 abstract_exact_selector_test/01: Crash
151 abstract_exact_selector_test/none: Crash 150 abstract_exact_selector_test/none: Crash
152 abstract_getter_test/01: Crash 151 abstract_getter_test/01: Crash
153 abstract_method_test: Crash 152 abstract_method_test: Crash
154 abstract_object_method_test: Crash 153 abstract_object_method_test: Crash
155 abstract_runtime_error_test/01: Crash 154 abstract_runtime_error_test/01: Crash
156 abstract_runtime_error_test/02: Crash 155 abstract_runtime_error_test/02: Crash
157 arg_param_trailing_comma_test/none: Crash 156 arg_param_trailing_comma_test/none: Crash
158 arithmetic_test: Crash
159 assert_message_test: Crash 157 assert_message_test: Crash
160 assert_trailing_comma_test/none: CompileTimeError 158 assert_trailing_comma_test/none: CompileTimeError
161 assertion_initializer_const_error2_test/cc02: Crash 159 assertion_initializer_const_error2_test/cc02: Crash
162 assertion_initializer_const_error2_test/none: CompileTimeError 160 assertion_initializer_const_error2_test/none: CompileTimeError
163 assertion_initializer_const_function_error_test/01: Crash 161 assertion_initializer_const_function_error_test/01: Crash
164 assertion_initializer_const_function_test/01: Crash 162 assertion_initializer_const_function_test/01: Crash
165 assertion_initializer_test: CompileTimeError 163 assertion_initializer_test: CompileTimeError
166 assertion_test: Crash 164 assertion_test: Crash
167 assign_instance_method_negative_test: Crash 165 assign_instance_method_negative_test: Crash
168 assign_instance_method_test: Crash 166 assign_instance_method_test: Crash
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 bad_constructor_test/05: MissingCompileTimeError 258 bad_constructor_test/05: MissingCompileTimeError
261 bad_named_parameters2_test/01: Crash 259 bad_named_parameters2_test/01: Crash
262 bad_named_parameters_test/01: Crash 260 bad_named_parameters_test/01: Crash
263 bad_named_parameters_test/02: Crash 261 bad_named_parameters_test/02: Crash
264 bad_named_parameters_test/03: Crash 262 bad_named_parameters_test/03: Crash
265 bad_named_parameters_test/04: Crash 263 bad_named_parameters_test/04: Crash
266 bad_named_parameters_test/05: Crash 264 bad_named_parameters_test/05: Crash
267 bad_override_test/03: MissingCompileTimeError 265 bad_override_test/03: MissingCompileTimeError
268 bad_override_test/04: Crash # type 'KernelField' is not a subtype of type 'Proce dure' of 'value' where 266 bad_override_test/04: Crash # type 'KernelField' is not a subtype of type 'Proce dure' of 'value' where
269 bad_override_test/05: MissingCompileTimeError 267 bad_override_test/05: MissingCompileTimeError
270 bailout3_test: Crash
271 bailout4_test: Crash 268 bailout4_test: Crash
272 bailout5_test: Crash
273 bailout6_test: Crash
274 bailout7_test: Crash
275 bailout_test: Crash 269 bailout_test: Crash
276 bind_test: Crash 270 bind_test: Crash
277 bit_operations_test/01: Crash 271 bit_operations_test/01: Crash
278 bit_operations_test/02: Crash 272 bit_operations_test/02: Crash
279 bit_operations_test/03: Crash 273 bit_operations_test/03: Crash
280 bit_operations_test/04: Crash 274 bit_operations_test/04: Crash
281 bit_operations_test/none: Crash 275 bit_operations_test/none: Crash
282 bool_check_test: Crash 276 bool_check_test: Crash
283 bool_condition_check_test: Crash 277 bool_condition_check_test: Crash
284 bool_test: Crash 278 bool_test: Crash
285 bound_closure_equality_test: Crash 279 bound_closure_equality_test: Crash
286 bound_closure_primitives_test: Crash 280 bound_closure_primitives_test: Crash
287 branch_canonicalization_test: RuntimeError 281 branch_canonicalization_test: RuntimeError
288 break_test: Crash 282 break_test: Crash
289 built_in_identifier_test/01: Crash 283 built_in_identifier_test/01: Crash
290 built_in_identifier_test/none: Crash 284 built_in_identifier_test/none: Crash
291 call_closurization_test: Crash 285 call_closurization_test: Crash
292 call_constructor_on_unresolvable_class_test/07: Crash 286 call_constructor_on_unresolvable_class_test/07: Crash
293 call_function2_test: Crash # Assertion failure: Cannot find value local(Maps_map ToString_closure.call#first) in (local(Maps_mapToString_closure.call#k), local(M aps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_call(Ma ps_mapToString_closure.call).
294 call_function_apply_test: Crash 287 call_function_apply_test: Crash
295 call_nonexistent_constructor_test/01: Crash 288 call_nonexistent_constructor_test/01: Crash
296 call_nonexistent_constructor_test/02: Crash 289 call_nonexistent_constructor_test/02: Crash
297 call_nonexistent_static_test/01: Crash 290 call_nonexistent_static_test/01: Crash
298 call_nonexistent_static_test/02: Crash 291 call_nonexistent_static_test/02: Crash
299 call_nonexistent_static_test/03: Crash 292 call_nonexistent_static_test/03: Crash
300 call_nonexistent_static_test/04: Crash 293 call_nonexistent_static_test/04: Crash
301 call_nonexistent_static_test/05: Crash 294 call_nonexistent_static_test/05: Crash
302 call_nonexistent_static_test/06: Crash 295 call_nonexistent_static_test/06: Crash
303 call_nonexistent_static_test/07: Crash 296 call_nonexistent_static_test/07: Crash
304 call_nonexistent_static_test/08: Crash 297 call_nonexistent_static_test/08: Crash
305 call_nonexistent_static_test/09: Crash 298 call_nonexistent_static_test/09: Crash
306 call_nonexistent_static_test/10: Crash 299 call_nonexistent_static_test/10: Crash
307 call_operator_test: RuntimeError 300 call_operator_test: RuntimeError
308 call_property_test: Crash 301 call_property_test: Crash
309 call_test: Crash 302 call_test: Crash
310 call_through_getter_test: Crash 303 call_through_getter_test: Crash
311 call_through_null_getter_test: Crash 304 call_through_null_getter_test: Crash
312 call_type_literal_test/01: Crash 305 call_type_literal_test/01: Crash
313 call_with_no_such_method_test: Crash 306 call_with_no_such_method_test: Crash
314 canonical_const2_test: RuntimeError 307 canonical_const2_test: RuntimeError
315 canonical_const_test: Crash 308 canonical_const_test: Crash
316 cascade2_test: Crash 309 cascade2_test: Crash
317 cascade_in_expression_function_test: Crash
318 cascade_precedence_test: Crash
319 cascade_test/none: Crash 310 cascade_test/none: Crash
320 cast2_test: Crash # Assertion failure: Cannot find value local(main_closure.call #oc) in (local(main#)) for j:closure_call(main_closure.call).
321 cast_test/04: RuntimeError 311 cast_test/04: RuntimeError
322 cast_test/05: RuntimeError 312 cast_test/05: RuntimeError
323 cast_test/none: RuntimeError 313 cast_test/none: RuntimeError
324 catch_liveness_test: Crash
325 cha_deopt1_test: CompileTimeError 314 cha_deopt1_test: CompileTimeError
326 cha_deopt2_test: CompileTimeError 315 cha_deopt2_test: CompileTimeError
327 cha_deopt3_test: CompileTimeError 316 cha_deopt3_test: CompileTimeError
328 class_literal_test/01: Crash 317 class_literal_test/01: Crash
329 class_literal_test/02: Crash 318 class_literal_test/02: Crash
330 class_literal_test/03: Crash 319 class_literal_test/03: Crash
331 class_literal_test/04: Crash 320 class_literal_test/04: Crash
332 class_literal_test/05: Crash 321 class_literal_test/05: Crash
333 class_literal_test/06: Crash 322 class_literal_test/06: Crash
334 class_literal_test/07: Crash 323 class_literal_test/07: Crash
(...skipping 11 matching lines...) Expand all
346 class_literal_test/19: Crash 335 class_literal_test/19: Crash
347 class_literal_test/20: Crash 336 class_literal_test/20: Crash
348 class_literal_test/21: Crash 337 class_literal_test/21: Crash
349 class_literal_test/22: Crash 338 class_literal_test/22: Crash
350 class_literal_test/23: Crash 339 class_literal_test/23: Crash
351 class_literal_test/24: Crash 340 class_literal_test/24: Crash
352 class_literal_test/25: Crash 341 class_literal_test/25: Crash
353 class_literal_test/none: Crash 342 class_literal_test/none: Crash
354 class_literal_test: Crash # Assertion failure: Cannot find value local(main_clos ure.call#x) in (local(main#)) for j:closure_call(main_closure.call). 343 class_literal_test: Crash # Assertion failure: Cannot find value local(main_clos ure.call#x) in (local(main#)) for j:closure_call(main_closure.call).
355 class_override_test/00: Crash 344 class_override_test/00: Crash
356 class_syntax2_test: Crash
357 class_test: Crash 345 class_test: Crash
358 classes_static_method_clash_test: Crash 346 classes_static_method_clash_test: Crash
359 closure2_test: Crash
360 closure3_test: Crash
361 closure4_test: Crash 347 closure4_test: Crash
362 closure5_test: Crash 348 closure5_test: Crash
363 closure6_test: Crash 349 closure6_test: Crash
364 closure7_test: Crash 350 closure7_test: Crash
365 closure8_test: Crash 351 closure8_test: Crash
366 closure_break1_test: Crash
367 closure_break2_test: Crash
368 closure_break_test: Crash 352 closure_break_test: Crash
369 closure_cycles_test: Crash 353 closure_cycles_test: Crash
370 closure_in_constructor_test: Crash 354 closure_in_constructor_test: Crash
371 closure_in_field_initializer_test: Crash 355 closure_in_field_initializer_test: Crash
372 closure_in_initializer2_test: Crash 356 closure_in_initializer2_test: Crash
373 closure_in_initializer_test: Crash 357 closure_in_initializer_test: Crash
374 closure_internals_test: Crash 358 closure_internals_test: Crash
375 closure_parameter_types_test: Crash 359 bool_check_test: RuntimeError
360 bool_condition_check_test: RuntimeError
361 bool_test: RuntimeError
362 closure_parameter_types_test: RuntimeError
376 closure_self_reference_test: Crash 363 closure_self_reference_test: Crash
377 closure_shared_state_test: Crash 364 closure_shared_state_test: RuntimeError
365 closure_type_variable_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null.
366 closure_type_variables_test: Crash # 'file:///usr/local/google/home/efortuna/dar t/sdk/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 192 po s 9: 'closure != null': Corresponding closure class not found for local(A.bar#g) . Closures found for (j:closure_call(Closure_fromTearOff_closure.call), local(Cl osure.fromTearOff#), j:closure_call(Maps_mapToString_closure.call), ..., j:closu re_call(A$bar_A$bar_closure.call), local(A.bar#g))
367 closure_with_super_field_test: Crash # Assertion failure: Cannot find value Inst ance of 'ThisLocal' in (local(B.returnSuperInClosure#)) for j:closure_call(B_ret urnSuperInClosure_closure.call).
368 closure_with_super_send_test: Crash # Assertion failure: Cannot find value Insta nce of 'ThisLocal' in (local(Sub_test_closure.call#e), local(Sub.test#)) for j:c losure_call(Sub_test_closure.call).
369 closures_initializer2_test: Crash # 'file:///usr/local/google/home/efortuna/dart /sdk/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 192 pos 9: 'closure != null': Corresponding closure class not found for local(A.#). Clo sures found for (j:closure_call(Closure_fromTearOff_closure.call), local(Closure .fromTearOff#), j:closure_call(Maps_mapToString_closure.call), ..., j:closure_ca ll(A_closure.call), j:constructor(A.))
370 closures_initializer_test: Crash # 'file:///usr/local/google/home/efortuna/dart/ sdk/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 192 pos 9: 'closure != null': Corresponding closure class not found for local(B.#). Clos ures found for (j:closure_call(Closure_fromTearOff_closure.call), local(Closure. fromTearOff#), j:closure_call(Maps_mapToString_closure.call), ..., j:closure_cal l(A_closure.call), j:constructor(A.))
371 closures_with_complex_params_test: Crash # type 'JClosureClass' is not a subtype of type 'ClosureClassElement' of 'cls' where
378 function_type/function_type0_test: Crash 372 function_type/function_type0_test: Crash
379 function_type/function_type10_test: Crash 373 function_type/function_type10_test: Crash
380 function_type/function_type11_test: Crash 374 function_type/function_type11_test: Crash
381 function_type/function_type12_test: Crash 375 function_type/function_type12_test: Crash
382 function_type/function_type13_test: Crash 376 function_type/function_type13_test: Crash
383 function_type/function_type14_test: Crash 377 function_type/function_type14_test: Crash
384 function_type/function_type15_test: Crash 378 function_type/function_type15_test: Crash
385 function_type/function_type16_test: Crash 379 function_type/function_type16_test: Crash
386 function_type/function_type17_test: Crash 380 function_type/function_type17_test: Crash
387 function_type/function_type18_test: Crash 381 function_type/function_type18_test: Crash
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 function_type/function_type94_test: Crash 465 function_type/function_type94_test: Crash
472 function_type/function_type95_test: Crash 466 function_type/function_type95_test: Crash
473 function_type/function_type96_test: Crash 467 function_type/function_type96_test: Crash
474 function_type/function_type97_test: Crash 468 function_type/function_type97_test: Crash
475 function_type/function_type98_test: Crash 469 function_type/function_type98_test: Crash
476 function_type/function_type99_test: Crash 470 function_type/function_type99_test: Crash
477 function_type/function_type9_test: Crash 471 function_type/function_type9_test: Crash
478 regress_30339_test: Crash 472 regress_30339_test: Crash
479 473
480 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 474 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
481 aborting_switch_case_test: Crash
482 abstract_beats_arguments_test: Crash 475 abstract_beats_arguments_test: Crash
483 abstract_exact_selector_test/01: Crash 476 abstract_exact_selector_test/01: Crash
484 abstract_exact_selector_test/none: Crash 477 abstract_exact_selector_test/none: Crash
485 abstract_getter_test/01: Crash 478 abstract_getter_test/01: Crash
486 abstract_method_test: Crash 479 abstract_method_test: Crash
487 abstract_object_method_test: Crash 480 abstract_object_method_test: Crash
488 abstract_runtime_error_test/01: Crash 481 abstract_runtime_error_test/01: Crash
489 abstract_runtime_error_test/02: Crash 482 abstract_runtime_error_test/02: Crash
490 abstract_syntax_test/00: Crash 483 abstract_syntax_test/00: Crash
491 arg_param_trailing_comma_test/none: Crash 484 arg_param_trailing_comma_test/none: Crash
492 arithmetic_test: Crash
493 assert_message_test: Crash 485 assert_message_test: Crash
494 assert_trailing_comma_test/none: CompileTimeError 486 assert_trailing_comma_test/none: CompileTimeError
495 assertion_initializer_const_error2_test/cc02: Crash 487 assertion_initializer_const_error2_test/cc02: Crash
496 assertion_initializer_const_error2_test/none: CompileTimeError 488 assertion_initializer_const_error2_test/none: CompileTimeError
497 assertion_initializer_const_function_error_test/01: Crash 489 assertion_initializer_const_function_error_test/01: Crash
498 assertion_initializer_test: CompileTimeError 490 assertion_initializer_test: CompileTimeError
499 assertion_test: Crash 491 assertion_test: Crash
500 assign_instance_method_negative_test: Crash 492 assign_instance_method_negative_test: Crash
501 assign_instance_method_test: Crash 493 assign_instance_method_test: Crash
502 assign_static_type_test/03: Crash 494 assign_static_type_test/03: Crash
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 bad_named_parameters_test/02: Crash 590 bad_named_parameters_test/02: Crash
599 bad_named_parameters_test/03: Crash 591 bad_named_parameters_test/03: Crash
600 bad_named_parameters_test/04: Crash 592 bad_named_parameters_test/04: Crash
601 bad_named_parameters_test/05: Crash 593 bad_named_parameters_test/05: Crash
602 bad_override_test/01: Crash 594 bad_override_test/01: Crash
603 bad_override_test/02: Crash 595 bad_override_test/02: Crash
604 bad_override_test/03: MissingCompileTimeError 596 bad_override_test/03: MissingCompileTimeError
605 bad_override_test/04: MissingCompileTimeError 597 bad_override_test/04: MissingCompileTimeError
606 bad_override_test/05: MissingCompileTimeError 598 bad_override_test/05: MissingCompileTimeError
607 bad_override_test/06: Crash 599 bad_override_test/06: Crash
608 bailout3_test: Crash
609 bailout4_test: Crash 600 bailout4_test: Crash
610 bailout5_test: Crash
611 bailout6_test: Crash
612 bailout7_test: Crash
613 bailout_test: Crash 601 bailout_test: Crash
614 bind_test: Crash 602 bind_test: Crash
615 bit_operations_test/01: Crash 603 bit_operations_test/01: Crash
616 bit_operations_test/02: Crash 604 bit_operations_test/02: Crash
617 bit_operations_test/03: Crash 605 bit_operations_test/03: Crash
618 bit_operations_test/04: Crash 606 bit_operations_test/04: Crash
619 bit_operations_test/none: Crash 607 bit_operations_test/none: Crash
620 bool_check_test: Crash 608 bool_check_test: Crash
621 bool_condition_check_test/01: Crash 609 bool_condition_check_test/01: Crash
622 bool_condition_check_test: Crash 610 bool_condition_check_test: Crash
623 bool_test: Crash 611 bool_test: Crash
624 bound_closure_equality_test: Crash 612 bound_closure_equality_test: Crash
625 bound_closure_primitives_test: Crash 613 bound_closure_primitives_test: Crash
626 branch_canonicalization_test: RuntimeError 614 branch_canonicalization_test: RuntimeError
627 break_test: Crash 615 break_test: Crash
628 built_in_identifier_test/01: Crash 616 built_in_identifier_test/01: Crash
629 built_in_identifier_test/none: Crash 617 built_in_identifier_test/none: Crash
630 call_closurization_test: Crash 618 call_closurization_test: Crash
631 call_constructor_on_unresolvable_class_test/07: Crash 619 call_constructor_on_unresolvable_class_test/07: Crash
632 call_function2_test: Crash # Assertion failure: Cannot find value local(Maps_map ToString_closure.call#first) in (local(Maps_mapToString_closure.call#k), local(M aps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_call(Ma ps_mapToString_closure.call).
633 call_function_apply_test: Crash 620 call_function_apply_test: Crash
634 call_nonexistent_constructor_test/01: Crash 621 call_nonexistent_constructor_test/01: Crash
635 call_nonexistent_constructor_test/02: Crash 622 call_nonexistent_constructor_test/02: Crash
636 call_nonexistent_static_test/01: Crash 623 call_nonexistent_static_test/01: Crash
637 call_nonexistent_static_test/02: Crash 624 call_nonexistent_static_test/02: Crash
638 call_nonexistent_static_test/03: Crash 625 call_nonexistent_static_test/03: Crash
639 call_nonexistent_static_test/04: Crash 626 call_nonexistent_static_test/04: Crash
640 call_nonexistent_static_test/05: Crash 627 call_nonexistent_static_test/05: Crash
641 call_nonexistent_static_test/06: Crash 628 call_nonexistent_static_test/06: Crash
642 call_nonexistent_static_test/07: Crash 629 call_nonexistent_static_test/07: Crash
643 call_nonexistent_static_test/08: Crash 630 call_nonexistent_static_test/08: Crash
644 call_nonexistent_static_test/09: Crash 631 call_nonexistent_static_test/09: Crash
645 call_nonexistent_static_test/10: Crash 632 call_nonexistent_static_test/10: Crash
646 call_operator_test: RuntimeError 633 call_operator_test: RuntimeError
647 call_test: Crash 634 call_test: Crash
648 call_through_getter_test: Crash 635 call_through_getter_test: Crash
649 call_through_null_getter_test: Crash
650 call_type_literal_test/01: Crash 636 call_type_literal_test/01: Crash
651 call_with_no_such_method_test: Crash 637 call_with_no_such_method_test: Crash
652 canonical_const2_test: RuntimeError 638 canonical_const2_test: RuntimeError
653 canonical_const_test: Crash 639 canonical_const_test: Crash
654 cascade2_test: Crash
655 cascade_in_expression_function_test: Crash
656 cascade_precedence_test: Crash
657 cascade_test/none: Crash 640 cascade_test/none: Crash
658 cast2_test: Crash # Assertion failure: Cannot find value local(main_closure.call #oc) in (local(main#)) for j:closure_call(main_closure.call).
659 cast_test/04: RuntimeError 641 cast_test/04: RuntimeError
660 cast_test/05: RuntimeError 642 cast_test/05: RuntimeError
661 cast_test/none: RuntimeError 643 cast_test/none: RuntimeError
662 catch_liveness_test: Crash
663 cha_deopt1_test: CompileTimeError 644 cha_deopt1_test: CompileTimeError
664 cha_deopt2_test: CompileTimeError 645 cha_deopt2_test: CompileTimeError
665 cha_deopt3_test: CompileTimeError 646 cha_deopt3_test: CompileTimeError
666 class_literal_test/01: Crash 647 class_literal_test/01: Crash
667 class_literal_test/02: Crash 648 class_literal_test/02: Crash
668 class_literal_test/03: Crash 649 class_literal_test/03: Crash
669 class_literal_test/04: Crash 650 class_literal_test/04: Crash
670 class_literal_test/05: Crash 651 class_literal_test/05: Crash
671 class_literal_test/06: Crash 652 class_literal_test/06: Crash
672 class_literal_test/07: Crash 653 class_literal_test/07: Crash
(...skipping 10 matching lines...) Expand all
683 class_literal_test/18: Crash 664 class_literal_test/18: Crash
684 class_literal_test/19: Crash 665 class_literal_test/19: Crash
685 class_literal_test/20: Crash 666 class_literal_test/20: Crash
686 class_literal_test/21: Crash 667 class_literal_test/21: Crash
687 class_literal_test/22: Crash 668 class_literal_test/22: Crash
688 class_literal_test/23: Crash 669 class_literal_test/23: Crash
689 class_literal_test/24: Crash 670 class_literal_test/24: Crash
690 class_literal_test/25: Crash 671 class_literal_test/25: Crash
691 class_literal_test: Crash # Assertion failure: Cannot find value local(main_clos ure.call#x) in (local(main#)) for j:closure_call(main_closure.call). 672 class_literal_test: Crash # Assertion failure: Cannot find value local(main_clos ure.call#x) in (local(main#)) for j:closure_call(main_closure.call).
692 class_override_test/00: Crash 673 class_override_test/00: Crash
693 class_syntax2_test: Crash
694 class_test: Crash 674 class_test: Crash
695 classes_static_method_clash_test: Crash 675 classes_static_method_clash_test: Crash
696 closure2_test: Crash
697 closure3_test: Crash
698 closure4_test: Crash 676 closure4_test: Crash
699 closure5_test: Crash 677 closure5_test: Crash
700 closure6_test: Crash 678 closure6_test: Crash
701 closure7_test: Crash 679 closure7_test: Crash
702 closure8_test: Crash 680 closure8_test: Crash
703 closure_break1_test: Crash
704 closure_break2_test: Crash
705 closure_break_test: Crash 681 closure_break_test: Crash
706 closure_cycles_test: Crash 682 closure_cycles_test: Crash
707 closure_in_constructor_test: Crash 683 closure_in_constructor_test: Crash
708 closure_in_field_initializer_test: Crash 684 closure_in_field_initializer_test: Crash
709 closure_in_initializer2_test: Crash 685 closure_in_initializer2_test: Crash
710 closure_in_initializer_test: Crash 686 closure_in_initializer_test: Crash
711 closure_internals_test: Crash 687 closure_internals_test: Crash
712 closure_parameter_types_test: Crash 688 bool_check_test: RuntimeError
689 bool_condition_check_test: RuntimeError
690 bool_test: RuntimeError
691 closure_parameter_types_test: RuntimeError
713 closure_self_reference_test: Crash 692 closure_self_reference_test: Crash
714 closure_shared_state_test: Crash 693 closure_shared_state_test: RuntimeError
694 closure_type_variable_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null.
695 closure_type_variables_test: Crash # NoSuchMethodError: The getter 'closureClass Entity' was called on null.
696 closure_with_super_field_test: Crash # Assertion failure: Cannot find value Inst ance of 'ThisLocal' in (local(B.returnSuperInClosure#)) for j:closure_call(B_ret urnSuperInClosure_closure.call).
697 closure_with_super_send_test: Crash # Assertion failure: Cannot find value Insta nce of 'ThisLocal' in (local(Sub_test_closure.call#e), local(Sub.test#)) for j:c losure_call(Sub_test_closure.call).
698 closures_initializer2_test: Crash # NoSuchMethodError: The getter 'closureClassE ntity' was called on null.
699 closures_initializer_test: Crash # NoSuchMethodError: The getter 'closureClassEn tity' was called on null.
700 closures_with_complex_params_test: Crash # NoSuchMethodError: Class 'JClosureCla ss' has no instance getter 'supertype'.
715 function_type/function_type0_test: Crash 701 function_type/function_type0_test: Crash
716 function_type/function_type10_test: Crash 702 function_type/function_type10_test: Crash
717 function_type/function_type11_test: Crash 703 function_type/function_type11_test: Crash
718 function_type/function_type12_test: Crash 704 function_type/function_type12_test: Crash
719 function_type/function_type13_test: Crash 705 function_type/function_type13_test: Crash
720 function_type/function_type14_test: Crash 706 function_type/function_type14_test: Crash
721 function_type/function_type15_test: Crash 707 function_type/function_type15_test: Crash
722 function_type/function_type16_test: Crash 708 function_type/function_type16_test: Crash
723 function_type/function_type17_test: Crash 709 function_type/function_type17_test: Crash
724 function_type/function_type18_test: Crash 710 function_type/function_type18_test: Crash
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
880 function_type/function_type55_test: Crash # Issue 27394 866 function_type/function_type55_test: Crash # Issue 27394
881 function_type/function_type62_test: Crash # Issue 27394 867 function_type/function_type62_test: Crash # Issue 27394
882 function_type/function_type63_test: Crash # Issue 27394 868 function_type/function_type63_test: Crash # Issue 27394
883 function_type/function_type6_test: Crash # Issue 27394 869 function_type/function_type6_test: Crash # Issue 27394
884 function_type/function_type7_test: Crash # Issue 27394 870 function_type/function_type7_test: Crash # Issue 27394
885 function_type/function_type98_test: Crash # Issue 27394 871 function_type/function_type98_test: Crash # Issue 27394
886 function_type/function_type99_test: Crash # Issue 27394 872 function_type/function_type99_test: Crash # Issue 27394
887 873
888 [ $compiler == dart2js && $runtime == safarimobilesim ] 874 [ $compiler == dart2js && $runtime == safarimobilesim ]
889 call_through_getter_test: Fail, OK 875 call_through_getter_test: Fail, OK
OLDNEW
« no previous file with comments | « tests/language/language_dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698