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

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

Issue 18209002: Add error on use of argument definition test (Closed) Base URL: http://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 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own initialzer? 10 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own initialzer?
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 176
177 #co19 issue #432, missing @static-warning annotation 177 #co19 issue #432, missing @static-warning annotation
178 Language/14_Types/8_Parameterized_Types_A03_t03: fail,OK 178 Language/14_Types/8_Parameterized_Types_A03_t03: fail,OK
179 Language/14_Types/8_Parameterized_Types_A03_t05: fail,OK 179 Language/14_Types/8_Parameterized_Types_A03_t05: fail,OK
180 180
181 # co19 issue #433, missing @static-warning annotation 181 # co19 issue #433, missing @static-warning annotation
182 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t01: fail, OK 182 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t01: fail, OK
183 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t07: fail, OK 183 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t07: fail, OK
184 184
185 # co19 issue #434, argument definition was dropped 185 # co19 issue #434, argument definition was dropped
186 Language/11_Expressions/33_Argument_Definition_Test_A01_t14: fail, OK 186 Language/11_Expressions/33_Argument_Definition_Test_A01_t02: fail, OK
187 Language/11_Expressions/33_Argument_Definition_Test_A01_t18: fail, OK 187 #Language/11_Expressions/33_Argument_Definition_Test_A01_t14: fail, OK (this is passing for the wrong reason)
188 #Language/11_Expressions/33_Argument_Definition_Test_A01_t18: fail, OK (this is passing for the wrong reason)
189 Language/11_Expressions/33_Argument_Definition_Test_A02_t01: fail, OK
190 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: fail, OK
191 Language/11_Expressions/33_Argument_Definition_Test_A03_t01: fail, OK
192 Language/11_Expressions/33_Argument_Definition_Test_A03_t02: fail, OK
188 193
189 # co19 issue #435, AssertionError has not properties 194 # co19 issue #435, AssertionError has not properties
190 LibTest/core/AssertionError/column_A01_t02: fail, OK 195 LibTest/core/AssertionError/column_A01_t02: fail, OK
191 LibTest/core/AssertionError/failedAssertion_A01_t01: fail, OK 196 LibTest/core/AssertionError/failedAssertion_A01_t01: fail, OK
192 LibTest/core/AssertionError/line_A01_t02: fail, OK 197 LibTest/core/AssertionError/line_A01_t02: fail, OK
193 LibTest/core/AssertionError/url_A01_t01: fail, OK 198 LibTest/core/AssertionError/url_A01_t01: fail, OK
194 199
195 # co19 issue #437, annotation should be constant _variable_ or constant construc tor invocation 200 # co19 issue #437, annotation should be constant _variable_ or constant construc tor invocation
196 Language/07_Classes/07_Classes_A01_t20: fail, OK 201 Language/07_Classes/07_Classes_A01_t20: fail, OK
197 Language/07_Classes/07_Classes_A02_t34: fail, OK 202 Language/07_Classes/07_Classes_A02_t34: fail, OK
198 Language/07_Classes/07_Classes_A03_t10: fail, OK 203 Language/07_Classes/07_Classes_A03_t10: fail, OK
199 Language/13_Libraries_and_Scripts/2_Exports_A01_t17: fail, OK 204 Language/13_Libraries_and_Scripts/2_Exports_A01_t17: fail, OK
200 205
201 # co19 issue 438, Static variables are initialized lazily, need not be constants 206 # co19 issue 438, Static variables are initialized lazily, need not be constants
202 Language/11_Expressions/01_Constants_A16_t01: fail, OK 207 Language/11_Expressions/01_Constants_A16_t01: fail, OK
203 Language/11_Expressions/01_Constants_A16_t02: fail, OK 208 Language/11_Expressions/01_Constants_A16_t02: fail, OK
204 209
205 # co19 issue 439, it is warning, not error to import two different libraries wit h the same name 210 # co19 issue 439, it is warning, not error to import two different libraries wit h the same name
206 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: fail, OK 211 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: fail, OK
207 212
208 # co19 issue #440, adj strings is not a string interpolation 213 # co19 issue #440, adj strings is not a string interpolation
209 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK 214 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK
210 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK 215 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698