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

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

Issue 18051016: Do report StaticWarningCode.FINAL_NOT_INITIALIZED (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Don't report for native classes 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 == dartanalyzer ] 5 [ $compiler == dartanalyzer ]
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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
217 214
218 # co19 issue #462, const instance creation with invalid arguments is error 215 # co19 issue #462, const instance creation with invalid arguments is error
219 Language/11_Expressions/11_Instance_Creation/2_Const_A09_t02: fail, OK 216 Language/11_Expressions/11_Instance_Creation/2_Const_A09_t02: fail, OK
220 Language/11_Expressions/11_Instance_Creation/2_Const_A09_t03: 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 | « editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/StaticWarningCodeTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698