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

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

Issue 14861012: Report CTEC.CONST_WITH_NON_CONSTANT_ARGUMENT (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
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 805 matching lines...) Expand 10 before | Expand all | Expand 10 after
816 static_field3_test/03: fail 816 static_field3_test/03: fail
817 static_field3_test/04: fail 817 static_field3_test/04: fail
818 static_field_test/01: fail 818 static_field_test/01: fail
819 static_field_test/02: fail 819 static_field_test/02: fail
820 static_field_test/03: fail 820 static_field_test/03: fail
821 static_field_test/04: fail 821 static_field_test/04: fail
822 static_final_field2_negative_test: fail 822 static_final_field2_negative_test: fail
823 static_final_field_negative_test: fail 823 static_final_field_negative_test: fail
824 string_interpolate1_negative_test: fail 824 string_interpolate1_negative_test: fail
825 string_interpolate2_negative_test: fail 825 string_interpolate2_negative_test: fail
826 string_interpolation1_negative_test: fail
827 string_interpolation2_negative_test: fail 826 string_interpolation2_negative_test: fail
828 string_interpolation3_negative_test: fail 827 string_interpolation3_negative_test: fail
829 string_interpolation4_negative_test: fail 828 string_interpolation4_negative_test: fail
830 string_interpolation5_negative_test: fail 829 string_interpolation5_negative_test: fail
831 string_interpolation6_negative_test: fail 830 string_interpolation6_negative_test: fail
832 string_interpolation9_test/10: fail 831 string_interpolation9_test/10: fail
833 string_interpolation9_test/11: fail 832 string_interpolation9_test/11: fail
834 string_interpolation9_test/12: fail 833 string_interpolation9_test/12: fail
835 string_interpolation9_test/13: fail 834 string_interpolation9_test/13: fail
836 string_interpolation9_test/14: fail 835 string_interpolation9_test/14: fail
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 *: Skip 917 *: Skip
919 918
920 [ $arch == simarm ] 919 [ $arch == simarm ]
921 *: Skip 920 *: Skip
922 921
923 [ $arch == mips ] 922 [ $arch == mips ]
924 *: Skip 923 *: Skip
925 924
926 [ $arch == simmips ] 925 [ $arch == simmips ]
927 *: Skip 926 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698