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

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

Issue 2938793002: Implement metadata on classes and additional semantic checks. (Closed)
Patch Set: 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 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 mirrors/generic_mixin_applications_test: RuntimeError 510 mirrors/generic_mixin_applications_test: RuntimeError
511 mirrors/generic_mixin_test: RuntimeError 511 mirrors/generic_mixin_test: RuntimeError
512 mirrors/generic_type_mirror_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/hot_get_field_test: RuntimeError 517 mirrors/hot_get_field_test: RuntimeError
518 mirrors/hot_set_field_test: RuntimeError 518 mirrors/hot_set_field_test: RuntimeError
519 mirrors/inherit_field_test: RuntimeError 519 mirrors/inherit_field_test: RuntimeError
520 mirrors/inherited_metadata_test: RuntimeError
521 mirrors/instance_members_easier_test: RuntimeError 520 mirrors/instance_members_easier_test: RuntimeError
522 mirrors/instance_members_test: RuntimeError 521 mirrors/instance_members_test: RuntimeError
523 mirrors/instance_members_with_override_test: RuntimeError 522 mirrors/instance_members_with_override_test: RuntimeError
524 mirrors/intercepted_object_test: RuntimeError 523 mirrors/intercepted_object_test: RuntimeError
525 mirrors/invocation_fuzz_test/emptyarray: Crash 524 mirrors/invocation_fuzz_test/emptyarray: Crash
526 mirrors/invocation_fuzz_test/false: Crash 525 mirrors/invocation_fuzz_test/false: Crash
527 mirrors/invocation_fuzz_test/none: Crash 526 mirrors/invocation_fuzz_test/none: Crash
528 mirrors/invocation_fuzz_test/smi: RuntimeError 527 mirrors/invocation_fuzz_test/smi: RuntimeError
529 mirrors/invocation_fuzz_test/string: Crash 528 mirrors/invocation_fuzz_test/string: Crash
530 mirrors/invoke_private_test: RuntimeError 529 mirrors/invoke_private_test: RuntimeError
531 mirrors/invoke_private_wrong_library_test: RuntimeError 530 mirrors/invoke_private_wrong_library_test: RuntimeError
532 mirrors/invoke_test: RuntimeError 531 mirrors/invoke_test: RuntimeError
533 mirrors/invoke_throws_test: Crash 532 mirrors/invoke_throws_test: Crash
534 mirrors/lazy_static_test: RuntimeError 533 mirrors/lazy_static_test: RuntimeError
535 mirrors/library_declarations_test/none: RuntimeError 534 mirrors/library_declarations_test/none: RuntimeError
536 mirrors/library_exports_hidden_test: RuntimeError 535 mirrors/library_exports_hidden_test: RuntimeError
537 mirrors/library_exports_shown_test: RuntimeError 536 mirrors/library_exports_shown_test: RuntimeError
538 mirrors/library_imports_bad_metadata_test/01: MissingCompileTimeError 537 mirrors/library_imports_bad_metadata_test/01: MissingCompileTimeError
539 mirrors/library_imports_deferred_test: RuntimeError 538 mirrors/library_imports_deferred_test: RuntimeError
540 mirrors/library_imports_hidden_test: RuntimeError 539 mirrors/library_imports_hidden_test: RuntimeError
541 mirrors/library_imports_metadata_test: RuntimeError 540 mirrors/library_imports_metadata_test: RuntimeError
542 mirrors/library_imports_prefixed_show_hide_test: RuntimeError 541 mirrors/library_imports_prefixed_show_hide_test: RuntimeError
543 mirrors/library_imports_prefixed_test: RuntimeError 542 mirrors/library_imports_prefixed_test: RuntimeError
544 mirrors/library_imports_shown_test: RuntimeError 543 mirrors/library_imports_shown_test: RuntimeError
545 mirrors/library_metadata2_test/01: MissingCompileTimeError 544 mirrors/library_metadata2_test/01: MissingCompileTimeError
546 mirrors/library_metadata_test: RuntimeError 545 mirrors/library_metadata_test: RuntimeError
547 mirrors/list_constructor_test/01: Crash 546 mirrors/list_constructor_test/01: Crash
548 mirrors/list_constructor_test/none: Crash 547 mirrors/list_constructor_test/none: Crash
549 mirrors/load_library_test: RuntimeError 548 mirrors/load_library_test: RuntimeError
550 mirrors/metadata_allowed_values_test/01: MissingCompileTimeError 549 mirrors/metadata_allowed_values_test/01: Crash
551 mirrors/metadata_allowed_values_test/02: MissingCompileTimeError 550 mirrors/metadata_allowed_values_test/02: MissingCompileTimeError
552 mirrors/metadata_allowed_values_test/03: MissingCompileTimeError 551 mirrors/metadata_allowed_values_test/10: Crash
553 mirrors/metadata_allowed_values_test/04: MissingCompileTimeError 552 mirrors/metadata_allowed_values_test/11: Crash
554 mirrors/metadata_allowed_values_test/09: MissingCompileTimeError
555 mirrors/metadata_allowed_values_test/10: MissingCompileTimeError
556 mirrors/metadata_allowed_values_test/11: MissingCompileTimeError
557 mirrors/metadata_allowed_values_test/13: MissingCompileTimeError 553 mirrors/metadata_allowed_values_test/13: MissingCompileTimeError
558 mirrors/metadata_allowed_values_test/14: MissingCompileTimeError 554 mirrors/metadata_allowed_values_test/14: MissingCompileTimeError
559 mirrors/metadata_allowed_values_test/15: MissingCompileTimeError 555 mirrors/metadata_allowed_values_test/15: Crash
560 mirrors/metadata_allowed_values_test/16: MissingCompileTimeError 556 mirrors/metadata_allowed_values_test/27: Crash
561 mirrors/metadata_allowed_values_test/27: MissingCompileTimeError
562 mirrors/metadata_allowed_values_test/28: MissingCompileTimeError
563 mirrors/metadata_allowed_values_test/29: MissingCompileTimeError
564 mirrors/metadata_allowed_values_test/30: MissingCompileTimeError
565 mirrors/metadata_allowed_values_test/31: MissingCompileTimeError
566 mirrors/metadata_allowed_values_test/none: RuntimeError
567 mirrors/metadata_constructed_constant_test: Crash 557 mirrors/metadata_constructed_constant_test: Crash
568 mirrors/metadata_constructor_arguments_test/01: MissingCompileTimeError
569 mirrors/metadata_constructor_arguments_test/02: MissingCompileTimeError
570 mirrors/metadata_constructor_arguments_test/03: MissingCompileTimeError
571 mirrors/metadata_constructor_arguments_test/04: MissingCompileTimeError 558 mirrors/metadata_constructor_arguments_test/04: MissingCompileTimeError
572 mirrors/metadata_constructor_arguments_test/05: MissingCompileTimeError
573 mirrors/metadata_constructor_arguments_test/06: MissingCompileTimeError
574 mirrors/metadata_constructor_arguments_test/07: MissingCompileTimeError
575 mirrors/metadata_constructor_arguments_test/none: RuntimeError
576 mirrors/metadata_nested_constructor_call_test/01: MissingCompileTimeError
577 mirrors/metadata_nested_constructor_call_test/02: MissingCompileTimeError
578 mirrors/metadata_nested_constructor_call_test/03: MissingCompileTimeError
579 mirrors/metadata_nested_constructor_call_test/04: MissingCompileTimeError
580 mirrors/metadata_nested_constructor_call_test/05: MissingCompileTimeError
581 mirrors/metadata_nested_constructor_call_test/06: MissingCompileTimeError
582 mirrors/metadata_nested_constructor_call_test/07: MissingCompileTimeError
583 mirrors/metadata_nested_constructor_call_test/08: MissingCompileTimeError
584 mirrors/metadata_nested_constructor_call_test/09: MissingCompileTimeError
585 mirrors/metadata_nested_constructor_call_test/none: RuntimeError
586 mirrors/metadata_scope_test/01: MissingCompileTimeError
587 mirrors/metadata_scope_test/none: RuntimeError 559 mirrors/metadata_scope_test/none: RuntimeError
588 mirrors/metadata_test: RuntimeError 560 mirrors/metadata_test: RuntimeError
589 mirrors/method_mirror_location_test: RuntimeError 561 mirrors/method_mirror_location_test: RuntimeError
590 mirrors/method_mirror_source_line_ending_test: Crash 562 mirrors/method_mirror_source_line_ending_test: Crash
591 mirrors/method_mirror_source_test: Crash 563 mirrors/method_mirror_source_test: Crash
592 mirrors/mirrors_nsm_mismatch_test: RuntimeError 564 mirrors/mirrors_nsm_mismatch_test: RuntimeError
593 mirrors/mirrors_nsm_test/dart2js: RuntimeError 565 mirrors/mirrors_nsm_test/dart2js: RuntimeError
594 mirrors/mirrors_reader_test: Crash 566 mirrors/mirrors_reader_test: Crash
595 mirrors/mirrors_test: Crash 567 mirrors/mirrors_test: Crash
596 mirrors/mirrors_used_inheritance_test: RuntimeError 568 mirrors/mirrors_used_inheritance_test: RuntimeError
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 [ $compiler == dartk || $compiler == dartkp ] 635 [ $compiler == dartk || $compiler == dartkp ]
664 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern el issue 28335. 636 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern el issue 28335.
665 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke rnel issue 28335. 637 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke rnel issue 28335.
666 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel issue 28335. 638 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel issue 28335.
667 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l oading kernel issue 28335. 639 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l oading kernel issue 28335.
668 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin g kernel issue 28335. 640 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin g kernel issue 28335.
669 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne l issue 28335. 641 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne l issue 28335.
670 642
671 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] 643 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ]
672 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. 644 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