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

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

Issue 22710009: Report INSTANCE_ACCESS_TO_STATIC_MEMBER. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes for review comments Created 7 years, 4 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
(...skipping 24 matching lines...) Expand all
35 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f ail, OK 35 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f ail, OK
36 36
37 # co19 issue #382, Deprecated parts of String interface is being removed. 37 # co19 issue #382, Deprecated parts of String interface is being removed.
38 LibTest/core/String/charCodes_A01_t01: fail, OK 38 LibTest/core/String/charCodes_A01_t01: fail, OK
39 LibTest/core/String/charCodeAt_A02_t01: fail, OK 39 LibTest/core/String/charCodeAt_A02_t01: fail, OK
40 LibTest/core/String/charCodeAt_A03_t01: fail, OK 40 LibTest/core/String/charCodeAt_A03_t01: fail, OK
41 LibTest/core/String/charCodeAt_A01_t01: fail, OK 41 LibTest/core/String/charCodeAt_A01_t01: fail, OK
42 LibTest/core/String/splitChars_A01_t01: fail, OK 42 LibTest/core/String/splitChars_A01_t01: fail, OK
43 43
44 # co19 issue #389, ceil, floor, truncate and round return integers 44 # co19 issue #389, ceil, floor, truncate and round return integers
45 LibTest/core/int/operator_division_A01_t01: fail 45 LibTest/core/int/operator_division_A01_t01: fail, OK
46 46
47 # co19 issue #395, uses dart:io API (outdated) 47 # co19 issue #395, uses dart:io API (outdated)
48 Language/15_Reference/1_Lexical_Rules_A01_t10: Fail, OK 48 Language/15_Reference/1_Lexical_Rules_A01_t10: Fail, OK
49 49
50 # co19 issue #397, List.addLast removed 50 # co19 issue #397, List.addLast removed
51 Language/11_Expressions/06_Lists_A06_t01: fail, OK 51 Language/11_Expressions/06_Lists_A06_t01: fail, OK
52 LibTest/core/Iterable/where_A01_t07: fail, OK 52 LibTest/core/Iterable/where_A01_t07: fail, OK
53 LibTest/core/List/addLast_A01_t01: fail, OK 53 LibTest/core/List/addLast_A01_t01: fail, OK
54 LibTest/core/List/addLast_A01_t03: fail, OK 54 LibTest/core/List/addLast_A01_t03: fail, OK
55 LibTest/core/List/addLast_A02_t01: fail, OK 55 LibTest/core/List/addLast_A02_t01: fail, OK
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 LibTest/core/StringBuffer/addAll_A01_t01: fail, OK 161 LibTest/core/StringBuffer/addAll_A01_t01: fail, OK
162 LibTest/core/StringBuffer/addAll_A01_t02: fail, OK 162 LibTest/core/StringBuffer/addAll_A01_t02: fail, OK
163 LibTest/core/StringBuffer/isEmpty_A01_t01: fail, OK 163 LibTest/core/StringBuffer/isEmpty_A01_t01: fail, OK
164 LibTest/core/StringBuffer/toString_A01_t01: fail, OK 164 LibTest/core/StringBuffer/toString_A01_t01: fail, OK
165 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A07_t01: fail, OK 165 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A07_t01: fail, OK
166 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t01: fail, OK 166 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t01: fail, OK
167 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t02: fail, OK 167 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t02: fail, OK
168 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A09_t01: fail, OK 168 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A09_t01: fail, OK
169 169
170 #co19 issue #432, missing @static-warning annotation 170 #co19 issue #432, missing @static-warning annotation
171 Language/14_Types/8_Parameterized_Types_A03_t03: fail,OK 171 Language/14_Types/8_Parameterized_Types_A03_t03: fail, OK
172 Language/14_Types/8_Parameterized_Types_A03_t05: fail,OK 172 Language/14_Types/8_Parameterized_Types_A03_t05: fail, OK
173 173
174 # co19 issue #433, missing @static-warning annotation 174 # co19 issue #433, missing @static-warning annotation
175 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t01: fail, OK 175 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t01: fail, OK
176 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t07: fail, OK 176 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t07: fail, OK
177 177
178 # co19 issue #434, argument definition was dropped 178 # co19 issue #434, argument definition was dropped
179 Language/11_Expressions/33_Argument_Definition_Test_A01_t02: fail, OK 179 Language/11_Expressions/33_Argument_Definition_Test_A01_t02: fail, OK
180 #Language/11_Expressions/33_Argument_Definition_Test_A01_t14: fail, OK (this is passing for the wrong reason) 180 #Language/11_Expressions/33_Argument_Definition_Test_A01_t14: fail, OK (this is passing for the wrong reason)
181 #Language/11_Expressions/33_Argument_Definition_Test_A01_t18: fail, OK (this is passing for the wrong reason) 181 #Language/11_Expressions/33_Argument_Definition_Test_A01_t18: fail, OK (this is passing for the wrong reason)
182 Language/11_Expressions/33_Argument_Definition_Test_A02_t01: fail, OK 182 Language/11_Expressions/33_Argument_Definition_Test_A02_t01: fail, OK
183 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: fail, OK 183 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: fail, OK
184 Language/11_Expressions/33_Argument_Definition_Test_A03_t01: fail, OK 184 Language/11_Expressions/33_Argument_Definition_Test_A03_t01: fail, OK
185 Language/11_Expressions/33_Argument_Definition_Test_A03_t02: fail, OK 185 Language/11_Expressions/33_Argument_Definition_Test_A03_t02: fail, OK
186 186
187 # co19 issue #435, AssertionError has not properties 187 # co19 issue #435, AssertionError has not properties
188 LibTest/core/AssertionError/column_A01_t02: fail, OK 188 LibTest/core/AssertionError/column_A01_t02: fail, OK
189 LibTest/core/AssertionError/failedAssertion_A01_t01: fail, OK 189 LibTest/core/AssertionError/failedAssertion_A01_t01: fail, OK
190 LibTest/core/AssertionError/line_A01_t02: fail, OK 190 LibTest/core/AssertionError/line_A01_t02: fail, OK
191 LibTest/core/AssertionError/url_A01_t01: fail, OK 191 LibTest/core/AssertionError/url_A01_t01: fail, OK
192 192
193 # co19 issue 459, FallThroughError is no longer const 193 # co19 issue 459, FallThroughError is no longer const
194 LibTest/core/FallThroughError/toString_A01_t01: Fail 194 LibTest/core/FallThroughError/toString_A01_t01: fail, OK
195 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail 195 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail, OK
196 196
197 # co19 issue #437, annotation should be constant _variable_ or constant construc tor invocation 197 # co19 issue #437, annotation should be constant _variable_ or constant construc tor invocation
198 Language/07_Classes/07_Classes_A01_t20: fail, OK 198 Language/07_Classes/07_Classes_A01_t20: fail, OK
199 Language/07_Classes/07_Classes_A02_t34: fail, OK 199 Language/07_Classes/07_Classes_A02_t34: fail, OK
200 Language/07_Classes/07_Classes_A03_t10: fail, OK 200 Language/07_Classes/07_Classes_A03_t10: fail, OK
201 Language/13_Libraries_and_Scripts/2_Exports_A01_t17: fail, OK 201 Language/13_Libraries_and_Scripts/2_Exports_A01_t17: fail, OK
202 202
203 # co19 issue 438, Static variables are initialized lazily, need not be constants 203 # co19 issue 438, Static variables are initialized lazily, need not be constants
204 Language/11_Expressions/01_Constants_A16_t01: fail, OK 204 Language/11_Expressions/01_Constants_A16_t01: fail, OK
205 Language/11_Expressions/01_Constants_A16_t02: fail, OK 205 Language/11_Expressions/01_Constants_A16_t02: fail, OK
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 Language/13_Libraries_and_Scripts/1_Imports_A03_t42: fail, OK 445 Language/13_Libraries_and_Scripts/1_Imports_A03_t42: fail, OK
446 Language/13_Libraries_and_Scripts/1_Imports_A03_t45: fail, OK 446 Language/13_Libraries_and_Scripts/1_Imports_A03_t45: fail, OK
447 Language/13_Libraries_and_Scripts/1_Imports_A03_t48: fail, OK 447 Language/13_Libraries_and_Scripts/1_Imports_A03_t48: fail, OK
448 Language/13_Libraries_and_Scripts/1_Imports_A03_t49: fail, OK 448 Language/13_Libraries_and_Scripts/1_Imports_A03_t49: fail, OK
449 Language/13_Libraries_and_Scripts/1_Imports_A03_t50: fail, OK 449 Language/13_Libraries_and_Scripts/1_Imports_A03_t50: fail, OK
450 Language/13_Libraries_and_Scripts/1_Imports_A03_t62: fail, OK 450 Language/13_Libraries_and_Scripts/1_Imports_A03_t62: fail, OK
451 Language/13_Libraries_and_Scripts/1_Imports_A03_t65: fail, OK 451 Language/13_Libraries_and_Scripts/1_Imports_A03_t65: fail, OK
452 Language/13_Libraries_and_Scripts/1_Imports_A03_t68: fail, OK 452 Language/13_Libraries_and_Scripts/1_Imports_A03_t68: fail, OK
453 Language/13_Libraries_and_Scripts/1_Imports_A03_t69: fail, OK 453 Language/13_Libraries_and_Scripts/1_Imports_A03_t69: fail, OK
454 Language/13_Libraries_and_Scripts/1_Imports_A03_t70: fail, OK 454 Language/13_Libraries_and_Scripts/1_Imports_A03_t70: fail, OK
455
456 # co19 issue 483, instance access to static member
457 Language/11_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t19: fail , OK
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698