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

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

Issue 15797007: Report CompileTimeErrorCode for 'const' argument mismatch. (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
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 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 callable_test/none: fail 557 callable_test/none: fail
558 cast_test/04: fail 558 cast_test/04: fail
559 cast_test/05: fail 559 cast_test/05: fail
560 class_cycle_negative_test: fail 560 class_cycle_negative_test: fail
561 class_cycle_test/00: fail 561 class_cycle_test/00: fail
562 class_cycle_test/01: fail 562 class_cycle_test/01: fail
563 class_cycle_test/03: fail 563 class_cycle_test/03: fail
564 closure_call_wrong_argument_count_negative_test: fail 564 closure_call_wrong_argument_count_negative_test: fail
565 compile_time_constant10_test/none: fail 565 compile_time_constant10_test/none: fail
566 compile_time_constant8_test: fail 566 compile_time_constant8_test: fail
567 compile_time_constant_arguments_test/01: fail
568 compile_time_constant_arguments_test/02: fail
569 compile_time_constant_arguments_test/03: fail
570 compile_time_constant_arguments_test/05: fail
571 compile_time_constant_arguments_test/06: fail
572 compile_time_constant_b_test: fail 567 compile_time_constant_b_test: fail
573 compile_time_constant_c_test/01: fail 568 compile_time_constant_c_test/01: fail
574 compile_time_constant_c_test/02: fail 569 compile_time_constant_c_test/02: fail
575 compile_time_constant_checked2_test/02: fail 570 compile_time_constant_checked2_test/02: fail
576 compile_time_constant_checked2_test/03: fail 571 compile_time_constant_checked2_test/03: fail
577 compile_time_constant_checked2_test/04: fail 572 compile_time_constant_checked2_test/04: fail
578 compile_time_constant_checked2_test/06: fail 573 compile_time_constant_checked2_test/06: fail
579 compile_time_constant_checked3_test/02: fail 574 compile_time_constant_checked3_test/02: fail
580 compile_time_constant_checked3_test/03: fail 575 compile_time_constant_checked3_test/03: fail
581 compile_time_constant_checked3_test/04: fail 576 compile_time_constant_checked3_test/04: fail
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 813
819 814
820 [ $arch == simarm ] 815 [ $arch == simarm ]
821 *: Skip 816 *: Skip
822 817
823 [ $arch == mips ] 818 [ $arch == mips ]
824 *: Skip 819 *: Skip
825 820
826 [ $arch == simmips ] 821 [ $arch == simmips ]
827 *: Skip 822 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698