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

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

Issue 14654013: Report CompileTimeErrorCode.INVALID_CONST_FACTORY (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Report CONST_FACTORY in parser Created 7 years, 7 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 629 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 compile_time_constant_checked3_test/06: fail 640 compile_time_constant_checked3_test/06: fail
641 compile_time_constant_checked_test/01: fail 641 compile_time_constant_checked_test/01: fail
642 compile_time_constant_checked_test/02: fail 642 compile_time_constant_checked_test/02: fail
643 compile_time_constant_checked_test/03: fail 643 compile_time_constant_checked_test/03: fail
644 compile_time_constant_c_test/01: fail 644 compile_time_constant_c_test/01: fail
645 compile_time_constant_c_test/02: fail 645 compile_time_constant_c_test/02: fail
646 compile_time_constant_d_test: fail 646 compile_time_constant_d_test: fail
647 compile_time_constant_e_test: fail 647 compile_time_constant_e_test: fail
648 compile_time_constant_test/02: fail 648 compile_time_constant_test/02: fail
649 const_counter_negative_test: fail 649 const_counter_negative_test: fail
650 const_factory_negative_test: fail
651 const_optional_args_negative_test: fail 650 const_optional_args_negative_test: fail
652 const_syntax_test/06: fail 651 const_syntax_test/06: fail
653 constructor2_negative_test: fail 652 constructor2_negative_test: fail
654 constructor3_negative_test: fail 653 constructor3_negative_test: fail
655 constructor_call_wrong_argument_count_negative_test: fail 654 constructor_call_wrong_argument_count_negative_test: fail
656 constructor_negative_test: fail 655 constructor_negative_test: fail
657 constructor_redirect1_negative_test: fail 656 constructor_redirect1_negative_test: fail
658 constructor_redirect2_negative_test: fail 657 constructor_redirect2_negative_test: fail
659 constructor_redirect2_test/02: fail 658 constructor_redirect2_test/02: fail
660 constructor_redirect2_test/03: fail 659 constructor_redirect2_test/03: fail
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 *: Skip 911 *: Skip
913 912
914 [ $arch == simarm ] 913 [ $arch == simarm ]
915 *: Skip 914 *: Skip
916 915
917 [ $arch == mips ] 916 [ $arch == mips ]
918 *: Skip 917 *: Skip
919 918
920 [ $arch == simmips ] 919 [ $arch == simmips ]
921 *: Skip 920 *: 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