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

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

Issue 2973943002: [kernel] Allow reflection on some fields; add metadata on fields too. (Closed)
Patch Set: Created 3 years, 5 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/co19/co19-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 [ $strong ] 5 [ $strong ]
6 *: SkipByDesign # tests/lib_strong has the strong mode versions of these tests. 6 *: SkipByDesign # tests/lib_strong has the strong mode versions of these tests.
7 7
8 [ ! $checked ] 8 [ ! $checked ]
9 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s. 9 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s.
10 10
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 mirrors/deferred_mirrors_update_test: Crash # Deferred loading 476 mirrors/deferred_mirrors_update_test: Crash # Deferred loading
477 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading 477 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading
478 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading 478 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading
479 mirrors/load_library_test: Crash # Deferred loading 479 mirrors/load_library_test: Crash # Deferred loading
480 480
481 [ $hot_reload ] 481 [ $hot_reload ]
482 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 482 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869
483 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue 26869 483 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue 26869
484 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. 484 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent.
485 485
486 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ]
487 mirrors/other_declarations_location_test: Crash # assertion error, TypeParameter not having position.
488
486 [ $compiler == dartk || $compiler == dartkp ] 489 [ $compiler == dartk || $compiler == dartkp ]
487 async/future_or_strong_test: RuntimeError 490 async/future_or_strong_test: RuntimeError
488 async/future_test/01: RuntimeError 491 async/future_test/01: RuntimeError
489 async/future_test/none: RuntimeError 492 async/future_test/none: RuntimeError
490 async/schedule_microtask2_test: RuntimeError 493 async/schedule_microtask2_test: RuntimeError
491 mirrors/abstract_class_test/00: RuntimeError 494 mirrors/abstract_class_test/00: RuntimeError
492 mirrors/abstract_class_test/none: RuntimeError 495 mirrors/abstract_class_test/none: RuntimeError
493 mirrors/class_declarations_test/01: RuntimeError 496 mirrors/class_declarations_test/01: RuntimeError
494 mirrors/class_declarations_test/none: RuntimeError 497 mirrors/class_declarations_test/none: RuntimeError
495 mirrors/class_mirror_location_test: RuntimeError 498 mirrors/class_mirror_location_test: RuntimeError
496 mirrors/constructor_kinds_test/01: RuntimeError 499 mirrors/constructor_kinds_test/01: RuntimeError
497 mirrors/constructor_kinds_test/none: RuntimeError 500 mirrors/constructor_kinds_test/none: RuntimeError
498 mirrors/constructor_optional_args_test: Crash # Issue 29201 501 mirrors/constructor_optional_args_test: Crash # Issue 29201
499 mirrors/constructor_private_name_test: RuntimeError 502 mirrors/constructor_private_name_test: RuntimeError
500 mirrors/dart2js_mirrors_test: Crash 503 mirrors/dart2js_mirrors_test: Crash
501 mirrors/deferred_type_test: RuntimeError 504 mirrors/deferred_type_test: RuntimeError
502 mirrors/delegate_class_test: RuntimeError
503 mirrors/empty_test: Crash 505 mirrors/empty_test: Crash
504 mirrors/enum_test: RuntimeError 506 mirrors/enum_test: RuntimeError
505 mirrors/equality_test: RuntimeError 507 mirrors/equality_test: RuntimeError
506 mirrors/field_type_test: RuntimeError
507 mirrors/function_type_mirror_test: RuntimeError 508 mirrors/function_type_mirror_test: RuntimeError
508 mirrors/generic_class_declaration_test: RuntimeError
509 mirrors/generic_f_bounded_mixin_application_test: RuntimeError 509 mirrors/generic_f_bounded_mixin_application_test: RuntimeError
510 mirrors/generic_function_typedef_test: RuntimeError 510 mirrors/generic_function_typedef_test: RuntimeError
511 mirrors/generic_interface_test/01: RuntimeError 511 mirrors/generic_interface_test/01: RuntimeError
512 mirrors/generic_interface_test/none: RuntimeError 512 mirrors/generic_interface_test/none: RuntimeError
513 mirrors/generic_mixin_applications_test: RuntimeError 513 mirrors/generic_mixin_applications_test: RuntimeError
514 mirrors/generic_mixin_test: RuntimeError 514 mirrors/generic_mixin_test: RuntimeError
515 mirrors/generic_type_mirror_test: RuntimeError
516 mirrors/generics_double_substitution_test/01: RuntimeError
517 mirrors/generics_double_substitution_test/none: RuntimeError
518 mirrors/generics_dynamic_test: RuntimeError
519 mirrors/generics_substitution_test: RuntimeError
520 mirrors/hot_get_field_test: RuntimeError 515 mirrors/hot_get_field_test: RuntimeError
521 mirrors/hot_set_field_test: RuntimeError 516 mirrors/hot_set_field_test: RuntimeError
522 mirrors/inherit_field_test: RuntimeError
523 mirrors/instance_members_easier_test: RuntimeError
524 mirrors/instance_members_test: RuntimeError
525 mirrors/instance_members_with_override_test: RuntimeError
526 mirrors/intercepted_object_test: RuntimeError 517 mirrors/intercepted_object_test: RuntimeError
527 mirrors/invocation_fuzz_test/emptyarray: Crash 518 mirrors/invocation_fuzz_test/emptyarray: Crash
528 mirrors/invocation_fuzz_test/false: Crash 519 mirrors/invocation_fuzz_test/false: Crash
529 mirrors/invocation_fuzz_test/none: Crash 520 mirrors/invocation_fuzz_test/none: Crash
530 mirrors/invocation_fuzz_test/smi: RuntimeError 521 mirrors/invocation_fuzz_test/smi: RuntimeError
531 mirrors/invocation_fuzz_test/string: Crash 522 mirrors/invocation_fuzz_test/string: Crash
532 mirrors/invoke_private_test: RuntimeError 523 mirrors/invoke_private_test: RuntimeError
533 mirrors/invoke_private_wrong_library_test: RuntimeError 524 mirrors/invoke_private_wrong_library_test: RuntimeError
534 mirrors/invoke_test: RuntimeError
535 mirrors/invoke_throws_test: Crash 525 mirrors/invoke_throws_test: Crash
536 mirrors/lazy_static_test: RuntimeError
537 mirrors/library_declarations_test/none: RuntimeError 526 mirrors/library_declarations_test/none: RuntimeError
538 mirrors/library_exports_hidden_test: RuntimeError 527 mirrors/library_exports_hidden_test: RuntimeError
539 mirrors/library_exports_shown_test: RuntimeError 528 mirrors/library_exports_shown_test: RuntimeError
540 mirrors/library_imports_bad_metadata_test/01: MissingCompileTimeError 529 mirrors/library_imports_bad_metadata_test/01: MissingCompileTimeError
541 mirrors/library_imports_deferred_test: RuntimeError 530 mirrors/library_imports_deferred_test: RuntimeError
542 mirrors/library_imports_hidden_test: RuntimeError 531 mirrors/library_imports_hidden_test: RuntimeError
543 mirrors/library_imports_metadata_test: RuntimeError 532 mirrors/library_imports_metadata_test: RuntimeError
544 mirrors/library_imports_prefixed_show_hide_test: RuntimeError 533 mirrors/library_imports_prefixed_show_hide_test: RuntimeError
545 mirrors/library_imports_prefixed_test: RuntimeError 534 mirrors/library_imports_prefixed_test: RuntimeError
546 mirrors/library_imports_shown_test: RuntimeError 535 mirrors/library_imports_shown_test: RuntimeError
547 mirrors/library_metadata2_test/01: MissingCompileTimeError 536 mirrors/library_metadata2_test/01: MissingCompileTimeError
548 mirrors/library_metadata_test: RuntimeError 537 mirrors/library_metadata_test: RuntimeError
549 mirrors/list_constructor_test/01: Crash 538 mirrors/list_constructor_test/01: Crash
550 mirrors/list_constructor_test/none: Crash 539 mirrors/list_constructor_test/none: Crash
551 mirrors/load_library_test: RuntimeError 540 mirrors/load_library_test: RuntimeError
552 mirrors/metadata_allowed_values_test/01: Crash 541 mirrors/metadata_allowed_values_test/01: Crash
553 mirrors/metadata_allowed_values_test/02: MissingCompileTimeError 542 mirrors/metadata_allowed_values_test/02: MissingCompileTimeError
554 mirrors/metadata_allowed_values_test/10: Crash 543 mirrors/metadata_allowed_values_test/10: Crash
555 mirrors/metadata_allowed_values_test/11: Crash 544 mirrors/metadata_allowed_values_test/11: Crash
556 mirrors/metadata_allowed_values_test/13: MissingCompileTimeError 545 mirrors/metadata_allowed_values_test/13: MissingCompileTimeError
557 mirrors/metadata_allowed_values_test/14: MissingCompileTimeError 546 mirrors/metadata_allowed_values_test/14: MissingCompileTimeError
558 mirrors/metadata_allowed_values_test/15: Crash 547 mirrors/metadata_allowed_values_test/15: Crash
559 mirrors/metadata_allowed_values_test/16: Skip # Flaky, crashes. 548 mirrors/metadata_allowed_values_test/16: Skip # Flaky, crashes.
560 mirrors/metadata_allowed_values_test/27: Crash 549 mirrors/metadata_allowed_values_test/27: Crash
561 mirrors/metadata_constructed_constant_test: Crash 550 mirrors/metadata_constructed_constant_test: Crash
562 mirrors/metadata_constructor_arguments_test/04: MissingCompileTimeError 551 mirrors/metadata_constructor_arguments_test/04: MissingCompileTimeError
563 mirrors/metadata_scope_test/none: RuntimeError 552 mirrors/metadata_scope_test/none: RuntimeError
564 mirrors/metadata_test: RuntimeError
565 mirrors/method_mirror_location_test: RuntimeError 553 mirrors/method_mirror_location_test: RuntimeError
566 mirrors/method_mirror_source_line_ending_test: Crash 554 mirrors/method_mirror_source_line_ending_test: Crash
567 mirrors/method_mirror_source_test: Crash 555 mirrors/method_mirror_source_test: Crash
568 mirrors/mirrors_nsm_mismatch_test: RuntimeError 556 mirrors/mirrors_nsm_mismatch_test: RuntimeError
569 mirrors/mirrors_nsm_test/dart2js: RuntimeError 557 mirrors/mirrors_nsm_test/dart2js: RuntimeError
570 mirrors/mirrors_reader_test: Crash 558 mirrors/mirrors_reader_test: Crash
571 mirrors/mirrors_test: Crash 559 mirrors/mirrors_test: Crash
572 mirrors/mirrors_used_inheritance_test: RuntimeError 560 mirrors/mirrors_used_inheritance_test: RuntimeError
573 mirrors/mirrors_used_typedef_declaration_test/01: RuntimeError 561 mirrors/mirrors_used_typedef_declaration_test/01: RuntimeError
574 mirrors/mirrors_used_typedef_declaration_test/none: RuntimeError 562 mirrors/mirrors_used_typedef_declaration_test/none: RuntimeError
575 mirrors/mixin_application_test: RuntimeError 563 mirrors/mixin_application_test: RuntimeError
576 mirrors/mixin_test: RuntimeError 564 mirrors/mixin_test: RuntimeError
577 mirrors/other_declarations_location_test: RuntimeError 565 mirrors/other_declarations_location_test: RuntimeError
578 mirrors/parameter_annotation_mirror_test: RuntimeError 566 mirrors/parameter_annotation_mirror_test: RuntimeError
579 mirrors/parameter_metadata_test: RuntimeError 567 mirrors/parameter_metadata_test: RuntimeError
580 mirrors/parameter_of_mixin_app_constructor_test: RuntimeError 568 mirrors/parameter_of_mixin_app_constructor_test: RuntimeError
581 mirrors/private_class_field_test: RuntimeError 569 mirrors/private_class_field_test: RuntimeError
582 mirrors/private_symbol_mangling_test: RuntimeError
583 mirrors/private_symbol_test: RuntimeError 570 mirrors/private_symbol_test: RuntimeError
584 mirrors/private_types_test: RuntimeError 571 mirrors/private_types_test: RuntimeError
585 mirrors/redirecting_factory_test/01: Crash 572 mirrors/redirecting_factory_test/01: Crash
586 mirrors/redirecting_factory_test/02: Crash 573 mirrors/redirecting_factory_test/02: Crash
587 mirrors/redirecting_factory_test/none: Crash 574 mirrors/redirecting_factory_test/none: Crash
588 mirrors/reflect_class_test/01: RuntimeError 575 mirrors/reflect_class_test/01: RuntimeError
589 mirrors/reflect_class_test/02: RuntimeError 576 mirrors/reflect_class_test/02: RuntimeError
590 mirrors/reflect_class_test/none: RuntimeError 577 mirrors/reflect_class_test/none: RuntimeError
591 mirrors/reflect_model_test: RuntimeError
592 mirrors/reflect_runtime_type_test: RuntimeError
593 mirrors/reflect_uninstantiated_class_test: RuntimeError
594 mirrors/reflected_type_classes_test/01: RuntimeError 578 mirrors/reflected_type_classes_test/01: RuntimeError
595 mirrors/reflected_type_function_type_test: RuntimeError 579 mirrors/reflected_type_function_type_test: RuntimeError
596 mirrors/reflected_type_generics_test/01: RuntimeError 580 mirrors/reflected_type_generics_test/01: RuntimeError
597 mirrors/reflected_type_generics_test/02: RuntimeError 581 mirrors/reflected_type_generics_test/02: RuntimeError
598 mirrors/reflected_type_test/01: RuntimeError 582 mirrors/reflected_type_test/01: RuntimeError
599 mirrors/reflected_type_typedefs_test: RuntimeError 583 mirrors/reflected_type_typedefs_test: RuntimeError
600 mirrors/reflected_type_typevars_test: RuntimeError 584 mirrors/reflected_type_typevars_test: RuntimeError
601 mirrors/regress_19731_test: RuntimeError
602 mirrors/regress_26187_test: RuntimeError 585 mirrors/regress_26187_test: RuntimeError
603 mirrors/relation_assignable_test: RuntimeError 586 mirrors/relation_assignable_test: RuntimeError
604 mirrors/relation_subclass_test: RuntimeError 587 mirrors/relation_subclass_test: RuntimeError
605 mirrors/relation_subtype_test: RuntimeError 588 mirrors/relation_subtype_test: RuntimeError
606 mirrors/repeated_private_anon_mixin_app_test: RuntimeError 589 mirrors/repeated_private_anon_mixin_app_test: RuntimeError
607 mirrors/static_members_easier_test: RuntimeError 590 mirrors/static_members_easier_test: RuntimeError
608 mirrors/static_members_test: RuntimeError 591 mirrors/static_members_test: RuntimeError
609 mirrors/static_test: RuntimeError
610 mirrors/symbol_validation_test/01: RuntimeError 592 mirrors/symbol_validation_test/01: RuntimeError
611 mirrors/symbol_validation_test/none: RuntimeError 593 mirrors/symbol_validation_test/none: RuntimeError
612 mirrors/synthetic_accessor_properties_test: RuntimeError
613 mirrors/to_string_test: RuntimeError
614 mirrors/type_variable_is_static_test: RuntimeError 594 mirrors/type_variable_is_static_test: RuntimeError
615 mirrors/type_variable_owner_test/01: RuntimeError 595 mirrors/type_variable_owner_test/01: RuntimeError
616 mirrors/typedef_in_signature_test: RuntimeError 596 mirrors/typedef_in_signature_test: RuntimeError
617 mirrors/typedef_library_test: RuntimeError 597 mirrors/typedef_library_test: RuntimeError
618 mirrors/typedef_metadata_test: RuntimeError 598 mirrors/typedef_metadata_test: RuntimeError
619 mirrors/typedef_reflected_type_test/01: RuntimeError 599 mirrors/typedef_reflected_type_test/01: RuntimeError
620 mirrors/typedef_reflected_type_test/none: RuntimeError 600 mirrors/typedef_reflected_type_test/none: RuntimeError
621 mirrors/typedef_test: RuntimeError 601 mirrors/typedef_test: RuntimeError
622 mirrors/typevariable_mirror_metadata_test: RuntimeError 602 mirrors/typevariable_mirror_metadata_test: RuntimeError
623 mirrors/variable_is_const_test/01: MissingCompileTimeError 603 mirrors/variable_is_const_test/01: MissingCompileTimeError
624 mirrors/variable_is_const_test/none: RuntimeError
625 604
626 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] 605 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ]
627 mirrors/variable_is_const_test/01: Crash 606 mirrors/variable_is_const_test/01: Crash
628 607
629 # dartk: checked mode failures 608 # dartk: checked mode failures
630 [ $checked && ($compiler == dartk || $compiler == dartkp) ] 609 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
631 mirrors/invocation_fuzz_test/smi: Crash 610 mirrors/invocation_fuzz_test/smi: Crash
632 mirrors/redirecting_factory_different_type_test/01: Crash # Issue 28424 611 mirrors/redirecting_factory_different_type_test/01: Crash # Issue 28424
633 mirrors/redirecting_factory_different_type_test/none: Crash # Issue 28424 612 mirrors/redirecting_factory_different_type_test/none: Crash # Issue 28424
634 mirrors/reflected_type_generics_test/02: Pass 613 mirrors/reflected_type_generics_test/02: Pass
635 614
636 # Deferred loading kernel issue 28335. 615 # Deferred loading kernel issue 28335.
637 [ $compiler == dartk || $compiler == dartkp ] 616 [ $compiler == dartk || $compiler == dartkp ]
638 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern el issue 28335. 617 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern el issue 28335.
639 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke rnel issue 28335. 618 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke rnel issue 28335.
640 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel issue 28335. 619 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel issue 28335.
641 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l oading kernel issue 28335. 620 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l oading kernel issue 28335.
642 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin g kernel issue 28335. 621 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin g kernel issue 28335.
643 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne l issue 28335. 622 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne l issue 28335.
644 623
645 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] 624 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ]
646 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. 625 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439.
OLDNEW
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698