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

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

Issue 18121002: Report PRIVATE_OPTIONAL_PARAMETER in more cases. (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 == dartanalyzer ] 5 [ $compiler == dartanalyzer ]
6 6
7 # not clear: may be assignment in the constructor is warning, not error 7 # not clear: may be assignment in the constructor is warning, not error
8 Language/05_Variables/05_Variables_A05_t04: fail 8 Language/05_Variables/05_Variables_A05_t04: fail
9 9
10 # func(final x()) 10 # func(final x())
11 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: fail 11 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: fail
12 12
13 # func(var x()) 13 # func(var x())
14 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: fail 14 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: fail
15 15
16 # void func({var _x}) {}
17 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: fail
18
19 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own initialzer? 16 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own initialzer?
20 Language/06_Functions/2_Formal_Parameters_A02_t02: fail 17 Language/06_Functions/2_Formal_Parameters_A02_t02: fail
21 18
22 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor e =5 it not assignable 19 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor e =5 it not assignable
23 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: fail 20 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: fail
24 21
25 # not initialized final instance variable, should be static warning 22 # not initialized final instance variable, should be static warning
26 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: fail 23 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: fail
27 24
28 # invalid argument for constant constructor 25 # invalid argument for constant constructor
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 # co19 issue 438, Static variables are initialized lazily, need not be constants 228 # co19 issue 438, Static variables are initialized lazily, need not be constants
232 Language/11_Expressions/01_Constants_A16_t01: fail, OK 229 Language/11_Expressions/01_Constants_A16_t01: fail, OK
233 Language/11_Expressions/01_Constants_A16_t02: fail, OK 230 Language/11_Expressions/01_Constants_A16_t02: fail, OK
234 231
235 # co19 issue 439, it is warning, not error to import two different libraries wit h the same name 232 # co19 issue 439, it is warning, not error to import two different libraries wit h the same name
236 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: fail, OK 233 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: fail, OK
237 234
238 # co19 issue #440, adj strings is not a string interpolation 235 # co19 issue #440, adj strings is not a string interpolation
239 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK 236 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK
240 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK 237 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698