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

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

Issue 2803833003: Small steps towards deferred loading. (Closed)
Patch Set: Tweak status file. Some of the compile-time errors result in passing tests. Created 3 years, 8 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 [ $unchecked ] 5 [ $unchecked ]
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 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 mirrors/deferred_mirrors_update_test: Crash # Deferred loading 464 mirrors/deferred_mirrors_update_test: Crash # Deferred loading
465 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading 465 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading
466 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading 466 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading
467 mirrors/load_library_test: Crash # Deferred loading 467 mirrors/load_library_test: Crash # Deferred loading
468 468
469 [ $hot_reload ] 469 [ $hot_reload ]
470 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 470 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869
471 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue 26869 471 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue 26869
472 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. 472 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent.
473 473
474 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ] 474 [ $compiler == dartk || $compiler == dartkp ]
475 async/future_or_only_in_async_test/00: MissingRuntimeError 475 async/future_or_only_in_async_test/00: MissingRuntimeError
476 async/future_or_strong_test: RuntimeError 476 async/future_or_strong_test: RuntimeError
477 async/future_test/01: RuntimeError 477 async/future_test/01: RuntimeError
478 async/future_test/none: RuntimeError 478 async/future_test/none: RuntimeError
479 async/schedule_microtask2_test: RuntimeError 479 async/schedule_microtask2_test: RuntimeError
480 mirrors/abstract_class_test/00: RuntimeError 480 mirrors/abstract_class_test/00: RuntimeError
481 mirrors/abstract_class_test/none: RuntimeError 481 mirrors/abstract_class_test/none: RuntimeError
482 mirrors/class_declarations_test/01: RuntimeError 482 mirrors/class_declarations_test/01: RuntimeError
483 mirrors/class_declarations_test/none: RuntimeError 483 mirrors/class_declarations_test/none: RuntimeError
484 mirrors/class_mirror_location_test: RuntimeError 484 mirrors/class_mirror_location_test: RuntimeError
485 mirrors/constructor_kinds_test/01: RuntimeError 485 mirrors/constructor_kinds_test/01: RuntimeError
486 mirrors/constructor_kinds_test/none: RuntimeError 486 mirrors/constructor_kinds_test/none: RuntimeError
487 mirrors/constructor_optional_args_test: Crash # Issue 29201 487 mirrors/constructor_optional_args_test: Crash # Issue 29201
488 mirrors/constructor_private_name_test: RuntimeError 488 mirrors/constructor_private_name_test: RuntimeError
489 mirrors/dart2js_mirrors_test: Crash 489 mirrors/dart2js_mirrors_test: Crash
490 mirrors/deferred_mirrors_metadata_test: RuntimeError
491 mirrors/deferred_mirrors_metatarget_test: RuntimeError
492 mirrors/deferred_mirrors_update_test: RuntimeError
493 mirrors/deferred_type_test: RuntimeError 490 mirrors/deferred_type_test: RuntimeError
494 mirrors/delegate_class_test: RuntimeError 491 mirrors/delegate_class_test: RuntimeError
495 mirrors/empty_test: Crash 492 mirrors/empty_test: Crash
496 mirrors/enum_test: RuntimeError 493 mirrors/enum_test: RuntimeError
497 mirrors/equality_test: RuntimeError 494 mirrors/equality_test: RuntimeError
498 mirrors/field_type_test: RuntimeError 495 mirrors/field_type_test: RuntimeError
499 mirrors/function_type_mirror_test: RuntimeError 496 mirrors/function_type_mirror_test: RuntimeError
500 mirrors/generic_class_declaration_test: RuntimeError 497 mirrors/generic_class_declaration_test: RuntimeError
501 mirrors/generic_f_bounded_mixin_application_test: RuntimeError 498 mirrors/generic_f_bounded_mixin_application_test: RuntimeError
502 mirrors/generic_function_typedef_test: RuntimeError 499 mirrors/generic_function_typedef_test: RuntimeError
(...skipping 22 matching lines...) Expand all
525 mirrors/invocation_fuzz_test/smi: RuntimeError 522 mirrors/invocation_fuzz_test/smi: RuntimeError
526 mirrors/invocation_fuzz_test/string: Crash 523 mirrors/invocation_fuzz_test/string: Crash
527 mirrors/invoke_call_through_getter_previously_accessed_test/named: RuntimeError 524 mirrors/invoke_call_through_getter_previously_accessed_test/named: RuntimeError
528 mirrors/invoke_call_through_getter_previously_accessed_test/none: RuntimeError 525 mirrors/invoke_call_through_getter_previously_accessed_test/none: RuntimeError
529 mirrors/invoke_private_test: RuntimeError 526 mirrors/invoke_private_test: RuntimeError
530 mirrors/invoke_private_wrong_library_test: RuntimeError 527 mirrors/invoke_private_wrong_library_test: RuntimeError
531 mirrors/invoke_test: RuntimeError 528 mirrors/invoke_test: RuntimeError
532 mirrors/invoke_throws_test: Crash 529 mirrors/invoke_throws_test: Crash
533 mirrors/lazy_static_test: RuntimeError 530 mirrors/lazy_static_test: RuntimeError
534 mirrors/library_declarations_test/none: RuntimeError 531 mirrors/library_declarations_test/none: RuntimeError
535 mirrors/library_enumeration_deferred_loading_test: RuntimeError
536 mirrors/library_exports_hidden_test: RuntimeError 532 mirrors/library_exports_hidden_test: RuntimeError
537 mirrors/library_exports_shown_test: RuntimeError 533 mirrors/library_exports_shown_test: RuntimeError
538 mirrors/library_import_deferred_loading_test: RuntimeError
539 mirrors/library_imports_bad_metadata_test/01: MissingCompileTimeError 534 mirrors/library_imports_bad_metadata_test/01: MissingCompileTimeError
540 mirrors/library_imports_deferred_test: RuntimeError 535 mirrors/library_imports_deferred_test: RuntimeError
541 mirrors/library_imports_hidden_test: RuntimeError 536 mirrors/library_imports_hidden_test: RuntimeError
542 mirrors/library_imports_metadata_test: RuntimeError 537 mirrors/library_imports_metadata_test: RuntimeError
543 mirrors/library_imports_prefixed_show_hide_test: RuntimeError 538 mirrors/library_imports_prefixed_show_hide_test: RuntimeError
544 mirrors/library_imports_prefixed_test: RuntimeError 539 mirrors/library_imports_prefixed_test: RuntimeError
545 mirrors/library_imports_shown_test: RuntimeError 540 mirrors/library_imports_shown_test: RuntimeError
546 mirrors/library_metadata2_test/01: MissingCompileTimeError 541 mirrors/library_metadata2_test/01: MissingCompileTimeError
547 mirrors/library_metadata_test: RuntimeError 542 mirrors/library_metadata_test: RuntimeError
548 mirrors/list_constructor_test/01: Crash 543 mirrors/list_constructor_test/01: Crash
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 mirrors/relation_subclass_test: RuntimeError 628 mirrors/relation_subclass_test: RuntimeError
634 mirrors/relation_subtype_test: RuntimeError 629 mirrors/relation_subtype_test: RuntimeError
635 mirrors/repeated_private_anon_mixin_app_test: RuntimeError 630 mirrors/repeated_private_anon_mixin_app_test: RuntimeError
636 mirrors/static_members_easier_test: RuntimeError 631 mirrors/static_members_easier_test: RuntimeError
637 mirrors/static_members_test: RuntimeError 632 mirrors/static_members_test: RuntimeError
638 mirrors/static_test: RuntimeError 633 mirrors/static_test: RuntimeError
639 mirrors/symbol_validation_test/01: RuntimeError 634 mirrors/symbol_validation_test/01: RuntimeError
640 mirrors/symbol_validation_test/none: RuntimeError 635 mirrors/symbol_validation_test/none: RuntimeError
641 mirrors/synthetic_accessor_properties_test: RuntimeError 636 mirrors/synthetic_accessor_properties_test: RuntimeError
642 mirrors/to_string_test: RuntimeError 637 mirrors/to_string_test: RuntimeError
643 mirrors/typedef_deferred_library_test: RuntimeError
644 mirrors/typedef_in_signature_test: RuntimeError 638 mirrors/typedef_in_signature_test: RuntimeError
645 mirrors/typedef_library_test: RuntimeError 639 mirrors/typedef_library_test: RuntimeError
646 mirrors/typedef_metadata_test: RuntimeError 640 mirrors/typedef_metadata_test: RuntimeError
647 mirrors/typedef_reflected_type_test/01: RuntimeError 641 mirrors/typedef_reflected_type_test/01: RuntimeError
648 mirrors/typedef_reflected_type_test/none: RuntimeError 642 mirrors/typedef_reflected_type_test/none: RuntimeError
649 mirrors/typedef_test: RuntimeError 643 mirrors/typedef_test: RuntimeError
650 mirrors/type_variable_is_static_test: RuntimeError 644 mirrors/type_variable_is_static_test: RuntimeError
651 mirrors/typevariable_mirror_metadata_test: RuntimeError 645 mirrors/typevariable_mirror_metadata_test: RuntimeError
652 mirrors/type_variable_owner_test/01: RuntimeError 646 mirrors/type_variable_owner_test/01: RuntimeError
653 mirrors/variable_is_const_test/01: MissingCompileTimeError 647 mirrors/variable_is_const_test/01: MissingCompileTimeError
654 mirrors/variable_is_const_test/none: RuntimeError 648 mirrors/variable_is_const_test/none: RuntimeError
655 649
656 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] 650 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ]
657 async/stream_type_test: Crash 651 async/stream_type_test: Crash
658 mirrors/variable_is_const_test/01: Crash 652 mirrors/variable_is_const_test/01: Crash
659 653
660 # dartk: checked mode failures 654 # dartk: checked mode failures
661 [ $checked && ($compiler == dartk || $compiler == dartkp) ] 655 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
662 mirrors/invocation_fuzz_test/smi: Fail 656 mirrors/invocation_fuzz_test/smi: Fail
663 mirrors/redirecting_factory_different_type_test/01: Crash # Issue 28424 657 mirrors/redirecting_factory_different_type_test/01: Crash # Issue 28424
664 mirrors/redirecting_factory_different_type_test/none: Crash # Issue 28424 658 mirrors/redirecting_factory_different_type_test/none: Crash # Issue 28424
665 mirrors/reflected_type_generics_test/02: Pass 659 mirrors/reflected_type_generics_test/02: Pass
666 mirrors/regress_16321_test/01: MissingCompileTimeError 660 mirrors/regress_16321_test/01: MissingCompileTimeError
661
662 # Deferred loading kernel issue 28335.
663 [ $compiler == dartk || $compiler == dartkp ]
664 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.
666 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.
668 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.
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