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

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

Issue 18010002: Report errors for invalid annotations. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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-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 [ $compiler == dartanalyzer ] 5 [ $compiler == dartanalyzer ]
6 abstract_factory_constructor_test/00: fail 6 abstract_factory_constructor_test/00: fail
7 assign_instance_method_negative_test: fail 7 assign_instance_method_negative_test: fail
8 assign_static_type_test/06: fail 8 assign_static_type_test/06: fail
9 bad_named_parameters2_test: fail 9 bad_named_parameters2_test: fail
10 bad_named_parameters_test: fail 10 bad_named_parameters_test: fail
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 const_syntax_test/03: fail 226 const_syntax_test/03: fail
227 final_syntax_test/01: fail 227 final_syntax_test/01: fail
228 final_syntax_test/04: fail 228 final_syntax_test/04: fail
229 final_syntax_test/02: fail 229 final_syntax_test/02: fail
230 final_syntax_test/03: fail 230 final_syntax_test/03: fail
231 231
232 # Test issue 11123, Only static fields can be declared as 'const' 232 # Test issue 11123, Only static fields can be declared as 'const'
233 const_escape_frog_test: fail 233 const_escape_frog_test: fail
234 compile_time_constant_test/none: fail 234 compile_time_constant_test/none: fail
235 235
236 # Test issue 11544, using @TypeName as annotation is not valid
237 inferrer_constructor2_test: fail
238 inferrer_constructor3_test: fail
239 multiple_field_assignment_constructor_test: fail
240
241 # Test issue 11545, using not existing constructor name in annotation
242 metadata_test: fail
243
244
236 [ $compiler == dartanalyzer && $checked ] 245 [ $compiler == dartanalyzer && $checked ]
237 factory1_test/00: fail 246 factory1_test/00: fail
238 factory1_test/01: fail 247 factory1_test/01: fail
239 field_type_check2_test/01: fail 248 field_type_check2_test/01: fail
240 factory_implementation_test/00: fail 249 factory_implementation_test/00: fail
241 factory_redirection_test/08: fail 250 factory_redirection_test/08: fail
242 factory_redirection_test/09: fail 251 factory_redirection_test/09: fail
243 factory_redirection_test/10: fail 252 factory_redirection_test/10: fail
244 factory_redirection_test/11: fail 253 factory_redirection_test/11: fail
245 factory_redirection_test/12: fail 254 factory_redirection_test/12: fail
246 factory_redirection_test/13: fail 255 factory_redirection_test/13: fail
247 factory_redirection_test/14: fail 256 factory_redirection_test/14: fail
248 getters_setters2_test/03: fail 257 getters_setters2_test/03: fail
249 type_variable_bounds3_test/00: fail 258 type_variable_bounds3_test/00: fail
250 type_variable_bounds2_test/05: fail 259 type_variable_bounds2_test/05: fail
251 type_variable_scope_test/00: fail 260 type_variable_scope_test/00: fail
252 type_variable_scope_test/01: fail 261 type_variable_scope_test/01: fail
253 type_variable_scope_test/02: fail 262 type_variable_scope_test/02: fail
254 type_variable_scope_test/03: fail 263 type_variable_scope_test/03: fail
255 type_variable_scope_test/04: fail 264 type_variable_scope_test/04: fail
256 type_variable_scope_test/05: fail 265 type_variable_scope_test/05: fail
257 266
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