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

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

Issue 3003273002: update_all: remove user-dependent part of assertion file path (Closed)
Patch Set: Created 3 years, 3 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 # 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 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 collection_from_test: Crash 478 collection_from_test: Crash
479 collection_length_test: Crash 479 collection_length_test: Crash
480 collection_removes_test: Crash 480 collection_removes_test: Crash
481 collection_test: Crash 481 collection_test: Crash
482 collection_to_string_test: Crash 482 collection_to_string_test: Crash
483 compare_to2_test: Crash 483 compare_to2_test: Crash
484 const_list_literal_test: Crash 484 const_list_literal_test: Crash
485 const_list_set_range_test: Crash 485 const_list_set_range_test: Crash
486 core_runtime_types_test: Crash 486 core_runtime_types_test: Crash
487 data_uri_test: Crash 487 data_uri_test: Crash
488 expando_test: RuntimeError 488 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.
489 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))
490 error_stack_trace2_test: Crash # Assertion failure: Unexpected constructor j:con structor(A.) in ConstructorDataImpl._getConstructorConstant
491 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.
489 for_in_test: Crash 492 for_in_test: Crash
490 growable_list_test: Crash 493 growable_list_test: Crash
491 hash_map2_test: Crash 494 hash_map2_test: Crash
495 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.
492 hash_set_test/01: Crash 496 hash_set_test/01: Crash
493 hash_set_test/none: Crash 497 hash_set_test/none: Crash
494 hash_set_type_check_test: Crash # 'file:///usr/local/google/home/sra/Dart2/sdk/p kg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 192 pos 9: 'c losure != null': Corresponding closure class not found for local(main_closure.ca ll#). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), loca l(Closure.fromTearOff#), j:closure_call(Maps_mapToString_closure.call), ..., j:c losure_call(_LinkedCustomHashSet_closure.call), j:constructor(_LinkedCustomHashS et.)) 498 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.))
495 hidden_library2_test/01: Crash 499 hidden_library2_test/01: Crash
496 hidden_library2_test/none: Crash 500 hidden_library2_test/none: Crash
497 int_from_environment3_test/01: MissingCompileTimeError 501 int_from_environment3_test/01: MissingCompileTimeError
498 int_from_environment3_test/02: MissingCompileTimeError 502 int_from_environment3_test/02: MissingCompileTimeError
499 int_from_environment3_test/03: MissingCompileTimeError 503 int_from_environment3_test/03: MissingCompileTimeError
500 int_from_environment3_test/04: MissingCompileTimeError 504 int_from_environment3_test/04: MissingCompileTimeError
501 int_from_environment3_test/05: Crash 505 int_from_environment3_test/05: Crash
502 int_modulo_arith_test/bignum: Crash 506 int_modulo_arith_test/bignum: Crash
503 int_modulo_arith_test/modPow: Crash 507 int_modulo_arith_test/modPow: Crash
504 int_parse_radix_bad_handler_test: Crash 508 int_parse_radix_bad_handler_test: Crash
505 int_parse_radix_test/01: Crash 509 int_parse_radix_test/01: Crash
506 int_parse_radix_test/02: Crash 510 int_parse_radix_test/02: Crash
507 int_parse_radix_test/badTypes: Crash # 'file:///usr/local/google/home/sigmund/da rt/git_all/sdk/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: li ne 185 pos 12: 'closure != null': Corresponding closure class not found for loca l(main_closure.call#). Closures found for (j:closure_call(Closure_fromTearOff_cl osure.call), local(Closure.fromTearOff#), j:closure_call(Maps_mapToString_closur e.call), ..., j:closure_call(unwrapException_closure.call), local(unwrapExceptio n#saveStackTrace))
508 integer_to_radix_string_test: Crash # Assertion failure: Cannot find value local (unwrapException_closure.call#ex) in (local(unwrapException_closure.call#error), local(unwrapException#saveStackTrace), local(unwrapException_closure.call#throw nStackTrace)) for j:closure_call(unwrapException_closure.call). 511 integer_to_radix_string_test: Crash # Assertion failure: Cannot find value local (unwrapException_closure.call#ex) in (local(unwrapException_closure.call#error), local(unwrapException#saveStackTrace), local(unwrapException_closure.call#throw nStackTrace)) for j:closure_call(unwrapException_closure.call).
509 integer_to_string_test/01: Crash 512 integer_to_string_test/01: Crash
510 is_operator_basic_types_test: Crash 513 is_operator_basic_types_test: Crash
511 iterable_contains2_test: Crash 514 iterable_contains2_test: Crash
512 iterable_contains_test: Crash 515 iterable_contains_test: Crash
513 iterable_element_at_test: Crash 516 iterable_element_at_test: Crash
514 iterable_empty_test: Crash 517 iterable_empty_test: Crash
515 iterable_expand_test: Crash 518 iterable_expand_test: Crash
516 iterable_first_test: Crash 519 iterable_first_test: Crash
517 iterable_first_where_test: Crash 520 iterable_first_where_test: Crash
518 iterable_fold_test: Crash 521 iterable_fold_test: Crash
519 iterable_generate_test/01: Crash 522 iterable_generate_test/01: Crash
520 iterable_generate_test/none: Crash 523 iterable_generate_test/none: Crash
521 iterable_join_test: Crash 524 iterable_join_test: Crash
522 iterable_last_test: Crash 525 iterable_last_test: Crash
523 iterable_last_where_test: Crash 526 iterable_last_where_test: Crash
524 iterable_length_test: Crash 527 iterable_length_test: Crash
528 iterable_mapping_test/01: 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:method(Iterator.moveNext). Closures found for (j:closure _call(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure .call), j:closure_call(main_closure.call), ..., j:closure_call(_LinkedCustomHash Set_closure.call), j:constructor(_LinkedCustomHashSet.))
529 iterable_mapping_test/none: Crash # 'file:*/pkg/compiler/lib/src/js_model/closur e.dart': Failed assertion: line 197 pos 9: 'closure != null': Corresponding clos ure class not found for j:method(Iterator.moveNext). Closures found for (j:closu re_call(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closu re.call), j:closure_call(main_closure.call), ..., j:closure_call(_LinkedCustomHa shSet_closure.call), j:constructor(_LinkedCustomHashSet.))
525 iterable_reduce_test: Crash 530 iterable_reduce_test: Crash
526 iterable_return_type_test/01: Crash 531 iterable_return_type_test/01: Crash
527 iterable_return_type_test/02: Crash 532 iterable_return_type_test/02: Crash
528 iterable_return_type_test/none: Crash 533 iterable_return_type_test/none: Crash
529 iterable_single_test: Crash 534 iterable_single_test: Crash
530 iterable_single_where_test: Crash 535 iterable_single_where_test: Crash
531 iterable_skip_test: Crash 536 iterable_skip_test: Crash
532 iterable_skip_while_test: Crash 537 iterable_skip_while_test: Crash
533 iterable_take_test: Crash 538 iterable_take_test: Crash
534 iterable_take_while_test: Crash 539 iterable_take_while_test: Crash
(...skipping 13 matching lines...) Expand all
548 list_map_test: Crash 553 list_map_test: Crash
549 list_replace_range_test: Crash 554 list_replace_range_test: Crash
550 list_reversed_test: Crash 555 list_reversed_test: Crash
551 list_set_all_test: Crash 556 list_set_all_test: Crash
552 list_set_range_test: Crash 557 list_set_range_test: Crash
553 list_sort_test: RuntimeError 558 list_sort_test: RuntimeError
554 list_test/01: Crash 559 list_test/01: Crash
555 list_test/none: Crash 560 list_test/none: Crash
556 list_unmodifiable_test: Crash 561 list_unmodifiable_test: Crash
557 main_test: Crash 562 main_test: Crash
563 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.
558 map_contains_value_test: Crash 564 map_contains_value_test: Crash
559 map_from_iterable_test: Crash 565 map_from_iterable_test: Crash
560 map_from_iterables_test: Crash 566 map_from_iterables_test: Crash
561 map_from_test: Crash 567 map_from_test: Crash
568 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.
562 map_keys2_test: Crash 569 map_keys2_test: Crash
563 map_keys_test: Crash 570 map_keys_test: Crash
571 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.
564 map_test: Crash # Issue 27394 572 map_test: Crash # Issue 27394
565 map_to_string_test: RuntimeError 573 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.
566 map_values2_test: Crash 574 map_values2_test: Crash
567 map_values3_test: Crash 575 map_values3_test: Crash
568 map_values4_test: Crash 576 map_values4_test: Crash
569 map_values_test: Crash 577 map_values_test: Crash
570 maps_test: Crash 578 maps_test: Crash
571 nan_infinity_test/01: RuntimeError 579 nan_infinity_test/01: RuntimeError
572 null_nosuchmethod_test: Crash 580 null_nosuchmethod_test: Crash
573 queue_first_test: Crash 581 queue_first_test: Crash
574 queue_iterator_test: Crash 582 queue_iterator_test: Crash
575 queue_last_test: Crash 583 queue_last_test: Crash
576 queue_single_test: Crash 584 queue_single_test: Crash
577 queue_test: Crash 585 queue_test: Crash
578 range_error_test: Crash 586 range_error_test: Crash
579 reg_exp4_test: Crash 587 reg_exp4_test: Crash
580 reg_exp5_test: Crash 588 reg_exp5_test: Crash
581 reg_exp_all_matches_test: Crash 589 reg_exp_all_matches_test: Crash
582 reg_exp_start_end_test: Crash 590 reg_exp_start_end_test: Crash
583 regexp/ascii-regexp-subject_test: Crash # 'file:///c:/Users/johnniwinther/dart-r epo1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 4 25 pos 12: '!isStoredInClosureField(local)': Local local(main#i) is stored in a closure field. 591 regexp/ascii-regexp-subject_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/local s_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(loc al)': Local local(main#i) is stored in a closure field.
584 regexp/capture_test: Crash 592 regexp/capture_test: Crash
585 regexp/ecma-regex-examples_test: Crash 593 regexp/ecma-regex-examples_test: Crash
586 regexp/extended-characters-more_test: Crash 594 regexp/extended-characters-more_test: Crash
587 regexp/global_test: Crash 595 regexp/global_test: Crash
588 regexp/indexof_test: Crash 596 regexp/indexof_test: Crash
589 regexp/issue_19193_test: Crash 597 regexp/issue_19193_test: Crash
590 regexp/lastindex_test: Crash 598 regexp/lastindex_test: Crash
591 regexp/no-extensions_test: Crash 599 regexp/no-extensions_test: Crash
592 regexp/non-capturing-groups_test: Crash 600 regexp/non-capturing-groups_test: Crash
593 regexp/parentheses_test: Crash 601 regexp/parentheses_test: Crash
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 symbol_reserved_word_test/10: MissingCompileTimeError 652 symbol_reserved_word_test/10: MissingCompileTimeError
645 symbol_reserved_word_test/12: RuntimeError 653 symbol_reserved_word_test/12: RuntimeError
646 symbol_test/01: Crash 654 symbol_test/01: Crash
647 symbol_test/02: MissingCompileTimeError 655 symbol_test/02: MissingCompileTimeError
648 symbol_test/03: MissingCompileTimeError 656 symbol_test/03: MissingCompileTimeError
649 symbol_test/none: RuntimeError 657 symbol_test/none: RuntimeError
650 unicode2_test: Crash 658 unicode2_test: Crash
651 uri_base_test: Crash 659 uri_base_test: Crash
652 uri_file_test: Crash 660 uri_file_test: Crash
653 uri_http_test: Crash 661 uri_http_test: Crash
654 dynamic_nosuchmethod_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sd k/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(NoSuchMethodError.toString#com ma) is stored in a closure field.
655 error_stack_trace1_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/ pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 197 pos 9: ' closure != null': Corresponding closure class not found for j:getter(Iterable.it erator). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), j :closure_call(Maps_mapToString_closure.call), j:closure_call(unwrapException_clo sure.call))
656 error_stack_trace2_test: Crash # Assertion failure: Unexpected constructor j:con structor(A.) in ConstructorDataImpl._getConstructorConstant
657 expando_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/compile r/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStore dInClosureField(local)': Local local(Maps.mapToString#first) is stored in a clos ure field.
658 hash_map_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/compil er/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStor edInClosureField(local)': Local local(Maps.mapToString#first) is stored in a clo sure field.
659 iterable_mapping_test/01: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk /pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure class not found for j:method(Iterator.m oveNext). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call), j:closure_call(main_closure.call) , ..., j:closure_call(_LinkedCustomHashSet_closure.call), j:constructor(_LinkedC ustomHashSet.))
660 iterable_mapping_test/none: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/s dk/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 197 pos 9 : 'closure != null': Corresponding closure class not found for j:method(Iterator .moveNext). Closures found for (j:closure_call(Closure_fromTearOff_closure.call) , j:closure_call(Maps_mapToString_closure.call), j:closure_call(main_closure.cal l), ..., j:closure_call(_LinkedCustomHashSet_closure.call), j:constructor(_Linke dCustomHashSet.))
661 map_contains_key_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pk g/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.
662 map_index_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/compi ler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isSto redInClosureField(local)': Local local(Maps.mapToString#first) is stored in a cl osure field.
663 map_remove_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/comp iler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isSt oredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a c losure field.
664 map_to_string_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/c ompiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!i sStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
665 uri_ipv6_test: Crash 662 uri_ipv6_test: Crash
666 uri_normalize_path_test: Crash 663 uri_normalize_path_test: Crash
667 uri_normalize_test: Crash 664 uri_normalize_test: Crash
668 uri_parameters_all_test: Crash 665 uri_parameters_all_test: Crash
669 uri_parse_test: Crash 666 uri_parse_test: Crash
670 uri_path_test: Crash 667 uri_path_test: Crash
671 uri_query_test: Crash 668 uri_query_test: Crash
672 uri_scheme_test: Crash 669 uri_scheme_test: Crash
673 uri_test: Crash 670 uri_test: Crash
674 671
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
812 list_test/none: Crash 809 list_test/none: Crash
813 list_unmodifiable_test: Crash 810 list_unmodifiable_test: Crash
814 main_test: Crash 811 main_test: Crash
815 map_contains_value_test: Crash 812 map_contains_value_test: Crash
816 map_from_iterable_test: Crash 813 map_from_iterable_test: Crash
817 map_from_iterables_test: Crash 814 map_from_iterables_test: Crash
818 map_from_test: Crash 815 map_from_test: Crash
819 map_keys2_test: Crash 816 map_keys2_test: Crash
820 map_keys_test: Crash 817 map_keys_test: Crash
821 map_test: Crash # Issue 27394 818 map_test: Crash # Issue 27394
822 map_to_string_test: Crash
823 map_to_string_test: RuntimeError 819 map_to_string_test: RuntimeError
824 map_values2_test: Crash 820 map_values2_test: Crash
825 map_values3_test: Crash 821 map_values3_test: Crash
826 map_values4_test: Crash 822 map_values4_test: Crash
827 map_values_test: Crash 823 map_values_test: Crash
828 maps_test: Crash 824 maps_test: Crash
829 nan_infinity_test/01: RuntimeError 825 nan_infinity_test/01: RuntimeError
830 null_nosuchmethod_test: Crash 826 null_nosuchmethod_test: Crash
831 queue_first_test: Crash 827 queue_first_test: Crash
832 queue_iterator_test: Crash 828 queue_iterator_test: Crash
833 queue_last_test: Crash 829 queue_last_test: Crash
834 queue_single_test: Crash 830 queue_single_test: Crash
835 queue_test: Crash 831 queue_test: Crash
836 range_error_test: Crash 832 range_error_test: Crash
837 reg_exp4_test: Crash 833 reg_exp4_test: Crash
838 reg_exp5_test: Crash 834 reg_exp5_test: Crash
839 reg_exp_all_matches_test: Crash 835 reg_exp_all_matches_test: Crash
840 reg_exp_start_end_test: Crash 836 reg_exp_start_end_test: Crash
837 regexp/ascii-regexp-subject_test: Timeout
841 regexp/capture_test: Crash 838 regexp/capture_test: Crash
842 regexp/ecma-regex-examples_test: Crash 839 regexp/ecma-regex-examples_test: Crash
843 regexp/extended-characters-more_test: Crash 840 regexp/extended-characters-more_test: Crash
844 regexp/global_test: Crash 841 regexp/global_test: Crash
845 regexp/indexof_test: Crash 842 regexp/indexof_test: Crash
846 regexp/issue_19193_test: Crash 843 regexp/issue_19193_test: Crash
847 regexp/lastindex_test: Crash 844 regexp/lastindex_test: Crash
848 regexp/no-extensions_test: Crash 845 regexp/no-extensions_test: Crash
849 regexp/non-capturing-groups_test: Crash 846 regexp/non-capturing-groups_test: Crash
850 regexp/parentheses_test: Crash 847 regexp/parentheses_test: Crash
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
904 symbol_reserved_word_test/10: MissingCompileTimeError 901 symbol_reserved_word_test/10: MissingCompileTimeError
905 symbol_reserved_word_test/12: RuntimeError 902 symbol_reserved_word_test/12: RuntimeError
906 symbol_test/01: Crash 903 symbol_test/01: Crash
907 symbol_test/02: MissingCompileTimeError 904 symbol_test/02: MissingCompileTimeError
908 symbol_test/03: MissingCompileTimeError 905 symbol_test/03: MissingCompileTimeError
909 symbol_test/none: RuntimeError 906 symbol_test/none: RuntimeError
910 unicode2_test: Crash 907 unicode2_test: Crash
911 uri_base_test: Crash 908 uri_base_test: Crash
912 uri_file_test: Crash 909 uri_file_test: Crash
913 uri_http_test: Crash 910 uri_http_test: Crash
914 regexp/ascii-regexp-subject_test: Timeout
915 uri_ipv6_test: Crash 911 uri_ipv6_test: Crash
916 uri_normalize_path_test: Crash 912 uri_normalize_path_test: Crash
917 uri_normalize_test: Crash 913 uri_normalize_test: Crash
918 uri_parameters_all_test: Crash 914 uri_parameters_all_test: Crash
919 uri_parse_test: Crash 915 uri_parse_test: Crash
920 uri_path_test: Crash 916 uri_path_test: Crash
921 uri_query_test: Crash 917 uri_query_test: Crash
922 uri_scheme_test: Crash 918 uri_scheme_test: Crash
923 uri_test: Crash 919 uri_test: Crash
924 920
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
960 int_parse_radix_bad_handler_test: Pass 956 int_parse_radix_bad_handler_test: Pass
961 957
962 [ $compiler == dart2analyzer && $strong && $checked ] 958 [ $compiler == dart2analyzer && $strong && $checked ]
963 iterable_fold_test/01: CompileTimeError 959 iterable_fold_test/01: CompileTimeError
964 960
965 [ $compiler == dart2analyzer && $checked && !$strong ] 961 [ $compiler == dart2analyzer && $checked && !$strong ]
966 iterable_fold_test/01: Pass 962 iterable_fold_test/01: Pass
967 963
968 [ $compiler == dart2analyzer && $strong && !$checked ] 964 [ $compiler == dart2analyzer && $strong && !$checked ]
969 iterable_fold_test/01: CompileTimeError 965 iterable_fold_test/01: CompileTimeError
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_native/dart2js_native.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698