| OLD | NEW |
| 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 # All static_tests have expected compile-time errors. | 5 # All static_tests have expected compile-time errors. |
| 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] | 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] |
| 7 core_runtime_types_static_test: MissingCompileTimeError | 7 core_runtime_types_static_test: MissingCompileTimeError |
| 8 splay_tree_test/01: MissingCompileTimeError | 8 splay_tree_test/01: MissingCompileTimeError |
| 9 splay_tree_test/02: MissingCompileTimeError | 9 splay_tree_test/02: MissingCompileTimeError |
| 10 string_base_vm_static_test: MissingCompileTimeError | 10 string_base_vm_static_test: MissingCompileTimeError |
| (...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 520 const_list_literal_test: Crash | 520 const_list_literal_test: Crash |
| 521 const_list_set_range_test: Crash | 521 const_list_set_range_test: Crash |
| 522 core_runtime_types_test: Crash | 522 core_runtime_types_test: Crash |
| 523 data_uri_test: Crash | 523 data_uri_test: Crash |
| 524 dynamic_nosuchmethod_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handl
er.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': L
ocal local(NoSuchMethodError.toString#comma) is stored in a closure field. | 524 dynamic_nosuchmethod_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handl
er.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': L
ocal local(NoSuchMethodError.toString#comma) is stored in a closure field. |
| 525 error_stack_trace1_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.d
art': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure
class not found for j:getter(Iterable.iterator). Closures found for (j:closure_
call(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.
call), j:closure_call(unwrapException_closure.call)) | 525 error_stack_trace1_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.d
art': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure
class not found for j:getter(Iterable.iterator). Closures found for (j:closure_
call(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.
call), j:closure_call(unwrapException_closure.call)) |
| 526 expando_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Fai
led assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Ma
ps.mapToString#first) is stored in a closure field. | 526 expando_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Fai
led assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Ma
ps.mapToString#first) is stored in a closure field. |
| 527 for_in_test: Crash | 527 for_in_test: Crash |
| 528 growable_list_test: Crash | 528 growable_list_test: Crash |
| 529 hash_map2_test: Crash | 529 hash_map2_test: Crash |
| 530 hash_map_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Fa
iled assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(M
aps.mapToString#first) is stored in a closure field. | |
| 531 hash_set_test/01: Crash | 530 hash_set_test/01: Crash |
| 532 hash_set_test/none: Crash | 531 hash_set_test/none: Crash |
| 533 hash_set_type_check_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.
dart': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closur
e class not found for j:getter(SetMixin.length). Closures found for (j:closure_c
all(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.c
all), j:closure_call(main_closure.call), ..., j:closure_call(_LinkedCustomHashSe
t_closure.call), j:constructor(_LinkedCustomHashSet.)) | 532 hash_set_type_check_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.
dart': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closur
e class not found for j:getter(SetMixin.length). Closures found for (j:closure_c
all(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.c
all), j:closure_call(main_closure.call), ..., j:closure_call(_LinkedCustomHashSe
t_closure.call), j:constructor(_LinkedCustomHashSet.)) |
| 534 hidden_library2_test/01: Crash | 533 hidden_library2_test/01: Crash |
| 535 hidden_library2_test/none: Crash | 534 hidden_library2_test/none: Crash |
| 536 int_from_environment3_test/01: MissingCompileTimeError | 535 int_from_environment3_test/01: MissingCompileTimeError |
| 537 int_from_environment3_test/02: MissingCompileTimeError | 536 int_from_environment3_test/02: MissingCompileTimeError |
| 538 int_from_environment3_test/03: MissingCompileTimeError | 537 int_from_environment3_test/03: MissingCompileTimeError |
| 539 int_from_environment3_test/04: MissingCompileTimeError | 538 int_from_environment3_test/04: MissingCompileTimeError |
| 540 int_from_environment3_test/05: Crash | 539 int_from_environment3_test/05: Crash |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 584 list_concurrent_modify_test: Crash # Assertion failure: Missing scope info for j
:method(Iterator.moveNext). | 583 list_concurrent_modify_test: Crash # Assertion failure: Missing scope info for j
:method(Iterator.moveNext). |
| 585 list_contains_argument_order_test: Crash | 584 list_contains_argument_order_test: Crash |
| 586 list_get_range_test: Crash | 585 list_get_range_test: Crash |
| 587 list_insert_all_test: Crash | 586 list_insert_all_test: Crash |
| 588 list_insert_test: Crash | 587 list_insert_test: Crash |
| 589 list_map_test: Crash | 588 list_map_test: Crash |
| 590 list_replace_range_test: Crash | 589 list_replace_range_test: Crash |
| 591 list_reversed_test: Crash | 590 list_reversed_test: Crash |
| 592 list_set_all_test: Crash | 591 list_set_all_test: Crash |
| 593 list_set_range_test: Crash | 592 list_set_range_test: Crash |
| 594 list_sort_test: RuntimeError | |
| 595 list_test/01: Crash | 593 list_test/01: Crash |
| 596 list_test/none: Crash | 594 list_test/none: Crash |
| 597 list_unmodifiable_test: Crash | 595 list_unmodifiable_test: Crash |
| 598 main_test: Crash | 596 main_test: Crash |
| 599 map_contains_key_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.d
art': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local
local(Maps.mapToString#first) is stored in a closure field. | |
| 600 map_contains_value_test: Crash | 597 map_contains_value_test: Crash |
| 601 map_from_iterable_test: Crash | 598 map_from_iterable_test: Crash |
| 602 map_from_iterables_test: Crash | 599 map_from_iterables_test: Crash |
| 603 map_from_test: Crash | 600 map_from_test: Crash |
| 604 map_index_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': F
ailed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(
Maps.mapToString#first) is stored in a closure field. | |
| 605 map_keys2_test: Crash | 601 map_keys2_test: Crash |
| 606 map_keys_test: Crash | 602 map_keys_test: Crash |
| 607 map_remove_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart':
Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local
(Maps.mapToString#first) is stored in a closure field. | |
| 608 map_test: Crash # Issue 27394 | 603 map_test: Crash # Issue 27394 |
| 609 map_to_string_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart
': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local lo
cal(Maps.mapToString#first) is stored in a closure field. | |
| 610 map_values2_test: Crash | 604 map_values2_test: Crash |
| 611 map_values3_test: Crash | 605 map_values3_test: Crash |
| 612 map_values4_test: Crash | 606 map_values4_test: Crash |
| 613 map_values_test: Crash | 607 map_values_test: Crash |
| 614 maps_test: Crash | 608 maps_test: Crash |
| 615 nan_infinity_test/01: RuntimeError | 609 nan_infinity_test/01: RuntimeError |
| 616 null_nosuchmethod_test: Crash | 610 null_nosuchmethod_test: Crash |
| 617 queue_first_test: Crash | 611 queue_first_test: Crash |
| 618 queue_iterator_test: Crash | 612 queue_iterator_test: Crash |
| 619 queue_last_test: Crash | 613 queue_last_test: Crash |
| (...skipping 23 matching lines...) Expand all Loading... |
| 643 set_containsAll_test: Crash | 637 set_containsAll_test: Crash |
| 644 set_contains_test: Crash | 638 set_contains_test: Crash |
| 645 set_intersection_test: Crash | 639 set_intersection_test: Crash |
| 646 set_iterator_test: Crash | 640 set_iterator_test: Crash |
| 647 set_removeAll_test: Crash | 641 set_removeAll_test: Crash |
| 648 set_remove_test: Crash | 642 set_remove_test: Crash |
| 649 set_retainAll_test: Crash | 643 set_retainAll_test: Crash |
| 650 set_test: Crash | 644 set_test: Crash |
| 651 set_to_string_test: Crash | 645 set_to_string_test: Crash |
| 652 shuffle_test: Crash | 646 shuffle_test: Crash |
| 653 sort_test: RuntimeError | 647 expando_test: RuntimeError |
| 654 splay_tree_from_iterable_test: Crash | 648 splay_tree_from_iterable_test: Crash |
| 655 splay_tree_from_iterables_test: Crash | 649 splay_tree_from_iterables_test: Crash |
| 656 splay_tree_test/01: Crash | 650 splay_tree_test/01: Crash |
| 657 splay_tree_test/02: Crash | 651 splay_tree_test/02: Crash |
| 658 splay_tree_test/none: Crash | 652 splay_tree_test/none: Crash |
| 659 stacktrace_fromstring_test: Crash | 653 stacktrace_fromstring_test: Crash |
| 660 string_buffer_test: RuntimeError | 654 string_buffer_test: RuntimeError |
| 661 string_codeunits_test: Crash | 655 string_codeunits_test: Crash |
| 662 string_from_environment3_test/01: MissingCompileTimeError | 656 string_from_environment3_test/01: MissingCompileTimeError |
| 663 string_from_environment3_test/02: MissingCompileTimeError | 657 string_from_environment3_test/02: MissingCompileTimeError |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 833 list_concurrent_modify_test: Crash # NoSuchMethodError: The getter 'thisLocal' w
as called on null. | 827 list_concurrent_modify_test: Crash # NoSuchMethodError: The getter 'thisLocal' w
as called on null. |
| 834 list_contains_argument_order_test: Crash # NoSuchMethodError: The getter 'enclos
ingClass' was called on null. | 828 list_contains_argument_order_test: Crash # NoSuchMethodError: The getter 'enclos
ingClass' was called on null. |
| 835 list_get_range_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppli
edMixin | 829 list_get_range_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppli
edMixin |
| 836 list_insert_all_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppl
iedMixin | 830 list_insert_all_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppl
iedMixin |
| 837 list_insert_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedM
ixin | 831 list_insert_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedM
ixin |
| 838 list_map_test: Crash | 832 list_map_test: Crash |
| 839 list_replace_range_test: Crash | 833 list_replace_range_test: Crash |
| 840 list_reversed_test: Crash | 834 list_reversed_test: Crash |
| 841 list_set_all_test: Crash | 835 list_set_all_test: Crash |
| 842 list_set_range_test: Crash | 836 list_set_range_test: Crash |
| 843 list_sort_test: RuntimeError | |
| 844 list_test/01: Crash | 837 list_test/01: Crash |
| 845 list_test/none: Crash | 838 list_test/none: Crash |
| 846 list_unmodifiable_test: Crash | 839 list_unmodifiable_test: Crash |
| 847 main_test: Crash | 840 main_test: Crash |
| 848 map_contains_value_test: Crash | 841 map_contains_value_test: Crash |
| 849 map_from_iterable_test: Crash | 842 map_from_iterable_test: Crash |
| 850 map_from_iterables_test: Crash | 843 map_from_iterables_test: Crash |
| 851 map_from_test: Crash | 844 map_from_test: Crash |
| 852 map_keys2_test: Crash | 845 map_keys2_test: Crash |
| 853 map_keys_test: Crash | 846 map_keys_test: Crash |
| 854 map_test: Crash # Issue 27394 | 847 map_test: Crash # Issue 27394 |
| 855 map_to_string_test: RuntimeError | |
| 856 map_values2_test: Crash | 848 map_values2_test: Crash |
| 857 map_values3_test: Crash | 849 map_values3_test: Crash |
| 858 map_values4_test: Crash | 850 map_values4_test: Crash |
| 859 map_values_test: Crash | 851 map_values_test: Crash |
| 860 maps_test: Crash | 852 maps_test: Crash |
| 861 nan_infinity_test/01: RuntimeError | 853 nan_infinity_test/01: RuntimeError |
| 862 null_nosuchmethod_test: Crash | 854 null_nosuchmethod_test: Crash |
| 863 queue_first_test: Crash | 855 queue_first_test: Crash |
| 864 queue_iterator_test: Crash | 856 queue_iterator_test: Crash |
| 865 queue_last_test: Crash | 857 queue_last_test: Crash |
| (...skipping 24 matching lines...) Expand all Loading... |
| 890 set_containsAll_test: Crash | 882 set_containsAll_test: Crash |
| 891 set_contains_test: Crash | 883 set_contains_test: Crash |
| 892 set_intersection_test: Crash | 884 set_intersection_test: Crash |
| 893 set_iterator_test: Crash | 885 set_iterator_test: Crash |
| 894 set_removeAll_test: Crash | 886 set_removeAll_test: Crash |
| 895 set_remove_test: Crash | 887 set_remove_test: Crash |
| 896 set_retainAll_test: Crash | 888 set_retainAll_test: Crash |
| 897 set_test: Crash | 889 set_test: Crash |
| 898 set_to_string_test: Crash | 890 set_to_string_test: Crash |
| 899 shuffle_test: Crash | 891 shuffle_test: Crash |
| 900 sort_test: RuntimeError | 892 regexp/ascii-regexp-subject_test: Crash # RangeError (index): Invalid value: Onl
y valid value is 0: 1 |
| 901 splay_tree_from_iterable_test: Crash | 893 splay_tree_from_iterable_test: Crash |
| 902 splay_tree_from_iterables_test: Crash | 894 splay_tree_from_iterables_test: Crash |
| 903 splay_tree_test/01: Crash | 895 splay_tree_test/01: Crash |
| 904 splay_tree_test/02: Crash | 896 splay_tree_test/02: Crash |
| 905 splay_tree_test/none: Crash | 897 splay_tree_test/none: Crash |
| 906 stacktrace_fromstring_test: Crash | 898 stacktrace_fromstring_test: Crash |
| 907 string_base_vm_static_test: Crash | 899 string_base_vm_static_test: Crash |
| 908 string_buffer_test: RuntimeError | 900 string_buffer_test: RuntimeError |
| 909 string_codeunits_test: Crash | 901 string_codeunits_test: Crash |
| 910 string_from_environment3_test/01: MissingCompileTimeError | 902 string_from_environment3_test/01: MissingCompileTimeError |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 999 | 991 |
| 1000 [ $compiler == dart2analyzer && $strong && !$checked ] | 992 [ $compiler == dart2analyzer && $strong && !$checked ] |
| 1001 iterable_fold_test/01: CompileTimeError | 993 iterable_fold_test/01: CompileTimeError |
| 1002 | 994 |
| 1003 [ $runtime == dart_precompiled && $minified ] | 995 [ $runtime == dart_precompiled && $minified ] |
| 1004 apply_test: Skip # Uses new Symbol via symbolMapToStringMap helper | 996 apply_test: Skip # Uses new Symbol via symbolMapToStringMap helper |
| 1005 error_stack_trace1_test: Skip # Expects unobfuscated stack trace | 997 error_stack_trace1_test: Skip # Expects unobfuscated stack trace |
| 1006 | 998 |
| 1007 [ $compiler == dart2js && $runtime != none && $dart2js_with_kernel ] | 999 [ $compiler == dart2js && $runtime != none && $dart2js_with_kernel ] |
| 1008 list_concurrent_modify_test: Crash # Issue 30559 | 1000 list_concurrent_modify_test: Crash # Issue 30559 |
| OLD | NEW |