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

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

Issue 1375233005: Suppress other test configs that do not handle mixins with super calls (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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 | « tests/language/language.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 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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 mixin_type_parameters_mixin_extends_test: StaticWarning 355 mixin_type_parameters_mixin_extends_test: StaticWarning
356 mixin_type_parameters_mixin_test: StaticWarning 356 mixin_type_parameters_mixin_test: StaticWarning
357 mixin_type_parameters_super_extends_test: StaticWarning 357 mixin_type_parameters_super_extends_test: StaticWarning
358 mixin_type_parameters_super_test: StaticWarning 358 mixin_type_parameters_super_test: StaticWarning
359 mixin_with_two_implicit_constructors_test: StaticWarning 359 mixin_with_two_implicit_constructors_test: StaticWarning
360 mixin_invalid_bound_test/none: StaticWarning # legitimate StaticWarning, cannot be annotated 360 mixin_invalid_bound_test/none: StaticWarning # legitimate StaticWarning, cannot be annotated
361 mixin_invalid_bound2_test/none: StaticWarning # legitimate StaticWarning, cannot be annotated 361 mixin_invalid_bound2_test/none: StaticWarning # legitimate StaticWarning, cannot be annotated
362 mixin_super_bound_test: StaticWarning # legitimate StaticWarning, cannot be anno tated 362 mixin_super_bound_test: StaticWarning # legitimate StaticWarning, cannot be anno tated
363 mixin_super_bound2_test: CompileTimeError # Issue 23772 363 mixin_super_bound2_test: CompileTimeError # Issue 23772
364 mixin_super_test: CompileTimeError # Issue 23772 364 mixin_super_test: CompileTimeError # Issue 23772
365 mixin_super_2_test: CompileTimeError # Issue 23772
365 named_constructor_test/01: StaticWarning 366 named_constructor_test/01: StaticWarning
366 named_constructor_test/03: StaticWarning 367 named_constructor_test/03: StaticWarning
367 named_parameters2_test: StaticWarning 368 named_parameters2_test: StaticWarning
368 named_parameters3_test: StaticWarning 369 named_parameters3_test: StaticWarning
369 named_parameters4_test: StaticWarning 370 named_parameters4_test: StaticWarning
370 named_parameters_test/01: StaticWarning 371 named_parameters_test/01: StaticWarning
371 named_parameters_test/02: StaticWarning 372 named_parameters_test/02: StaticWarning
372 named_parameters_test/03: StaticWarning 373 named_parameters_test/03: StaticWarning
373 named_parameters_test/04: StaticWarning 374 named_parameters_test/04: StaticWarning
374 named_parameters_test/05: StaticWarning 375 named_parameters_test/05: StaticWarning
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
594 type_parameter_test/05: MissingCompileTimeError # Issue 16391 595 type_parameter_test/05: MissingCompileTimeError # Issue 16391
595 596
596 compile_time_constant_checked5_test/03: MissingCompileTimeError # Issue 23292 597 compile_time_constant_checked5_test/03: MissingCompileTimeError # Issue 23292
597 compile_time_constant_checked5_test/04: MissingCompileTimeError # Issue 23292 598 compile_time_constant_checked5_test/04: MissingCompileTimeError # Issue 23292
598 compile_time_constant_checked5_test/08: MissingCompileTimeError # Issue 23292 599 compile_time_constant_checked5_test/08: MissingCompileTimeError # Issue 23292
599 compile_time_constant_checked5_test/09: MissingCompileTimeError # Issue 23292 600 compile_time_constant_checked5_test/09: MissingCompileTimeError # Issue 23292
600 compile_time_constant_checked5_test/13: MissingCompileTimeError # Issue 23292 601 compile_time_constant_checked5_test/13: MissingCompileTimeError # Issue 23292
601 compile_time_constant_checked5_test/14: MissingCompileTimeError # Issue 23292 602 compile_time_constant_checked5_test/14: MissingCompileTimeError # Issue 23292
602 compile_time_constant_checked5_test/18: MissingCompileTimeError # Issue 23292 603 compile_time_constant_checked5_test/18: MissingCompileTimeError # Issue 23292
603 compile_time_constant_checked5_test/19: MissingCompileTimeError # Issue 23292 604 compile_time_constant_checked5_test/19: MissingCompileTimeError # Issue 23292
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698