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

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

Issue 1232613005: Allow super calls in mixins (for now behind a --supermixin flag). (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address comments Created 5 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
« no previous file with comments | « runtime/vm/parser.cc ('k') | 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 async_return_types_test/wrongTypeParameter: MissingStaticWarning # Issue 22410 6 async_return_types_test/wrongTypeParameter: MissingStaticWarning # Issue 22410
7 async_return_types_test/wrongReturnType: MissingStaticWarning # Issue 22410 7 async_return_types_test/wrongReturnType: MissingStaticWarning # Issue 22410
8 async_or_generator_return_type_stacktrace_test/01: MissingStaticWarning # Issue 22410 8 async_or_generator_return_type_stacktrace_test/01: MissingStaticWarning # Issue 22410
9 async_or_generator_return_type_stacktrace_test/02: MissingStaticWarning # Issue 22410 9 async_or_generator_return_type_stacktrace_test/02: MissingStaticWarning # Issue 22410
10 async_return_types_test/nestedFuture: MissingStaticWarning # Issue 22410 10 async_return_types_test/nestedFuture: MissingStaticWarning # Issue 22410
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 method_override_test: StaticWarning 343 method_override_test: StaticWarning
344 mixin_illegal_static_access_test: StaticWarning 344 mixin_illegal_static_access_test: StaticWarning
345 mixin_illegal_syntax_test/13: CompileTimeError 345 mixin_illegal_syntax_test/13: CompileTimeError
346 mixin_type_parameters_mixin_extends_test: StaticWarning 346 mixin_type_parameters_mixin_extends_test: StaticWarning
347 mixin_type_parameters_mixin_test: StaticWarning 347 mixin_type_parameters_mixin_test: StaticWarning
348 mixin_type_parameters_super_extends_test: StaticWarning 348 mixin_type_parameters_super_extends_test: StaticWarning
349 mixin_type_parameters_super_test: StaticWarning 349 mixin_type_parameters_super_test: StaticWarning
350 mixin_with_two_implicit_constructors_test: StaticWarning 350 mixin_with_two_implicit_constructors_test: StaticWarning
351 mixin_invalid_bound_test/none: StaticWarning # legitimate StaticWarning, cannot be annotated 351 mixin_invalid_bound_test/none: StaticWarning # legitimate StaticWarning, cannot be annotated
352 mixin_invalid_bound2_test/none: StaticWarning # legitimate StaticWarning, cannot be annotated 352 mixin_invalid_bound2_test/none: StaticWarning # legitimate StaticWarning, cannot be annotated
353 mixin_super_bound_test: StaticWarning # legitimate StaticWarning, cannot be anno tated
354 mixin_super_bound2_test: CompileTimeError # Issue 23772
355 mixin_super_test: CompileTimeError # Issue 23772
353 named_constructor_test/01: StaticWarning 356 named_constructor_test/01: StaticWarning
354 named_constructor_test/03: StaticWarning 357 named_constructor_test/03: StaticWarning
355 named_parameters2_test: StaticWarning 358 named_parameters2_test: StaticWarning
356 named_parameters3_test: StaticWarning 359 named_parameters3_test: StaticWarning
357 named_parameters4_test: StaticWarning 360 named_parameters4_test: StaticWarning
358 named_parameters_test/01: StaticWarning 361 named_parameters_test/01: StaticWarning
359 named_parameters_test/02: StaticWarning 362 named_parameters_test/02: StaticWarning
360 named_parameters_test/03: StaticWarning 363 named_parameters_test/03: StaticWarning
361 named_parameters_test/04: StaticWarning 364 named_parameters_test/04: StaticWarning
362 named_parameters_test/05: StaticWarning 365 named_parameters_test/05: StaticWarning
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 type_parameter_test/05: MissingCompileTimeError # Issue 16391 585 type_parameter_test/05: MissingCompileTimeError # Issue 16391
583 586
584 compile_time_constant_checked5_test/03: MissingCompileTimeError # Issue 23292 587 compile_time_constant_checked5_test/03: MissingCompileTimeError # Issue 23292
585 compile_time_constant_checked5_test/04: MissingCompileTimeError # Issue 23292 588 compile_time_constant_checked5_test/04: MissingCompileTimeError # Issue 23292
586 compile_time_constant_checked5_test/08: MissingCompileTimeError # Issue 23292 589 compile_time_constant_checked5_test/08: MissingCompileTimeError # Issue 23292
587 compile_time_constant_checked5_test/09: MissingCompileTimeError # Issue 23292 590 compile_time_constant_checked5_test/09: MissingCompileTimeError # Issue 23292
588 compile_time_constant_checked5_test/13: MissingCompileTimeError # Issue 23292 591 compile_time_constant_checked5_test/13: MissingCompileTimeError # Issue 23292
589 compile_time_constant_checked5_test/14: MissingCompileTimeError # Issue 23292 592 compile_time_constant_checked5_test/14: MissingCompileTimeError # Issue 23292
590 compile_time_constant_checked5_test/18: MissingCompileTimeError # Issue 23292 593 compile_time_constant_checked5_test/18: MissingCompileTimeError # Issue 23292
591 compile_time_constant_checked5_test/19: MissingCompileTimeError # Issue 23292 594 compile_time_constant_checked5_test/19: MissingCompileTimeError # Issue 23292
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698