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

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

Issue 15855005: Implementation of CompileTimeErrorCode.RECURSIVE_INTERFACE_INHERITANCE error code. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase with bleeding_edge 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 | « tests/co19/co19-analyzer.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 # 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 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 call_nonexistent_static_test/06: fail 547 call_nonexistent_static_test/06: fail
548 call_nonexistent_static_test/07: fail 548 call_nonexistent_static_test/07: fail
549 call_nonexistent_static_test/09: fail 549 call_nonexistent_static_test/09: fail
550 call_nonexistent_static_test/10: fail 550 call_nonexistent_static_test/10: fail
551 call_through_getter_test: fail 551 call_through_getter_test: fail
552 callable_test/none: fail 552 callable_test/none: fail
553 cast_test/04: fail 553 cast_test/04: fail
554 cast_test/05: fail 554 cast_test/05: fail
555 class_cycle_negative_test: fail 555 class_cycle_negative_test: fail
556 class_cycle_test/00: fail 556 class_cycle_test/00: fail
557 class_cycle_test/01: fail
558 class_cycle_test/03: fail 557 class_cycle_test/03: fail
559 closure_call_wrong_argument_count_negative_test: fail 558 closure_call_wrong_argument_count_negative_test: fail
560 compile_time_constant10_test/none: fail 559 compile_time_constant10_test/none: fail
561 compile_time_constant8_test: fail 560 compile_time_constant8_test: fail
562 compile_time_constant_b_test: fail 561 compile_time_constant_b_test: fail
563 compile_time_constant_c_test/01: fail 562 compile_time_constant_c_test/01: fail
564 compile_time_constant_c_test/02: fail 563 compile_time_constant_c_test/02: fail
565 compile_time_constant_checked2_test/02: fail 564 compile_time_constant_checked2_test/02: fail
566 compile_time_constant_checked2_test/03: fail 565 compile_time_constant_checked2_test/03: fail
567 compile_time_constant_checked2_test/04: fail 566 compile_time_constant_checked2_test/04: fail
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 getters_setters_type_test/01: fail 620 getters_setters_type_test/01: fail
622 implicit_this_test/01: fail 621 implicit_this_test/01: fail
623 implicit_this_test/04: fail 622 implicit_this_test/04: fail
624 implicit_this_test/none: fail 623 implicit_this_test/none: fail
625 import_combinators_negative_test: fail 624 import_combinators_negative_test: fail
626 inst_field_initializer1_negative_test: fail 625 inst_field_initializer1_negative_test: fail
627 instance_call_wrong_argument_count_negative_test: fail 626 instance_call_wrong_argument_count_negative_test: fail
628 instance_method2_negative_test: fail 627 instance_method2_negative_test: fail
629 instance_method_negative_test: fail 628 instance_method_negative_test: fail
630 instantiate_type_variable_negative_test: fail 629 instantiate_type_variable_negative_test: fail
631 interface_cycle_negative_test: fail
632 interface_inherit_field_test: fail 630 interface_inherit_field_test: fail
633 interface_static_non_final_fields_negative_test: fail 631 interface_static_non_final_fields_negative_test: fail
634 interface_test/00: fail 632 interface_test/00: fail
635 is_not_class2_negative_test: fail 633 is_not_class2_negative_test: fail
636 library_juxtaposition_test: fail 634 library_juxtaposition_test: fail
637 licm_test: fail 635 licm_test: fail
638 list_literal1_negative_test: fail 636 list_literal1_negative_test: fail
639 list_literal_syntax_test/01: fail 637 list_literal_syntax_test/01: fail
640 list_literal_syntax_test/02: fail 638 list_literal_syntax_test/02: fail
641 list_literal_syntax_test/03: fail 639 list_literal_syntax_test/03: fail
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
805 803
806 804
807 [ $arch == simarm ] 805 [ $arch == simarm ]
808 *: Skip 806 *: Skip
809 807
810 [ $arch == mips ] 808 [ $arch == mips ]
811 *: Skip 809 *: Skip
812 810
813 [ $arch == simmips ] 811 [ $arch == simmips ]
814 *: Skip 812 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-analyzer.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698