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

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

Issue 137543004: Support bounded mixins in the VM (fix issue 14453). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 11 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 | « runtime/vm/parser.cc ('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 # 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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 method_override_test: StaticWarning 329 method_override_test: StaticWarning
330 mixin_illegal_static_access_test: StaticWarning 330 mixin_illegal_static_access_test: StaticWarning
331 mixin_illegal_syntax_test/13: CompileTimeError 331 mixin_illegal_syntax_test/13: CompileTimeError
332 mixin_typedef_constructor_test: StaticWarning 332 mixin_typedef_constructor_test: StaticWarning
333 mixin_type_parameter2_test: StaticWarning 333 mixin_type_parameter2_test: StaticWarning
334 mixin_type_parameters_mixin_extends_test: StaticWarning 334 mixin_type_parameters_mixin_extends_test: StaticWarning
335 mixin_type_parameters_mixin_test: StaticWarning 335 mixin_type_parameters_mixin_test: StaticWarning
336 mixin_type_parameters_super_extends_test: StaticWarning 336 mixin_type_parameters_super_extends_test: StaticWarning
337 mixin_type_parameters_super_test: StaticWarning 337 mixin_type_parameters_super_test: StaticWarning
338 mixin_with_two_implicit_constructors_test: StaticWarning 338 mixin_with_two_implicit_constructors_test: StaticWarning
339 mixin_bound_test: StaticWarning
340 mixin_invalid_bound_test/none: StaticWarning # legitimate StaticWarning, cannot be annotated
341 mixin_invalid_bound2_test/none: StaticWarning # legitimate StaticWarning, cannot be annotated
339 named_constructor_test/01: StaticWarning 342 named_constructor_test/01: StaticWarning
340 named_constructor_test/03: StaticWarning 343 named_constructor_test/03: StaticWarning
341 named_parameters2_test: StaticWarning 344 named_parameters2_test: StaticWarning
342 named_parameters3_test: StaticWarning 345 named_parameters3_test: StaticWarning
343 named_parameters4_test: StaticWarning 346 named_parameters4_test: StaticWarning
344 named_parameters_test/01: StaticWarning 347 named_parameters_test/01: StaticWarning
345 named_parameters_test/02: StaticWarning 348 named_parameters_test/02: StaticWarning
346 named_parameters_test/03: StaticWarning 349 named_parameters_test/03: StaticWarning
347 named_parameters_test/04: StaticWarning 350 named_parameters_test/04: StaticWarning
348 named_parameters_test/05: StaticWarning 351 named_parameters_test/05: StaticWarning
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 type_variable_identifier_expression_test: StaticWarning 460 type_variable_identifier_expression_test: StaticWarning
458 type_variable_scope2_test: StaticWarning 461 type_variable_scope2_test: StaticWarning
459 unary_plus_negative_test: CompileTimeError 462 unary_plus_negative_test: CompileTimeError
460 unbound_getter_test: StaticWarning 463 unbound_getter_test: StaticWarning
461 unhandled_exception_negative_test: CompileTimeError 464 unhandled_exception_negative_test: CompileTimeError
462 unresolved_top_level_method_negative_test: CompileTimeError 465 unresolved_top_level_method_negative_test: CompileTimeError
463 vm/type_cast_vm_test: StaticWarning 466 vm/type_cast_vm_test: StaticWarning
464 vm/type_vm_test: StaticWarning 467 vm/type_vm_test: StaticWarning
465 void_type_test: StaticWarning 468 void_type_test: StaticWarning
466 469
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698