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

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

Issue 2780943004: Update status files for all test suites for -c dartk / -c dartkp configuration. (Closed)
Patch Set: 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/isolate/isolate.status ('k') | tests/standalone/standalone.status » ('j') | 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 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 mirrors/typedef_deferred_library_test: Crash # Deferred loading 450 mirrors/typedef_deferred_library_test: Crash # Deferred loading
451 mirrors/deferred_mirrors_update_test: Crash # Deferred loading 451 mirrors/deferred_mirrors_update_test: Crash # Deferred loading
452 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading 452 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading
453 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading 453 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading
454 mirrors/load_library_test: Crash # Deferred loading 454 mirrors/load_library_test: Crash # Deferred loading
455 455
456 [ $hot_reload ] 456 [ $hot_reload ]
457 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 457 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869
458 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue 26869 458 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue 26869
459 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. 459 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent.
460
461 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ]
462 async/future_or_only_in_async_test/00: MissingRuntimeError
463 async/future_or_strong_test: RuntimeError
464 async/future_test/01: RuntimeError
465 async/future_test/none: RuntimeError
466 async/schedule_microtask2_test: RuntimeError
467 mirrors/abstract_class_test/00: RuntimeError
468 mirrors/abstract_class_test/none: RuntimeError
469 mirrors/class_declarations_test/01: RuntimeError
470 mirrors/class_declarations_test/none: RuntimeError
471 mirrors/class_mirror_location_test: RuntimeError
472 mirrors/constructor_kinds_test/01: RuntimeError
473 mirrors/constructor_kinds_test/none: RuntimeError
474 mirrors/constructor_optional_args_test: RuntimeError
475 mirrors/constructor_private_name_test: RuntimeError
476 mirrors/dart2js_mirrors_test: Crash
477 mirrors/deferred_mirrors_metadata_test: RuntimeError
478 mirrors/deferred_mirrors_metatarget_test: RuntimeError
479 mirrors/deferred_mirrors_update_test: RuntimeError
480 mirrors/deferred_type_test: RuntimeError
481 mirrors/delegate_class_test: RuntimeError
482 mirrors/empty_test: Crash
483 mirrors/enum_test: RuntimeError
484 mirrors/equality_test: RuntimeError
485 mirrors/field_type_test: RuntimeError
486 mirrors/function_type_mirror_test: RuntimeError
487 mirrors/generic_class_declaration_test: RuntimeError
488 mirrors/generic_f_bounded_mixin_application_test: RuntimeError
489 mirrors/generic_function_typedef_test: RuntimeError
490 mirrors/generic_local_function_test: RuntimeError
491 mirrors/generic_mixin_applications_test: RuntimeError
492 mirrors/generic_mixin_test: RuntimeError
493 mirrors/generics_double_substitution_test/01: RuntimeError
494 mirrors/generics_double_substitution_test/none: RuntimeError
495 mirrors/generics_dynamic_test: RuntimeError
496 mirrors/generics_substitution_test: RuntimeError
497 mirrors/generic_type_mirror_test: RuntimeError
498 mirrors/hierarchy_invariants_test: RuntimeError
499 mirrors/hot_get_field_test: RuntimeError
500 mirrors/hot_set_field_test: RuntimeError
501 mirrors/immutable_collections_test: RuntimeError
502 mirrors/inherited_metadata_test: RuntimeError
503 mirrors/inherit_field_test: RuntimeError
504 mirrors/initializing_formals_test/03: RuntimeError
505 mirrors/initializing_formals_test/none: RuntimeError
506 mirrors/instance_members_easier_test: RuntimeError
507 mirrors/instance_members_test: RuntimeError
508 mirrors/instance_members_with_override_test: RuntimeError
509 mirrors/intercepted_object_test: RuntimeError
510 mirrors/invocation_fuzz_test/emptyarray: Crash
511 mirrors/invocation_fuzz_test/false: Crash
512 mirrors/invocation_fuzz_test/none: Crash
513 mirrors/invocation_fuzz_test/smi: RuntimeError
514 mirrors/invocation_fuzz_test/string: Crash
515 mirrors/invoke_call_through_getter_previously_accessed_test/named: RuntimeError
516 mirrors/invoke_call_through_getter_previously_accessed_test/none: RuntimeError
517 mirrors/invoke_private_test: RuntimeError
518 mirrors/invoke_private_wrong_library_test: RuntimeError
519 mirrors/invoke_test: RuntimeError
520 mirrors/invoke_throws_test: Crash
521 mirrors/lazy_static_test: RuntimeError
522 mirrors/library_declarations_test/none: RuntimeError
523 mirrors/library_enumeration_deferred_loading_test: RuntimeError
524 mirrors/library_exports_hidden_test: RuntimeError
525 mirrors/library_exports_shown_test: RuntimeError
526 mirrors/library_import_deferred_loading_test: RuntimeError
527 mirrors/library_imports_bad_metadata_test/01: MissingCompileTimeError
528 mirrors/library_imports_deferred_test: RuntimeError
529 mirrors/library_imports_hidden_test: RuntimeError
530 mirrors/library_imports_metadata_test: RuntimeError
531 mirrors/library_imports_prefixed_show_hide_test: RuntimeError
532 mirrors/library_imports_prefixed_test: RuntimeError
533 mirrors/library_imports_shown_test: RuntimeError
534 mirrors/library_metadata2_test/01: MissingCompileTimeError
535 mirrors/library_metadata_test: RuntimeError
536 mirrors/list_constructor_test/01: Crash
537 mirrors/list_constructor_test/none: Crash
538 mirrors/load_library_test: RuntimeError
539 mirrors/metadata_allowed_values_test/01: MissingCompileTimeError
540 mirrors/metadata_allowed_values_test/02: MissingCompileTimeError
541 mirrors/metadata_allowed_values_test/03: MissingCompileTimeError
542 mirrors/metadata_allowed_values_test/04: MissingCompileTimeError
543 mirrors/metadata_allowed_values_test/05: MissingCompileTimeError
544 mirrors/metadata_allowed_values_test/09: MissingCompileTimeError
545 mirrors/metadata_allowed_values_test/10: MissingCompileTimeError
546 mirrors/metadata_allowed_values_test/11: MissingCompileTimeError
547 mirrors/metadata_allowed_values_test/13: MissingCompileTimeError
548 mirrors/metadata_allowed_values_test/14: MissingCompileTimeError
549 mirrors/metadata_allowed_values_test/15: MissingCompileTimeError
550 mirrors/metadata_allowed_values_test/16: MissingCompileTimeError
551 mirrors/metadata_allowed_values_test/27: MissingCompileTimeError
552 mirrors/metadata_allowed_values_test/28: MissingCompileTimeError
553 mirrors/metadata_allowed_values_test/29: MissingCompileTimeError
554 mirrors/metadata_allowed_values_test/30: MissingCompileTimeError
555 mirrors/metadata_allowed_values_test/31: MissingCompileTimeError
556 mirrors/metadata_allowed_values_test/none: RuntimeError
557 mirrors/metadata_constructed_constant_test: RuntimeError
558 mirrors/metadata_constructor_arguments_test/01: MissingCompileTimeError
559 mirrors/metadata_constructor_arguments_test/02: MissingCompileTimeError
560 mirrors/metadata_constructor_arguments_test/03: MissingCompileTimeError
561 mirrors/metadata_constructor_arguments_test/04: MissingCompileTimeError
562 mirrors/metadata_constructor_arguments_test/05: MissingCompileTimeError
563 mirrors/metadata_constructor_arguments_test/06: MissingCompileTimeError
564 mirrors/metadata_constructor_arguments_test/07: MissingCompileTimeError
565 mirrors/metadata_constructor_arguments_test/none: RuntimeError
566 mirrors/metadata_nested_constructor_call_test/01: MissingCompileTimeError
567 mirrors/metadata_nested_constructor_call_test/02: MissingCompileTimeError
568 mirrors/metadata_nested_constructor_call_test/03: MissingCompileTimeError
569 mirrors/metadata_nested_constructor_call_test/04: MissingCompileTimeError
570 mirrors/metadata_nested_constructor_call_test/05: MissingCompileTimeError
571 mirrors/metadata_nested_constructor_call_test/06: MissingCompileTimeError
572 mirrors/metadata_nested_constructor_call_test/07: MissingCompileTimeError
573 mirrors/metadata_nested_constructor_call_test/08: MissingCompileTimeError
574 mirrors/metadata_nested_constructor_call_test/09: MissingCompileTimeError
575 mirrors/metadata_nested_constructor_call_test/none: RuntimeError
576 mirrors/metadata_scope_test/01: MissingCompileTimeError
577 mirrors/metadata_scope_test/none: RuntimeError
578 mirrors/metadata_test: RuntimeError
579 mirrors/method_mirror_location_test: RuntimeError
580 mirrors/method_mirror_source_line_ending_test: Crash
581 mirrors/method_mirror_source_test: Crash
582 mirrors/mirrors_nsm_mismatch_test: CompileTimeError
583 mirrors/mirrors_nsm_test/dart2js: CompileTimeError
584 mirrors/mirrors_nsm_test/none: CompileTimeError
585 mirrors/mirrors_reader_test: Crash
586 mirrors/mirrors_test: Crash
587 mirrors/mirrors_used_inheritance_test: RuntimeError
588 mirrors/mirrors_used_typedef_declaration_test/01: RuntimeError
589 mirrors/mirrors_used_typedef_declaration_test/none: RuntimeError
590 mirrors/mixin_application_test: RuntimeError
591 mirrors/mixin_test: RuntimeError
592 mirrors/new_instance_with_type_arguments_test: RuntimeError
593 mirrors/operator_test: RuntimeError
594 mirrors/other_declarations_location_test: RuntimeError
595 mirrors/parameter_annotation_mirror_test: RuntimeError
596 mirrors/parameter_is_const_test/01: MissingCompileTimeError
597 mirrors/parameter_metadata_test: RuntimeError
598 mirrors/parameter_of_mixin_app_constructor_test: RuntimeError
599 mirrors/parameter_test/01: RuntimeError
600 mirrors/parameter_test/none: RuntimeError
601 mirrors/private_class_field_test: RuntimeError
602 mirrors/private_symbol_mangling_test: RuntimeError
603 mirrors/private_symbol_test: RuntimeError
604 mirrors/private_types_test: RuntimeError
605 mirrors/redirecting_factory_test/01: Crash
606 mirrors/redirecting_factory_test/02: Crash
607 mirrors/redirecting_factory_test/none: Crash
608 mirrors/reflect_class_test/01: RuntimeError
609 mirrors/reflect_class_test/02: RuntimeError
610 mirrors/reflect_class_test/none: RuntimeError
611 mirrors/reflected_type_classes_test/01: RuntimeError
612 mirrors/reflected_type_function_type_test: RuntimeError
613 mirrors/reflected_type_generics_test/01: RuntimeError
614 mirrors/reflected_type_generics_test/02: RuntimeError
615 mirrors/reflected_type_test/01: RuntimeError
616 mirrors/reflected_type_typedefs_test: RuntimeError
617 mirrors/reflected_type_typevars_test: RuntimeError
618 mirrors/reflect_model_test: RuntimeError
619 mirrors/reflect_runtime_type_test: RuntimeError
620 mirrors/reflect_uninstantiated_class_test: RuntimeError
621 mirrors/regress_19731_test: RuntimeError
622 mirrors/regress_26187_test: RuntimeError
623 mirrors/relation_assignable_test: RuntimeError
624 mirrors/relation_subclass_test: RuntimeError
625 mirrors/relation_subtype_test: RuntimeError
626 mirrors/repeated_private_anon_mixin_app_test: RuntimeError
627 mirrors/static_members_easier_test: RuntimeError
628 mirrors/static_members_test: RuntimeError
629 mirrors/static_test: RuntimeError
630 mirrors/symbol_validation_test/01: RuntimeError
631 mirrors/symbol_validation_test/none: RuntimeError
632 mirrors/synthetic_accessor_properties_test: RuntimeError
633 mirrors/to_string_test: RuntimeError
634 mirrors/typedef_deferred_library_test: RuntimeError
635 mirrors/typedef_in_signature_test: RuntimeError
636 mirrors/typedef_library_test: RuntimeError
637 mirrors/typedef_metadata_test: RuntimeError
638 mirrors/typedef_reflected_type_test/01: RuntimeError
639 mirrors/typedef_reflected_type_test/none: RuntimeError
640 mirrors/typedef_test: RuntimeError
641 mirrors/type_variable_is_static_test: RuntimeError
642 mirrors/typevariable_mirror_metadata_test: RuntimeError
643 mirrors/type_variable_owner_test/01: RuntimeError
644 mirrors/variable_is_const_test/01: MissingCompileTimeError
645 mirrors/variable_is_const_test/none: RuntimeError
646 profiler/metrics_num_test: CompileTimeError
OLDNEW
« no previous file with comments | « tests/isolate/isolate.status ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698