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

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

Issue 2915933004: Clean up handling of types. (Closed)
Patch Set: Merged with 586a465c45db7d1ec7498b8c1df9cc8d245e8e61. Created 3 years, 6 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_kernel.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) 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 [ ! $checked ] 5 [ ! $checked ]
6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s. 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s.
7 7
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958
10 10
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading 474 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading
475 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading 475 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading
476 mirrors/load_library_test: Crash # Deferred loading 476 mirrors/load_library_test: Crash # Deferred loading
477 477
478 [ $hot_reload ] 478 [ $hot_reload ]
479 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 479 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869
480 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue 26869 480 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue 26869
481 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. 481 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent.
482 482
483 [ $compiler == dartk || $compiler == dartkp ] 483 [ $compiler == dartk || $compiler == dartkp ]
484 async/future_or_only_in_async_test/00: MissingRuntimeError
485 async/future_or_strong_test: RuntimeError 484 async/future_or_strong_test: RuntimeError
486 async/future_test/01: RuntimeError 485 async/future_test/01: RuntimeError
487 async/future_test/none: RuntimeError 486 async/future_test/none: RuntimeError
488 async/schedule_microtask2_test: RuntimeError 487 async/schedule_microtask2_test: RuntimeError
489 mirrors/abstract_class_test/00: RuntimeError 488 mirrors/abstract_class_test/00: RuntimeError
490 mirrors/abstract_class_test/none: RuntimeError 489 mirrors/abstract_class_test/none: RuntimeError
491 mirrors/class_declarations_test/01: RuntimeError 490 mirrors/class_declarations_test/01: RuntimeError
492 mirrors/class_declarations_test/none: RuntimeError 491 mirrors/class_declarations_test/none: RuntimeError
493 mirrors/class_mirror_location_test: RuntimeError 492 mirrors/class_mirror_location_test: RuntimeError
494 mirrors/constructor_kinds_test/01: RuntimeError 493 mirrors/constructor_kinds_test/01: RuntimeError
495 mirrors/constructor_kinds_test/none: RuntimeError 494 mirrors/constructor_kinds_test/none: RuntimeError
496 mirrors/constructor_optional_args_test: Crash # Issue 29201 495 mirrors/constructor_optional_args_test: Crash # Issue 29201
497 mirrors/constructor_private_name_test: RuntimeError 496 mirrors/constructor_private_name_test: RuntimeError
498 mirrors/dart2js_mirrors_test: Crash 497 mirrors/dart2js_mirrors_test: Crash
499 mirrors/deferred_type_test: RuntimeError 498 mirrors/deferred_type_test: RuntimeError
500 mirrors/delegate_class_test: RuntimeError 499 mirrors/delegate_class_test: RuntimeError
501 mirrors/empty_test: Crash 500 mirrors/empty_test: Crash
502 mirrors/enum_test: RuntimeError 501 mirrors/enum_test: RuntimeError
503 mirrors/equality_test: RuntimeError 502 mirrors/equality_test: RuntimeError
504 mirrors/field_type_test: RuntimeError 503 mirrors/field_type_test: RuntimeError
505 mirrors/function_type_mirror_test: RuntimeError 504 mirrors/function_type_mirror_test: RuntimeError
506 mirrors/generic_class_declaration_test: RuntimeError 505 mirrors/generic_class_declaration_test: RuntimeError
507 mirrors/generic_f_bounded_mixin_application_test: RuntimeError 506 mirrors/generic_f_bounded_mixin_application_test: RuntimeError
508 mirrors/generic_function_typedef_test: RuntimeError 507 mirrors/generic_function_typedef_test: RuntimeError
509 mirrors/generic_interface_test/01: RuntimeError 508 mirrors/generic_interface_test/01: RuntimeError
510 mirrors/generic_interface_test/none: RuntimeError 509 mirrors/generic_interface_test/none: RuntimeError
511 mirrors/generic_mixin_applications_test: RuntimeError 510 mirrors/generic_mixin_applications_test: RuntimeError
512 mirrors/generic_mixin_test: RuntimeError 511 mirrors/generic_mixin_test: RuntimeError
512 mirrors/generic_type_mirror_test: RuntimeError
513 mirrors/generics_double_substitution_test/01: RuntimeError 513 mirrors/generics_double_substitution_test/01: RuntimeError
514 mirrors/generics_double_substitution_test/none: RuntimeError 514 mirrors/generics_double_substitution_test/none: RuntimeError
515 mirrors/generics_dynamic_test: RuntimeError 515 mirrors/generics_dynamic_test: RuntimeError
516 mirrors/generics_substitution_test: RuntimeError 516 mirrors/generics_substitution_test: RuntimeError
517 mirrors/generic_type_mirror_test: RuntimeError
518 mirrors/hierarchy_invariants_test: RuntimeError 517 mirrors/hierarchy_invariants_test: RuntimeError
519 mirrors/hot_get_field_test: RuntimeError 518 mirrors/hot_get_field_test: RuntimeError
520 mirrors/hot_set_field_test: RuntimeError 519 mirrors/hot_set_field_test: RuntimeError
520 mirrors/inherit_field_test: RuntimeError
521 mirrors/inherited_metadata_test: RuntimeError 521 mirrors/inherited_metadata_test: RuntimeError
522 mirrors/inherit_field_test: RuntimeError
523 mirrors/instance_members_easier_test: RuntimeError 522 mirrors/instance_members_easier_test: RuntimeError
524 mirrors/instance_members_test: RuntimeError 523 mirrors/instance_members_test: RuntimeError
525 mirrors/instance_members_with_override_test: RuntimeError 524 mirrors/instance_members_with_override_test: RuntimeError
526 mirrors/intercepted_object_test: RuntimeError 525 mirrors/intercepted_object_test: RuntimeError
527 mirrors/invocation_fuzz_test/emptyarray: Crash 526 mirrors/invocation_fuzz_test/emptyarray: Crash
528 mirrors/invocation_fuzz_test/false: Crash 527 mirrors/invocation_fuzz_test/false: Crash
529 mirrors/invocation_fuzz_test/none: Crash 528 mirrors/invocation_fuzz_test/none: Crash
530 mirrors/invocation_fuzz_test/smi: RuntimeError 529 mirrors/invocation_fuzz_test/smi: RuntimeError
531 mirrors/invocation_fuzz_test/string: Crash 530 mirrors/invocation_fuzz_test/string: Crash
532 mirrors/invoke_call_through_getter_previously_accessed_test/named: RuntimeError
533 mirrors/invoke_call_through_getter_previously_accessed_test/none: RuntimeError
534 mirrors/invoke_private_test: RuntimeError 531 mirrors/invoke_private_test: RuntimeError
535 mirrors/invoke_private_wrong_library_test: RuntimeError 532 mirrors/invoke_private_wrong_library_test: RuntimeError
536 mirrors/invoke_test: RuntimeError 533 mirrors/invoke_test: RuntimeError
537 mirrors/invoke_throws_test: Crash 534 mirrors/invoke_throws_test: Crash
538 mirrors/lazy_static_test: RuntimeError 535 mirrors/lazy_static_test: RuntimeError
539 mirrors/library_declarations_test/none: RuntimeError 536 mirrors/library_declarations_test/none: RuntimeError
540 mirrors/library_exports_hidden_test: RuntimeError 537 mirrors/library_exports_hidden_test: RuntimeError
541 mirrors/library_exports_shown_test: RuntimeError 538 mirrors/library_exports_shown_test: RuntimeError
542 mirrors/library_imports_bad_metadata_test/01: MissingCompileTimeError 539 mirrors/library_imports_bad_metadata_test/01: MissingCompileTimeError
543 mirrors/library_imports_deferred_test: RuntimeError 540 mirrors/library_imports_deferred_test: RuntimeError
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 mirrors/metadata_nested_constructor_call_test/07: MissingCompileTimeError 584 mirrors/metadata_nested_constructor_call_test/07: MissingCompileTimeError
588 mirrors/metadata_nested_constructor_call_test/08: MissingCompileTimeError 585 mirrors/metadata_nested_constructor_call_test/08: MissingCompileTimeError
589 mirrors/metadata_nested_constructor_call_test/09: MissingCompileTimeError 586 mirrors/metadata_nested_constructor_call_test/09: MissingCompileTimeError
590 mirrors/metadata_nested_constructor_call_test/none: RuntimeError 587 mirrors/metadata_nested_constructor_call_test/none: RuntimeError
591 mirrors/metadata_scope_test/01: MissingCompileTimeError 588 mirrors/metadata_scope_test/01: MissingCompileTimeError
592 mirrors/metadata_scope_test/none: RuntimeError 589 mirrors/metadata_scope_test/none: RuntimeError
593 mirrors/metadata_test: RuntimeError 590 mirrors/metadata_test: RuntimeError
594 mirrors/method_mirror_location_test: RuntimeError 591 mirrors/method_mirror_location_test: RuntimeError
595 mirrors/method_mirror_source_line_ending_test: Crash 592 mirrors/method_mirror_source_line_ending_test: Crash
596 mirrors/method_mirror_source_test: Crash 593 mirrors/method_mirror_source_test: Crash
597 mirrors/mirrors_nsm_mismatch_test: CompileTimeError 594 mirrors/mirrors_nsm_mismatch_test: RuntimeError
598 mirrors/mirrors_nsm_test/dart2js: CompileTimeError 595 mirrors/mirrors_nsm_test/dart2js: RuntimeError
599 mirrors/mirrors_nsm_test/none: CompileTimeError
600 mirrors/mirrors_reader_test: Crash 596 mirrors/mirrors_reader_test: Crash
601 mirrors/mirrors_test: Crash 597 mirrors/mirrors_test: Crash
602 mirrors/mirrors_used_inheritance_test: RuntimeError 598 mirrors/mirrors_used_inheritance_test: RuntimeError
603 mirrors/mirrors_used_typedef_declaration_test/01: RuntimeError 599 mirrors/mirrors_used_typedef_declaration_test/01: RuntimeError
604 mirrors/mirrors_used_typedef_declaration_test/none: RuntimeError 600 mirrors/mirrors_used_typedef_declaration_test/none: RuntimeError
605 mirrors/mixin_application_test: RuntimeError 601 mirrors/mixin_application_test: RuntimeError
606 mirrors/mixin_test: RuntimeError 602 mirrors/mixin_test: RuntimeError
607 mirrors/new_instance_with_type_arguments_test: RuntimeError 603 mirrors/new_instance_with_type_arguments_test: RuntimeError
608 mirrors/other_declarations_location_test: RuntimeError 604 mirrors/other_declarations_location_test: RuntimeError
609 mirrors/parameter_annotation_mirror_test: RuntimeError 605 mirrors/parameter_annotation_mirror_test: RuntimeError
610 mirrors/parameter_metadata_test: RuntimeError 606 mirrors/parameter_metadata_test: RuntimeError
611 mirrors/parameter_of_mixin_app_constructor_test: RuntimeError 607 mirrors/parameter_of_mixin_app_constructor_test: RuntimeError
612 mirrors/private_class_field_test: RuntimeError 608 mirrors/private_class_field_test: RuntimeError
613 mirrors/private_symbol_mangling_test: RuntimeError 609 mirrors/private_symbol_mangling_test: RuntimeError
614 mirrors/private_symbol_test: RuntimeError 610 mirrors/private_symbol_test: RuntimeError
615 mirrors/private_types_test: RuntimeError 611 mirrors/private_types_test: RuntimeError
616 mirrors/redirecting_factory_test/01: Crash 612 mirrors/redirecting_factory_test/01: Crash
617 mirrors/redirecting_factory_test/02: Crash 613 mirrors/redirecting_factory_test/02: Crash
618 mirrors/redirecting_factory_test/none: Crash 614 mirrors/redirecting_factory_test/none: Crash
619 mirrors/reflect_class_test/01: RuntimeError 615 mirrors/reflect_class_test/01: RuntimeError
620 mirrors/reflect_class_test/02: RuntimeError 616 mirrors/reflect_class_test/02: RuntimeError
621 mirrors/reflect_class_test/none: RuntimeError 617 mirrors/reflect_class_test/none: RuntimeError
618 mirrors/reflect_model_test: RuntimeError
619 mirrors/reflect_runtime_type_test: RuntimeError
620 mirrors/reflect_uninstantiated_class_test: RuntimeError
622 mirrors/reflected_type_classes_test/01: RuntimeError 621 mirrors/reflected_type_classes_test/01: RuntimeError
623 mirrors/reflected_type_function_type_test: RuntimeError 622 mirrors/reflected_type_function_type_test: RuntimeError
624 mirrors/reflected_type_generics_test/01: RuntimeError 623 mirrors/reflected_type_generics_test/01: RuntimeError
625 mirrors/reflected_type_generics_test/02: RuntimeError 624 mirrors/reflected_type_generics_test/02: RuntimeError
626 mirrors/reflected_type_test/01: RuntimeError 625 mirrors/reflected_type_test/01: RuntimeError
627 mirrors/reflected_type_typedefs_test: RuntimeError 626 mirrors/reflected_type_typedefs_test: RuntimeError
628 mirrors/reflected_type_typevars_test: RuntimeError 627 mirrors/reflected_type_typevars_test: RuntimeError
629 mirrors/reflect_model_test: RuntimeError
630 mirrors/reflect_runtime_type_test: RuntimeError
631 mirrors/reflect_uninstantiated_class_test: RuntimeError
632 mirrors/regress_19731_test: RuntimeError 628 mirrors/regress_19731_test: RuntimeError
633 mirrors/regress_26187_test: RuntimeError 629 mirrors/regress_26187_test: RuntimeError
634 mirrors/relation_assignable_test: RuntimeError 630 mirrors/relation_assignable_test: RuntimeError
635 mirrors/relation_subclass_test: RuntimeError 631 mirrors/relation_subclass_test: RuntimeError
636 mirrors/relation_subtype_test: RuntimeError 632 mirrors/relation_subtype_test: RuntimeError
637 mirrors/repeated_private_anon_mixin_app_test: RuntimeError 633 mirrors/repeated_private_anon_mixin_app_test: RuntimeError
638 mirrors/static_members_easier_test: RuntimeError 634 mirrors/static_members_easier_test: RuntimeError
639 mirrors/static_members_test: RuntimeError 635 mirrors/static_members_test: RuntimeError
640 mirrors/static_test: RuntimeError 636 mirrors/static_test: RuntimeError
641 mirrors/symbol_validation_test/01: RuntimeError 637 mirrors/symbol_validation_test/01: RuntimeError
642 mirrors/symbol_validation_test/none: RuntimeError 638 mirrors/symbol_validation_test/none: RuntimeError
643 mirrors/synthetic_accessor_properties_test: RuntimeError 639 mirrors/synthetic_accessor_properties_test: RuntimeError
644 mirrors/to_string_test: RuntimeError 640 mirrors/to_string_test: RuntimeError
641 mirrors/type_variable_is_static_test: RuntimeError
642 mirrors/type_variable_owner_test/01: RuntimeError
645 mirrors/typedef_in_signature_test: RuntimeError 643 mirrors/typedef_in_signature_test: RuntimeError
646 mirrors/typedef_library_test: RuntimeError 644 mirrors/typedef_library_test: RuntimeError
647 mirrors/typedef_metadata_test: RuntimeError 645 mirrors/typedef_metadata_test: RuntimeError
648 mirrors/typedef_reflected_type_test/01: RuntimeError 646 mirrors/typedef_reflected_type_test/01: RuntimeError
649 mirrors/typedef_reflected_type_test/none: RuntimeError 647 mirrors/typedef_reflected_type_test/none: RuntimeError
650 mirrors/typedef_test: RuntimeError 648 mirrors/typedef_test: RuntimeError
651 mirrors/type_variable_is_static_test: RuntimeError
652 mirrors/typevariable_mirror_metadata_test: RuntimeError 649 mirrors/typevariable_mirror_metadata_test: RuntimeError
653 mirrors/type_variable_owner_test/01: RuntimeError
654 mirrors/variable_is_const_test/01: MissingCompileTimeError 650 mirrors/variable_is_const_test/01: MissingCompileTimeError
655 mirrors/variable_is_const_test/none: RuntimeError 651 mirrors/variable_is_const_test/none: RuntimeError
656 652
657 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] 653 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ]
658 mirrors/variable_is_const_test/01: Crash 654 mirrors/variable_is_const_test/01: Crash
659 655
660 # dartk: checked mode failures 656 # dartk: checked mode failures
661 [ $checked && ($compiler == dartk || $compiler == dartkp) ] 657 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
662 mirrors/invocation_fuzz_test/smi: Fail 658 mirrors/invocation_fuzz_test/smi: Fail
663 mirrors/redirecting_factory_different_type_test/01: Crash # Issue 28424 659 mirrors/redirecting_factory_different_type_test/01: Crash # Issue 28424
664 mirrors/redirecting_factory_different_type_test/none: Crash # Issue 28424 660 mirrors/redirecting_factory_different_type_test/none: Crash # Issue 28424
665 mirrors/reflected_type_generics_test/02: Pass 661 mirrors/reflected_type_generics_test/02: Pass
666 mirrors/regress_16321_test/01: MissingCompileTimeError 662 mirrors/regress_16321_test/01: MissingCompileTimeError
667 663
668 # Deferred loading kernel issue 28335. 664 # Deferred loading kernel issue 28335.
669 [ $compiler == dartk || $compiler == dartkp ] 665 [ $compiler == dartk || $compiler == dartkp ]
670 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern el issue 28335. 666 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern el issue 28335.
671 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke rnel issue 28335. 667 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke rnel issue 28335.
672 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel issue 28335. 668 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel issue 28335.
673 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l oading kernel issue 28335. 669 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l oading kernel issue 28335.
674 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin g kernel issue 28335. 670 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin g kernel issue 28335.
675 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne l issue 28335. 671 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne l issue 28335.
676 672
677 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] 673 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ]
678 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. 674 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439.
OLDNEW
« no previous file with comments | « tests/language/language_kernel.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698