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

Side by Side Diff: dart/tests/co19/co19-analyzer.status

Issue 23455028: Mirrors overhaul. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r29550. Created 7 years, 1 month 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 | « dart/sdk/lib/mirrors/mirrors.dart ('k') | dart/tests/co19/co19-runtime.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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 Language/07_Classes/1_Instance_Methods/2_Operators_A09_t01: StaticWarning # co19 issue 640
7 Language/12_Expressions/06_Symbols_A01_t03: StaticWarning # co19 issue 640
8
6 # invalid argument for constant constructor 9 # invalid argument for constant constructor
7 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail 10 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail
8 11
9 # TBD: should we check that argument for dynamic parameter of constant construct or is not compatible with operation that is performed with it? 12 # TBD: should we check that argument for dynamic parameter of constant construct or is not compatible with operation that is performed with it?
10 Language/12_Expressions/01_Constants_A16_t03: fail 13 Language/12_Expressions/01_Constants_A16_t03: fail
11 14
12 # TBF: infinite look: class A {const A();final m = const A();} 15 # TBF: infinite look: class A {const A();final m = const A();}
13 Language/12_Expressions/01_Constants_A17_t03: fail 16 Language/12_Expressions/01_Constants_A17_t03: fail
14 17
15 # TBF: malformed or malbounded type in "conts" is static warning 18 # TBF: malformed or malbounded type in "conts" is static warning
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 Language/12_Expressions/25_Additive_Expressions_A01_t14: MissingStaticWarning 289 Language/12_Expressions/25_Additive_Expressions_A01_t14: MissingStaticWarning
287 Language/12_Expressions/26_Multiplicative_Expressions_A01_t17: MissingStaticWarn ing 290 Language/12_Expressions/26_Multiplicative_Expressions_A01_t17: MissingStaticWarn ing
288 Language/12_Expressions/27_Unary_Expressions_A01_t21: MissingStaticWarning 291 Language/12_Expressions/27_Unary_Expressions_A01_t21: MissingStaticWarning
289 Language/12_Expressions/29_Assignable_Expressions_A01_t09: MissingStaticWarning 292 Language/12_Expressions/29_Assignable_Expressions_A01_t09: MissingStaticWarning
290 Language/12_Expressions/30_Identifier_Reference_A07_t01: MissingStaticWarning 293 Language/12_Expressions/30_Identifier_Reference_A07_t01: MissingStaticWarning
291 Language/13_Statements/06_For/1_For_Loop_A01_t07: MissingStaticWarning 294 Language/13_Statements/06_For/1_For_Loop_A01_t07: MissingStaticWarning
292 Language/13_Statements/06_For/1_For_Loop_A01_t08: MissingStaticWarning 295 Language/13_Statements/06_For/1_For_Loop_A01_t08: MissingStaticWarning
293 Language/13_Statements/09_Switch_A10_t03: MissingStaticWarning 296 Language/13_Statements/09_Switch_A10_t03: MissingStaticWarning
294 Language/13_Statements/15_Assert_A04_t04: MissingStaticWarning 297 Language/13_Statements/15_Assert_A04_t04: MissingStaticWarning
295 LibTest/collection/IterableMixin/IterableMixin_class_A01_t01: MissingStaticWarni ng 298 LibTest/collection/IterableMixin/IterableMixin_class_A01_t01: MissingStaticWarni ng
OLDNEW
« no previous file with comments | « dart/sdk/lib/mirrors/mirrors.dart ('k') | dart/tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698