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

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

Issue 3001233002: Handle labelled breaks (Closed)
Patch Set: Cleanup 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
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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 bit_operations_test/03: Crash 314 bit_operations_test/03: Crash
315 bit_operations_test/04: Crash 315 bit_operations_test/04: Crash
316 bit_operations_test/none: Crash 316 bit_operations_test/none: Crash
317 bool_check_test: RuntimeError 317 bool_check_test: RuntimeError
318 bool_condition_check_test: RuntimeError 318 bool_condition_check_test: RuntimeError
319 bool_test: RuntimeError 319 bool_test: RuntimeError
320 bound_closure_equality_test: Crash 320 bound_closure_equality_test: Crash
321 bound_closure_primitives_test: Crash 321 bound_closure_primitives_test: Crash
322 branch_canonicalization_test: RuntimeError 322 branch_canonicalization_test: RuntimeError
323 break_test: Crash 323 break_test: Crash
324 built_in_identifier_test/01: Crash
325 built_in_identifier_test/none: Crash
326 call_closurization_test: Crash 324 call_closurization_test: Crash
327 call_constructor_on_unresolvable_class_test/07: Crash 325 call_constructor_on_unresolvable_class_test/07: Crash
328 call_function_apply_test: Crash 326 call_function_apply_test: Crash
329 call_nonexistent_constructor_test/01: Crash 327 call_nonexistent_constructor_test/01: Crash
330 call_nonexistent_constructor_test/02: Crash 328 call_nonexistent_constructor_test/02: Crash
331 call_nonexistent_static_test/01: Crash 329 call_nonexistent_static_test/01: Crash
332 call_nonexistent_static_test/02: Crash 330 call_nonexistent_static_test/02: Crash
333 call_nonexistent_static_test/03: Crash 331 call_nonexistent_static_test/03: Crash
334 call_nonexistent_static_test/04: Crash 332 call_nonexistent_static_test/04: Crash
335 call_nonexistent_static_test/05: Crash 333 call_nonexistent_static_test/05: Crash
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 class_literal_test/23: Crash 382 class_literal_test/23: Crash
385 class_literal_test/24: Crash 383 class_literal_test/24: Crash
386 class_literal_test/25: Crash 384 class_literal_test/25: Crash
387 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). 385 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).
388 class_override_test/00: Crash 386 class_override_test/00: Crash
389 class_test: Crash 387 class_test: Crash
390 classes_static_method_clash_test: Crash 388 classes_static_method_clash_test: Crash
391 closure4_test: Crash 389 closure4_test: Crash
392 closure5_test: Crash 390 closure5_test: Crash
393 closure6_test: Crash 391 closure6_test: Crash
394 closure_break_test: Crash
395 closure_cycles_test: Crash 392 closure_cycles_test: Crash
396 closure_in_constructor_test: Crash 393 closure_in_constructor_test: Crash
397 closure_in_field_initializer_test: Crash 394 closure_in_field_initializer_test: Crash
398 closure_in_initializer2_test: Crash 395 closure_in_initializer2_test: Crash
399 closure_in_initializer_test: Crash 396 closure_in_initializer_test: Crash
400 closure_internals_test: Crash 397 closure_internals_test: Crash
401 closure_parameter_types_test: RuntimeError 398 closure_parameter_types_test: RuntimeError
402 closure_self_reference_test: Crash 399 closure_self_reference_test: Crash
403 closure_shared_state_test: RuntimeError 400 closure_shared_state_test: RuntimeError
404 closure_type_variable_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null. 401 closure_type_variable_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null.
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 bit_operations_test/04: Crash 646 bit_operations_test/04: Crash
650 bit_operations_test/none: Crash 647 bit_operations_test/none: Crash
651 bool_check_test: RuntimeError 648 bool_check_test: RuntimeError
652 bool_condition_check_test/01: Crash 649 bool_condition_check_test/01: Crash
653 bool_condition_check_test: RuntimeError 650 bool_condition_check_test: RuntimeError
654 bool_test: RuntimeError 651 bool_test: RuntimeError
655 bound_closure_equality_test: Crash 652 bound_closure_equality_test: Crash
656 bound_closure_primitives_test: Crash 653 bound_closure_primitives_test: Crash
657 branch_canonicalization_test: RuntimeError 654 branch_canonicalization_test: RuntimeError
658 break_test: Crash 655 break_test: Crash
659 built_in_identifier_test/01: Crash
660 built_in_identifier_test/none: Crash
661 call_closurization_test: Crash 656 call_closurization_test: Crash
662 call_constructor_on_unresolvable_class_test/07: Crash 657 call_constructor_on_unresolvable_class_test/07: Crash
663 call_function_apply_test: Crash 658 call_function_apply_test: Crash
664 call_nonexistent_constructor_test/01: Crash 659 call_nonexistent_constructor_test/01: Crash
665 call_nonexistent_constructor_test/02: Crash 660 call_nonexistent_constructor_test/02: Crash
666 call_nonexistent_static_test/01: Crash 661 call_nonexistent_static_test/01: Crash
667 call_nonexistent_static_test/02: Crash 662 call_nonexistent_static_test/02: Crash
668 call_nonexistent_static_test/03: Crash 663 call_nonexistent_static_test/03: Crash
669 call_nonexistent_static_test/04: Crash 664 call_nonexistent_static_test/04: Crash
670 call_nonexistent_static_test/05: Crash 665 call_nonexistent_static_test/05: Crash
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
718 class_literal_test/23: Crash 713 class_literal_test/23: Crash
719 class_literal_test/24: Crash 714 class_literal_test/24: Crash
720 class_literal_test/25: Crash 715 class_literal_test/25: Crash
721 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). 716 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).
722 class_override_test/00: Crash 717 class_override_test/00: Crash
723 class_test: Crash 718 class_test: Crash
724 classes_static_method_clash_test: Crash 719 classes_static_method_clash_test: Crash
725 closure4_test: Crash 720 closure4_test: Crash
726 closure5_test: Crash 721 closure5_test: Crash
727 closure6_test: Crash 722 closure6_test: Crash
728 closure_break_test: Crash
729 closure_cycles_test: Crash 723 closure_cycles_test: Crash
730 closure_in_constructor_test: Crash 724 closure_in_constructor_test: Crash
731 closure_in_field_initializer_test: Crash 725 closure_in_field_initializer_test: Crash
732 closure_in_initializer2_test: Crash 726 closure_in_initializer2_test: Crash
733 closure_in_initializer_test: Crash 727 closure_in_initializer_test: Crash
734 closure_internals_test: Crash 728 closure_internals_test: Crash
735 closure_parameter_types_test: RuntimeError 729 closure_parameter_types_test: RuntimeError
736 closure_self_reference_test: Crash 730 closure_self_reference_test: Crash
737 closure_shared_state_test: RuntimeError 731 closure_shared_state_test: RuntimeError
738 closure_type_variable_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null. 732 closure_type_variable_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null.
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 function_type/function_type55_test: Crash # Issue 27394 903 function_type/function_type55_test: Crash # Issue 27394
910 function_type/function_type62_test: Crash # Issue 27394 904 function_type/function_type62_test: Crash # Issue 27394
911 function_type/function_type63_test: Crash # Issue 27394 905 function_type/function_type63_test: Crash # Issue 27394
912 function_type/function_type6_test: Crash # Issue 27394 906 function_type/function_type6_test: Crash # Issue 27394
913 function_type/function_type7_test: Crash # Issue 27394 907 function_type/function_type7_test: Crash # Issue 27394
914 function_type/function_type98_test: Crash # Issue 27394 908 function_type/function_type98_test: Crash # Issue 27394
915 function_type/function_type99_test: Crash # Issue 27394 909 function_type/function_type99_test: Crash # Issue 27394
916 910
917 [ $compiler == dart2js && $runtime == safarimobilesim ] 911 [ $compiler == dart2js && $runtime == safarimobilesim ]
918 call_through_getter_test: Fail, OK 912 call_through_getter_test: Fail, OK
OLDNEW
« tests/corelib_2/corelib_2.status ('K') | « tests/language/language_dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698