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

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

Issue 2792033002: [kernel] vm: Fix a few issues in the kernel flow graph builder, update status file for checked-mode (Closed)
Patch Set: addressed comments 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 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 mirrors/generic_mixin_applications_test: RuntimeError 491 mirrors/generic_mixin_applications_test: RuntimeError
492 mirrors/generic_mixin_test: RuntimeError 492 mirrors/generic_mixin_test: RuntimeError
493 mirrors/generics_double_substitution_test/01: RuntimeError 493 mirrors/generics_double_substitution_test/01: RuntimeError
494 mirrors/generics_double_substitution_test/none: RuntimeError 494 mirrors/generics_double_substitution_test/none: RuntimeError
495 mirrors/generics_dynamic_test: RuntimeError 495 mirrors/generics_dynamic_test: RuntimeError
496 mirrors/generics_substitution_test: RuntimeError 496 mirrors/generics_substitution_test: RuntimeError
497 mirrors/generic_type_mirror_test: RuntimeError 497 mirrors/generic_type_mirror_test: RuntimeError
498 mirrors/hierarchy_invariants_test: RuntimeError 498 mirrors/hierarchy_invariants_test: RuntimeError
499 mirrors/hot_get_field_test: RuntimeError 499 mirrors/hot_get_field_test: RuntimeError
500 mirrors/hot_set_field_test: RuntimeError 500 mirrors/hot_set_field_test: RuntimeError
501 mirrors/immutable_collections_test: RuntimeError
502 mirrors/inherited_metadata_test: RuntimeError 501 mirrors/inherited_metadata_test: RuntimeError
503 mirrors/inherit_field_test: RuntimeError 502 mirrors/inherit_field_test: RuntimeError
504 mirrors/initializing_formals_test/03: RuntimeError 503 mirrors/initializing_formals_test/03: RuntimeError
505 mirrors/initializing_formals_test/none: RuntimeError 504 mirrors/initializing_formals_test/none: RuntimeError
506 mirrors/instance_members_easier_test: RuntimeError 505 mirrors/instance_members_easier_test: RuntimeError
507 mirrors/instance_members_test: RuntimeError 506 mirrors/instance_members_test: RuntimeError
508 mirrors/instance_members_with_override_test: RuntimeError 507 mirrors/instance_members_with_override_test: RuntimeError
509 mirrors/intercepted_object_test: RuntimeError 508 mirrors/intercepted_object_test: RuntimeError
510 mirrors/invocation_fuzz_test/emptyarray: Crash 509 mirrors/invocation_fuzz_test/emptyarray: Crash
511 mirrors/invocation_fuzz_test/false: Crash 510 mirrors/invocation_fuzz_test/false: Crash
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 mirrors/mirrors_nsm_test/dart2js: CompileTimeError 582 mirrors/mirrors_nsm_test/dart2js: CompileTimeError
584 mirrors/mirrors_nsm_test/none: CompileTimeError 583 mirrors/mirrors_nsm_test/none: CompileTimeError
585 mirrors/mirrors_reader_test: Crash 584 mirrors/mirrors_reader_test: Crash
586 mirrors/mirrors_test: Crash 585 mirrors/mirrors_test: Crash
587 mirrors/mirrors_used_inheritance_test: RuntimeError 586 mirrors/mirrors_used_inheritance_test: RuntimeError
588 mirrors/mirrors_used_typedef_declaration_test/01: RuntimeError 587 mirrors/mirrors_used_typedef_declaration_test/01: RuntimeError
589 mirrors/mirrors_used_typedef_declaration_test/none: RuntimeError 588 mirrors/mirrors_used_typedef_declaration_test/none: RuntimeError
590 mirrors/mixin_application_test: RuntimeError 589 mirrors/mixin_application_test: RuntimeError
591 mirrors/mixin_test: RuntimeError 590 mirrors/mixin_test: RuntimeError
592 mirrors/new_instance_with_type_arguments_test: RuntimeError 591 mirrors/new_instance_with_type_arguments_test: RuntimeError
593 mirrors/operator_test: RuntimeError
594 mirrors/other_declarations_location_test: RuntimeError 592 mirrors/other_declarations_location_test: RuntimeError
595 mirrors/parameter_annotation_mirror_test: RuntimeError 593 mirrors/parameter_annotation_mirror_test: RuntimeError
596 mirrors/parameter_is_const_test/01: MissingCompileTimeError 594 mirrors/parameter_is_const_test/01: MissingCompileTimeError
597 mirrors/parameter_metadata_test: RuntimeError 595 mirrors/parameter_metadata_test: RuntimeError
598 mirrors/parameter_of_mixin_app_constructor_test: RuntimeError 596 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 597 mirrors/private_class_field_test: RuntimeError
602 mirrors/private_symbol_mangling_test: RuntimeError 598 mirrors/private_symbol_mangling_test: RuntimeError
603 mirrors/private_symbol_test: RuntimeError 599 mirrors/private_symbol_test: RuntimeError
604 mirrors/private_types_test: RuntimeError 600 mirrors/private_types_test: RuntimeError
605 mirrors/redirecting_factory_test/01: Crash 601 mirrors/redirecting_factory_test/01: Crash
606 mirrors/redirecting_factory_test/02: Crash 602 mirrors/redirecting_factory_test/02: Crash
607 mirrors/redirecting_factory_test/none: Crash 603 mirrors/redirecting_factory_test/none: Crash
608 mirrors/reflect_class_test/01: RuntimeError 604 mirrors/reflect_class_test/01: RuntimeError
609 mirrors/reflect_class_test/02: RuntimeError 605 mirrors/reflect_class_test/02: RuntimeError
610 mirrors/reflect_class_test/none: RuntimeError 606 mirrors/reflect_class_test/none: RuntimeError
(...skipping 30 matching lines...) Expand all
641 mirrors/type_variable_is_static_test: RuntimeError 637 mirrors/type_variable_is_static_test: RuntimeError
642 mirrors/typevariable_mirror_metadata_test: RuntimeError 638 mirrors/typevariable_mirror_metadata_test: RuntimeError
643 mirrors/type_variable_owner_test/01: RuntimeError 639 mirrors/type_variable_owner_test/01: RuntimeError
644 mirrors/variable_is_const_test/01: MissingCompileTimeError 640 mirrors/variable_is_const_test/01: MissingCompileTimeError
645 mirrors/variable_is_const_test/none: RuntimeError 641 mirrors/variable_is_const_test/none: RuntimeError
646 profiler/metrics_num_test: CompileTimeError 642 profiler/metrics_num_test: CompileTimeError
647 643
648 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] 644 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ]
649 async/stream_type_test: Crash 645 async/stream_type_test: Crash
650 mirrors/variable_is_const_test/01: Crash 646 mirrors/variable_is_const_test/01: Crash
647
648 # dartk: checked mode failures
649 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
650 mirrors/invocation_fuzz_test/smi: Fail
651 mirrors/redirecting_factory_different_type_test/01: Crash # Issue 28424
652 mirrors/redirecting_factory_different_type_test/none: Crash # Issue 28424
653 mirrors/reflected_type_generics_test/02: Pass
654 mirrors/regress_16321_test/01: MissingCompileTimeError
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