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

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

Issue 22542002: Update analyzer status. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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 | « no previous file | tests/language/language_analyzer2.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 6
7 # Runtime negative test. No static errors or warnings. 7 # Runtime negative test. No static errors or warnings.
8 closure_call_wrong_argument_count_negative_test: skip 8 closure_call_wrong_argument_count_negative_test: skip
9 9
10 illegal_invocation_test/01: fail # Issue: 11892 10 illegal_invocation_test/01: fail # Issue: 11892
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 # test issue 11594, Reference to a not resolve identifier is static warning 231 # test issue 11594, Reference to a not resolve identifier is static warning
232 import_combinators_negative_test: fail 232 import_combinators_negative_test: fail
233 interface_static_non_final_fields_negative_test: fail 233 interface_static_non_final_fields_negative_test: fail
234 234
235 # test issue 11595, It is static warning to create instance (new) of the malform ed type 235 # test issue 11595, It is static warning to create instance (new) of the malform ed type
236 instantiate_type_variable_negative_test: fail 236 instantiate_type_variable_negative_test: fail
237 237
238 # test issue 11596. e is Unknown is not a compile time error 238 # test issue 11596. e is Unknown is not a compile time error
239 is_not_class2_negative_test: fail 239 is_not_class2_negative_test: fail
240 240
241 # test issue 11597, It is a compile-time error if part has no "part of" directiv e
242 library_juxtaposition_test: fail
243
244 # test issue 11598, Any use of a malbounded type gives rise to a static warning 241 # test issue 11598, Any use of a malbounded type gives rise to a static warning
245 mixin_type_parameters_errors_test/01: fail 242 mixin_type_parameters_errors_test/01: fail
246 mixin_type_parameters_errors_test/02: fail 243 mixin_type_parameters_errors_test/02: fail
247 mixin_type_parameters_errors_test/05: fail 244 mixin_type_parameters_errors_test/05: fail
248 245
249 # test issue 11698, no setter, so warning, not error 246 # test issue 11698, no setter, so warning, not error
250 assign_instance_method_negative_test: fail 247 assign_instance_method_negative_test: fail
251 248
252 # test issue 11918: mixin and const constructor 249 # test issue 11918: mixin and const constructor
253 const_constructor_mixin_test/01: fail 250 const_constructor_mixin_test/01: fail
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 factory_redirection_test/09: fail 322 factory_redirection_test/09: fail
326 factory_redirection_test/10: fail 323 factory_redirection_test/10: fail
327 factory_redirection_test/11: fail 324 factory_redirection_test/11: fail
328 factory_redirection_test/12: fail 325 factory_redirection_test/12: fail
329 factory_redirection_test/13: fail 326 factory_redirection_test/13: fail
330 factory_redirection_test/14: fail 327 factory_redirection_test/14: fail
331 getters_setters2_test/03: fail 328 getters_setters2_test/03: fail
332 type_variable_bounds3_test/00: fail 329 type_variable_bounds3_test/00: fail
333 type_variable_bounds2_test/05: fail 330 type_variable_bounds2_test/05: fail
334 331
OLDNEW
« no previous file with comments | « no previous file | tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698