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

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

Issue 45833002: Disallow explicit parameter default values in redirecting factory (issue 13662). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 1 month 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-dart2js.status ('k') | tests/language/language_dart2js.status » ('j') | 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 [ $compiler == dartanalyzer ] 5 [ $compiler == dartanalyzer ]
6 # Runtime negative test. No static errors or warnings. 6 # Runtime negative test. No static errors or warnings.
7 closure_call_wrong_argument_count_negative_test: skip 7 closure_call_wrong_argument_count_negative_test: skip
8 8
9 # TBD: using built-in identifers 9 # TBD: using built-in identifers
10 built_in_identifier_prefix_test: fail # Issue 12694 10 built_in_identifier_prefix_test: fail # Issue 12694
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 static_field_test/02: fail # Issue 12541 160 static_field_test/02: fail # Issue 12541
161 static_field_test/03: fail # Issue 12541 161 static_field_test/03: fail # Issue 12541
162 static_field_test/04: fail # Issue 12541 162 static_field_test/04: fail # Issue 12541
163 163
164 # test issue 13787; duplicate exports of the same declaration is not handled 164 # test issue 13787; duplicate exports of the same declaration is not handled
165 duplicate_export_test: fail # Issue 13787 165 duplicate_export_test: fail # Issue 13787
166 166
167 # test issue 13916, Looks as no warning should be in this redirecting factory 167 # test issue 13916, Looks as no warning should be in this redirecting factory
168 redirecting_factory_infinite_steps_test/01: fail 168 redirecting_factory_infinite_steps_test/01: fail
169 169
170 # test issue , disallow default values in redirecting factories
171 redirecting_factory_default_values_test/none: fail # Issue 14471
172
170 # test issue 13956, It is a static type warning if any of the type arguments to k' are not subtypes of the bounds of the corresponding formal type parameters of type. 173 # test issue 13956, It is a static type warning if any of the type arguments to k' are not subtypes of the bounds of the corresponding formal type parameters of type.
171 default_factory2_test/none: fail 174 default_factory2_test/none: fail
172 175
173 # test issue 14021, it is warning, not an error to reference private (undefined) identifier 176 # test issue 14021, it is warning, not an error to reference private (undefined) identifier
174 private_member1_negative_test: fail 177 private_member1_negative_test: fail
175 private_member2_negative_test: fail 178 private_member2_negative_test: fail
176 private_member3_negative_test: fail 179 private_member3_negative_test: fail
177 180
178 # test issue 14079 181 # test issue 14079
179 malformed_test/none: fail # test issue 14079, legit warnings for malformed type 182 malformed_test/none: fail # test issue 14079, legit warnings for malformed type
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 factory_redirection_test/09: fail 223 factory_redirection_test/09: fail
221 factory_redirection_test/10: fail 224 factory_redirection_test/10: fail
222 factory_redirection_test/11: fail 225 factory_redirection_test/11: fail
223 factory_redirection_test/12: fail 226 factory_redirection_test/12: fail
224 factory_redirection_test/13: fail 227 factory_redirection_test/13: fail
225 factory_redirection_test/14: fail 228 factory_redirection_test/14: fail
226 getters_setters2_test/03: fail 229 getters_setters2_test/03: fail
227 type_variable_bounds3_test/00: fail 230 type_variable_bounds3_test/00: fail
228 type_variable_bounds2_test/05: fail 231 type_variable_bounds2_test/05: fail
229 232
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698