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

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

Issue 164123002: Fix for issue 16037 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Clean-up Created 6 years, 10 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 [ $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 # Test issue 12694 (was analyzer issue), (1) when "abstract" is import prefix us ing it as type is warning; (2) currently analyzer resolves prefix as field (don' t ask) 9 # Test issue 12694 (was analyzer issue), (1) when "abstract" is import prefix us ing it as type is warning; (2) currently analyzer resolves prefix as field (don' t ask)
10 built_in_identifier_prefix_test: CompileTimeError # Issue 12694 10 built_in_identifier_prefix_test: CompileTimeError # Issue 12694
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 least_upper_bound_expansive_test/06: MissingStaticWarning # Issue 15060 167 least_upper_bound_expansive_test/06: MissingStaticWarning # Issue 15060
168 least_upper_bound_expansive_test/08: MissingStaticWarning # Issue 15060 168 least_upper_bound_expansive_test/08: MissingStaticWarning # Issue 15060
169 least_upper_bound_expansive_test/10: MissingStaticWarning # Issue 15060 169 least_upper_bound_expansive_test/10: MissingStaticWarning # Issue 15060
170 least_upper_bound_expansive_test/11: MissingStaticWarning # Issue 15060 170 least_upper_bound_expansive_test/11: MissingStaticWarning # Issue 15060
171 least_upper_bound_expansive_test/12: MissingStaticWarning # Issue 15060 171 least_upper_bound_expansive_test/12: MissingStaticWarning # Issue 15060
172 172
173 # test issue 15467 173 # test issue 15467
174 proxy_test/05: StaticWarning # Issue 15467 174 proxy_test/05: StaticWarning # Issue 15467
175 proxy_test/06: StaticWarning # Issue 15467 175 proxy_test/06: StaticWarning # Issue 15467
176 176
177 # test issue 15714
178 typevariable_substitution2_test/01: StaticWarning # Issue 15714
179
180 # analyzer does not handle @proxy and noSuchMethod correctly 177 # analyzer does not handle @proxy and noSuchMethod correctly
181 override_inheritance_no_such_method_test/03: StaticWarning # Issue 16132 178 override_inheritance_no_such_method_test/03: StaticWarning # Issue 16132
182 override_inheritance_no_such_method_test/04: StaticWarning # Issue 16132 179 override_inheritance_no_such_method_test/04: StaticWarning # Issue 16132
183 override_inheritance_no_such_method_test/05: StaticWarning # Issue 16132 180 override_inheritance_no_such_method_test/05: StaticWarning # Issue 16132
184 181
185 # missing warning for unimplemented getter/setter 182 # missing warning for unimplemented getter/setter
186 override_inheritance_abstract_test/13: MissingStaticWarning # Issue 16133 183 override_inheritance_abstract_test/13: MissingStaticWarning # Issue 16133
187 override_inheritance_abstract_test/26: MissingStaticWarning # Issue 16133 184 override_inheritance_abstract_test/26: MissingStaticWarning # Issue 16133
188 185
189 # unexpected warning for override 186 # unexpected warning for override
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 map_literal4_test: StaticWarning 347 map_literal4_test: StaticWarning
351 map_literal6_test: StaticWarning 348 map_literal6_test: StaticWarning
352 map_literal8_test: StaticWarning 349 map_literal8_test: StaticWarning
353 map_literal_negative_test: CompileTimeError 350 map_literal_negative_test: CompileTimeError
354 method_override4_test: StaticWarning 351 method_override4_test: StaticWarning
355 method_override5_test: StaticWarning 352 method_override5_test: StaticWarning
356 method_override6_test: StaticWarning 353 method_override6_test: StaticWarning
357 method_override_test: StaticWarning 354 method_override_test: StaticWarning
358 mixin_illegal_static_access_test: StaticWarning 355 mixin_illegal_static_access_test: StaticWarning
359 mixin_illegal_syntax_test/13: CompileTimeError 356 mixin_illegal_syntax_test/13: CompileTimeError
360 mixin_typedef_constructor_test: StaticWarning
361 mixin_type_parameter2_test: StaticWarning
362 mixin_type_parameters_mixin_extends_test: StaticWarning 357 mixin_type_parameters_mixin_extends_test: StaticWarning
363 mixin_type_parameters_mixin_test: StaticWarning 358 mixin_type_parameters_mixin_test: StaticWarning
364 mixin_type_parameters_super_extends_test: StaticWarning 359 mixin_type_parameters_super_extends_test: StaticWarning
365 mixin_type_parameters_super_test: StaticWarning 360 mixin_type_parameters_super_test: StaticWarning
366 mixin_with_two_implicit_constructors_test: StaticWarning 361 mixin_with_two_implicit_constructors_test: StaticWarning
367 mixin_bound_test: StaticWarning
368 mixin_invalid_bound_test/none: StaticWarning # legitimate StaticWarning, cannot be annotated 362 mixin_invalid_bound_test/none: StaticWarning # legitimate StaticWarning, cannot be annotated
369 mixin_invalid_bound2_test/none: StaticWarning # legitimate StaticWarning, cannot be annotated 363 mixin_invalid_bound2_test/none: StaticWarning # legitimate StaticWarning, cannot be annotated
370 named_constructor_test/01: StaticWarning 364 named_constructor_test/01: StaticWarning
371 named_constructor_test/03: StaticWarning 365 named_constructor_test/03: StaticWarning
372 named_parameters2_test: StaticWarning 366 named_parameters2_test: StaticWarning
373 named_parameters3_test: StaticWarning 367 named_parameters3_test: StaticWarning
374 named_parameters4_test: StaticWarning 368 named_parameters4_test: StaticWarning
375 named_parameters_test/01: StaticWarning 369 named_parameters_test/01: StaticWarning
376 named_parameters_test/02: StaticWarning 370 named_parameters_test/02: StaticWarning
377 named_parameters_test/03: StaticWarning 371 named_parameters_test/03: StaticWarning
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 type_variable_conflict2_test/08: MissingCompileTimeError 486 type_variable_conflict2_test/08: MissingCompileTimeError
493 type_variable_conflict2_test/10: MissingCompileTimeError 487 type_variable_conflict2_test/10: MissingCompileTimeError
494 unary_plus_negative_test: CompileTimeError 488 unary_plus_negative_test: CompileTimeError
495 unbound_getter_test: StaticWarning 489 unbound_getter_test: StaticWarning
496 unhandled_exception_negative_test: CompileTimeError 490 unhandled_exception_negative_test: CompileTimeError
497 unresolved_top_level_method_negative_test: CompileTimeError 491 unresolved_top_level_method_negative_test: CompileTimeError
498 vm/type_cast_vm_test: StaticWarning 492 vm/type_cast_vm_test: StaticWarning
499 vm/type_vm_test: StaticWarning 493 vm/type_vm_test: StaticWarning
500 void_type_test: StaticWarning 494 void_type_test: StaticWarning
501 495
OLDNEW
« no previous file with comments | « editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/NonErrorResolverTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698