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

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

Issue 18010002: Report errors for invalid annotations. (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 Language/05_Variables/05_Variables_A05_t04: fail 6 Language/05_Variables/05_Variables_A05_t04: fail
7 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: fail 7 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: fail
8 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: fail 8 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: fail
9 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: fail 9 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: fail
10 Language/06_Functions/2_Formal_Parameters_A02_t02: fail 10 Language/06_Functions/2_Formal_Parameters_A02_t02: fail
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 Language/14_Types/8_Parameterized_Types_A03_t05: fail,OK 181 Language/14_Types/8_Parameterized_Types_A03_t05: fail,OK
182 182
183 # co19 issue #433, missing @static-warning annotation 183 # co19 issue #433, missing @static-warning annotation
184 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t01: fail, OK 184 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t01: fail, OK
185 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t07: fail, OK 185 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t07: fail, OK
186 186
187 # co19 issue #434, argument definition was dropped 187 # co19 issue #434, argument definition was dropped
188 Language/11_Expressions/33_Argument_Definition_Test_A01_t14: fail, OK 188 Language/11_Expressions/33_Argument_Definition_Test_A01_t14: fail, OK
189 Language/11_Expressions/33_Argument_Definition_Test_A01_t18: fail, OK 189 Language/11_Expressions/33_Argument_Definition_Test_A01_t18: fail, OK
190 190
191 # co19 issue #435, AssertioError has not properties 191 # co19 issue #435, AssertionError has not properties
192 LibTest/core/AssertionError/column_A01_t02: fail, OK 192 LibTest/core/AssertionError/column_A01_t02: fail, OK
193 LibTest/core/AssertionError/failedAssertion_A01_t01: fail, OK 193 LibTest/core/AssertionError/failedAssertion_A01_t01: fail, OK
194 LibTest/core/AssertionError/line_A01_t02: fail, OK 194 LibTest/core/AssertionError/line_A01_t02: fail, OK
195 LibTest/core/AssertionError/url_A01_t01: fail, OK 195 LibTest/core/AssertionError/url_A01_t01: fail, OK
196
197 # co19 issue #437, annotation should be constant _variable_ or constant construc tor invocation
198 Language/07_Classes/07_Classes_A01_t20: fail, OK
199 Language/07_Classes/07_Classes_A02_t34: fail, OK
200 Language/07_Classes/07_Classes_A03_t10: fail, OK
201 Language/13_Libraries_and_Scripts/2_Exports_A01_t17: fail, OK
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698