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

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

Issue 15872003: Issue 10899. Triage 'language/class_literal' failing tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 call_nonexistent_static_test/09: fail 568 call_nonexistent_static_test/09: fail
569 call_nonexistent_static_test/10: fail 569 call_nonexistent_static_test/10: fail
570 call_through_getter_test: fail 570 call_through_getter_test: fail
571 callable_test/none: fail 571 callable_test/none: fail
572 cast_test/04: fail 572 cast_test/04: fail
573 cast_test/05: fail 573 cast_test/05: fail
574 class_cycle_negative_test: fail 574 class_cycle_negative_test: fail
575 class_cycle_test/00: fail 575 class_cycle_test/00: fail
576 class_cycle_test/01: fail 576 class_cycle_test/01: fail
577 class_cycle_test/03: fail 577 class_cycle_test/03: fail
578 class_literal_test/02: fail
579 class_literal_test/05: fail
580 class_literal_test/07: fail
581 class_literal_test/10: fail
582 class_literal_test/11: fail
583 class_literal_test/12: fail
584 class_literal_test/14: fail
585 class_literal_test/17: fail
586 class_literal_test/18: fail
587 class_literal_test/19: fail
588 class_literal_test/22: fail
589 class_literal_test/23: fail
590 class_literal_test/24: fail
591 class_literal_test/27: fail
592 class_literal_test/28: fail
593 class_literal_test/29: fail
594 class_literal_test/none: fail
595 closure_call_wrong_argument_count_negative_test: fail 578 closure_call_wrong_argument_count_negative_test: fail
596 compile_time_constant10_test/none: fail 579 compile_time_constant10_test/none: fail
597 compile_time_constant8_test: fail 580 compile_time_constant8_test: fail
598 compile_time_constant_arguments_test/01: fail 581 compile_time_constant_arguments_test/01: fail
599 compile_time_constant_arguments_test/02: fail 582 compile_time_constant_arguments_test/02: fail
600 compile_time_constant_arguments_test/03: fail 583 compile_time_constant_arguments_test/03: fail
601 compile_time_constant_arguments_test/05: fail 584 compile_time_constant_arguments_test/05: fail
602 compile_time_constant_arguments_test/06: fail 585 compile_time_constant_arguments_test/06: fail
603 compile_time_constant_b_test: fail 586 compile_time_constant_b_test: fail
604 compile_time_constant_c_test/01: fail 587 compile_time_constant_c_test/01: fail
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
803 full_stacktrace2_test: fail, OK 786 full_stacktrace2_test: fail, OK
804 stack_trace_test: fail, OK 787 stack_trace_test: fail, OK
805 throw3_test: fail, OK 788 throw3_test: fail, OK
806 try_catch3_test: fail, OK 789 try_catch3_test: fail, OK
807 790
808 # test issue 10890; on-catch UnknownType is a static warning, not error 791 # test issue 10890; on-catch UnknownType is a static warning, not error
809 try_catch_on_syntax_test/01: fail, OK 792 try_catch_on_syntax_test/01: fail, OK
810 try_catch_on_syntax_test/07: fail, OK 793 try_catch_on_syntax_test/07: fail, OK
811 try_catch_syntax_test/08: fail, OK 794 try_catch_syntax_test/08: fail, OK
812 795
796 # test issue 10899; it is static warning, not error, to call methods of class li teral
797 class_literal_test/02: fail, OK
798 class_literal_test/05: fail, OK
799 class_literal_test/07: fail, OK
800 class_literal_test/10: fail, OK
801 class_literal_test/11: fail, OK
802 class_literal_test/12: fail, OK
803 class_literal_test/14: fail, OK
804 class_literal_test/17: fail, OK
805 class_literal_test/18: fail, OK
806 class_literal_test/19: fail, OK
807 class_literal_test/22: fail, OK
808 class_literal_test/23: fail, OK
809 class_literal_test/24: fail, OK
810 class_literal_test/27: fail, OK
811 class_literal_test/28: fail, OK
812 class_literal_test/29: fail, OK
813 class_literal_test/none: fail, OK
814
813 [ $compiler == dartanalyzer && $checked ] 815 [ $compiler == dartanalyzer && $checked ]
814 factory1_test/00: fail 816 factory1_test/00: fail
815 factory1_test/01: fail 817 factory1_test/01: fail
816 field_type_check2_test/01: fail 818 field_type_check2_test/01: fail
817 factory_implementation_test/00: fail 819 factory_implementation_test/00: fail
818 factory_redirection_test/08: fail 820 factory_redirection_test/08: fail
819 factory_redirection_test/09: fail 821 factory_redirection_test/09: fail
820 factory_redirection_test/10: fail 822 factory_redirection_test/10: fail
821 factory_redirection_test/11: fail 823 factory_redirection_test/11: fail
822 factory_redirection_test/12: fail 824 factory_redirection_test/12: fail
(...skipping 14 matching lines...) Expand all
837 *: Skip 839 *: Skip
838 840
839 [ $arch == simarm ] 841 [ $arch == simarm ]
840 *: Skip 842 *: Skip
841 843
842 [ $arch == mips ] 844 [ $arch == mips ]
843 *: Skip 845 *: Skip
844 846
845 [ $arch == simmips ] 847 [ $arch == simmips ]
846 *: Skip 848 *: Skip
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698