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

Side by Side Diff: tests/co19/co19-analyzer2.status

Issue 18612009: New analyzer_experimental snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | Annotate | Revision Log
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 == dart2analyzer ] 5 [ $compiler == dart2analyzer ]
6 6
7 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own initialzer? 7 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own initialzer?
8 Language/06_Functions/2_Formal_Parameters_A02_t02: fail 8 Language/06_Functions/2_Formal_Parameters_A02_t02: fail
9 9
10 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor e =5 it not assignable 10 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor e =5 it not assignable
11 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: fail 11 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: fail
12 12
13 # not initialized final instance variable, should be static warning
14 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: fail
15
16 # invalid argument for constant constructor 13 # invalid argument for constant constructor
17 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail 14 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail
18 Language/11_Expressions/01_Constants_A16_t03: fail 15 Language/11_Expressions/01_Constants_A16_t03: fail
19 16
20 # final instance variable created instance of the enclosing class 17 # final instance variable created instance of the enclosing class
21 Language/11_Expressions/01_Constants_A17_t03: fail 18 Language/11_Expressions/01_Constants_A17_t03: fail
22 19
23 # analyzer problem: forward reference of typedef with type parameters 20 # analyzer problem: forward reference of typedef with type parameters
24 Language/13_Libraries_and_Scripts/3_Parts_A02_t03: skip 21 Language/13_Libraries_and_Scripts/3_Parts_A02_t03: skip
25 22
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 Language/05_Variables/05_Variables_A07_t08: fail, OK 109 Language/05_Variables/05_Variables_A07_t08: fail, OK
113 Language/05_Variables/05_Variables_A08_t01: fail, OK 110 Language/05_Variables/05_Variables_A08_t01: fail, OK
114 Language/11_Expressions/11_Instance_Creation/2_Const_A01_t02: fail, OK 111 Language/11_Expressions/11_Instance_Creation/2_Const_A01_t02: fail, OK
115 112
116 # co19 issue #425, Only static fields can be declared as 'const' 113 # co19 issue #425, Only static fields can be declared as 'const'
117 Language/05_Variables/05_Variables_A12_t01: fail, OK 114 Language/05_Variables/05_Variables_A12_t01: fail, OK
118 Language/05_Variables/05_Variables_A12_t06: fail, OK 115 Language/05_Variables/05_Variables_A12_t06: fail, OK
119 Language/05_Variables/05_Variables_A13_t01: fail, OK 116 Language/05_Variables/05_Variables_A13_t01: fail, OK
120 Language/07_Classes/07_Classes_A02_t11: fail, OK 117 Language/07_Classes/07_Classes_A02_t11: fail, OK
121 118
122 # co19 issue 459, FallThroughError is no longer const
123 LibTest/core/FallThroughError/toString_A01_t01: Fail
124 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail
125
126 # co19 issue #429, It is a compile-time error if a formal parameter is declared as a constant variable 119 # co19 issue #429, It is a compile-time error if a formal parameter is declared as a constant variable
127 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: fail, OK 120 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: fail, OK
128 121
129 # co19 issue #430, return not subtype from factory 122 # co19 issue #430, return not subtype from factory
130 Language/07_Classes/6_Constructors/2_Factories_A06_t01: fail, OK 123 Language/07_Classes/6_Constructors/2_Factories_A06_t01: fail, OK
131 Language/07_Classes/6_Constructors/2_Factories_A06_t02: fail, OK 124 Language/07_Classes/6_Constructors/2_Factories_A06_t02: fail, OK
132 Language/07_Classes/6_Constructors/2_Factories_A06_t04: fail, OK 125 Language/07_Classes/6_Constructors/2_Factories_A06_t04: fail, OK
133 126
134 # co19 issue #431, it is OK to use 'double' argument for const constructor 127 # co19 issue #431, it is OK to use 'double' argument for const constructor
135 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: fail, OK 128 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: fail, OK
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: fail, OK 181 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: fail, OK
189 Language/11_Expressions/33_Argument_Definition_Test_A03_t01: fail, OK 182 Language/11_Expressions/33_Argument_Definition_Test_A03_t01: fail, OK
190 Language/11_Expressions/33_Argument_Definition_Test_A03_t02: fail, OK 183 Language/11_Expressions/33_Argument_Definition_Test_A03_t02: fail, OK
191 184
192 # co19 issue #435, AssertionError has not properties 185 # co19 issue #435, AssertionError has not properties
193 LibTest/core/AssertionError/column_A01_t02: fail, OK 186 LibTest/core/AssertionError/column_A01_t02: fail, OK
194 LibTest/core/AssertionError/failedAssertion_A01_t01: fail, OK 187 LibTest/core/AssertionError/failedAssertion_A01_t01: fail, OK
195 LibTest/core/AssertionError/line_A01_t02: fail, OK 188 LibTest/core/AssertionError/line_A01_t02: fail, OK
196 LibTest/core/AssertionError/url_A01_t01: fail, OK 189 LibTest/core/AssertionError/url_A01_t01: fail, OK
197 190
191 # co19 issue 459, FallThroughError is no longer const
192 LibTest/core/FallThroughError/toString_A01_t01: Fail
193 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail
194
198 # co19 issue #437, annotation should be constant _variable_ or constant construc tor invocation 195 # co19 issue #437, annotation should be constant _variable_ or constant construc tor invocation
199 Language/07_Classes/07_Classes_A01_t20: fail, OK 196 Language/07_Classes/07_Classes_A01_t20: fail, OK
200 Language/07_Classes/07_Classes_A02_t34: fail, OK 197 Language/07_Classes/07_Classes_A02_t34: fail, OK
201 Language/07_Classes/07_Classes_A03_t10: fail, OK 198 Language/07_Classes/07_Classes_A03_t10: fail, OK
202 Language/13_Libraries_and_Scripts/2_Exports_A01_t17: fail, OK 199 Language/13_Libraries_and_Scripts/2_Exports_A01_t17: fail, OK
203 200
204 # co19 issue 438, Static variables are initialized lazily, need not be constants 201 # co19 issue 438, Static variables are initialized lazily, need not be constants
205 Language/11_Expressions/01_Constants_A16_t01: fail, OK 202 Language/11_Expressions/01_Constants_A16_t01: fail, OK
206 Language/11_Expressions/01_Constants_A16_t02: fail, OK 203 Language/11_Expressions/01_Constants_A16_t02: fail, OK
207 204
208 # co19 issue 439, it is warning, not error to import two different libraries wit h the same name 205 # co19 issue 439, it is warning, not error to import two different libraries wit h the same name
209 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: fail, OK 206 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: fail, OK
210 207
211 # co19 issue #440, adj strings is not a string interpolation 208 # co19 issue #440, adj strings is not a string interpolation
212 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK 209 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK
213 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK 210 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK
214 211
215 # co19 issue #441, assignment in constructor is not initializing 212 # co19 issue #441, assignment in constructor is not initializing
216 Language/05_Variables/05_Variables_A05_t04: fail, OK 213 Language/05_Variables/05_Variables_A05_t04: fail, OK
214
215 # co19 issue #462, const instance creation with invalid arguments is error
216 Language/11_Expressions/11_Instance_Creation/2_Const_A09_t02: fail, OK
217 Language/11_Expressions/11_Instance_Creation/2_Const_A09_t03: fail, OK
218
219 # co19 issue #464, not initialized final instance variable is warning, not error
220 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: fail
OLDNEW
« no previous file with comments | « pkg/analyzer_experimental/test/generated/test_support.dart ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698