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

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

Issue 10699005: When a variable name is used as a type, emit a warning, not an error (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated junit tests Created 8 years, 5 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-compiler.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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 const_syntax_test/03: Fail # test issue 3626 81 const_syntax_test/03: Fail # test issue 3626
82 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest 82 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest
83 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest 83 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest
84 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. 84 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support.
85 duplicate_implements_test: Skip # Issue 976 85 duplicate_implements_test: Skip # Issue 976
86 factory5_test/00: Fail # issue 3079 86 factory5_test/00: Fail # issue 3079
87 field3a_negative_test: Fail # Issue 3655 87 field3a_negative_test: Fail # Issue 3655
88 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest 88 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest
89 final_syntax_test/*: Skip # can't handle base case 89 final_syntax_test/*: Skip # can't handle base case
90 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr ite as multitest 90 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr ite as multitest
91 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest
91 library2_negative_test: Fail # still a valid test? Issue 3649 92 library2_negative_test: Fail # still a valid test? Issue 3649
92 library4_negative_test: Fail # still a valid test? Issue 3530 93 library4_negative_test: Fail # still a valid test? Issue 3530
93 library6_negative_test: Fail # still a valid test? Issue 3650 94 library6_negative_test: Fail # still a valid test? Issue 3650
94 list_literal4_test: Fail # Issue 1343 95 list_literal4_test: Fail # Issue 1343
95 map_literal4_test: Fail # Issue 1343 96 map_literal4_test: Fail # Issue 1343
96 named_parameters_negative_test: Fail # Runtime only test, rewrite as multitest 97 named_parameters_negative_test: Fail # Runtime only test, rewrite as multitest
97 named_parameters_with_object_property_names_test: Fail # Issue 2137 98 named_parameters_with_object_property_names_test: Fail # Issue 2137
98 no_such_method_negative_test: Fail # Runtime only test, rewrite as multitest 99 no_such_method_negative_test: Fail # Runtime only test, rewrite as multitest
99 override_field_test/04: Fail # Issue 3656 100 override_field_test/04: Fail # Issue 3656
100 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest 101 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 *: Skip 143 *: Skip
143 144
144 [ $browser ] 145 [ $browser ]
145 prefix_core_test: Fail # Issue 2264. 146 prefix_core_test: Fail # Issue 2264.
146 147
147 [ $arch == simarm ] 148 [ $arch == simarm ]
148 *: Skip 149 *: Skip
149 150
150 [ $arch == arm ] 151 [ $arch == arm ]
151 *: Skip 152 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-compiler.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698