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

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

Issue 18174010: Test running changes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase 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
« no previous file with comments | « tests/co19/co19-analyzer.status ('k') | tests/language/language_analyzer.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 == dart2analyzer ] 5 [ $compiler == dart2analyzer ]
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 13 # not initialized final instance variable, should be static warning
14 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: fail 14 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: fail
15 15
16 # invalid argument for constant constructor 16 # invalid argument for constant constructor
17 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail 17 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail
18 Language/11_Expressions/01_Constants_A16_t03: fail 18 Language/11_Expressions/01_Constants_A16_t03: fail
19 19
20 # final instance variable created instance of the enclosing class 20 # final instance variable created instance of the enclosing class
21 Language/11_Expressions/01_Constants_A17_t03: fail 21 Language/11_Expressions/01_Constants_A17_t03: fail
22 22
23 # analyzer problem: forward reference of typedef with type parameters 23 # analyzer problem: forward reference of typedef with type parameters
24 Language/13_Libraries_and_Scripts/3_Parts_A02_t03: skip 24 Language/13_Libraries_and_Scripts/3_Parts_A02_t03: skip
25 25
26 # not clear: typedef int func2(int);
27 Language/14_Types/6_Type_dynamic_A04_t01: fail
26 28
29 # TBF: _f is private, so does not collide
30 Language/07_Classes/1_Instance_Methods_A05_t08: fail
31
32 # TBF: return without value is not a warning
33 Language/12_Statements/11_Return_A07_t01: fail
27 34
28 35
29 # co19 issue #380, Strings class has been removed 36 # co19 issue #380, Strings class has been removed
30 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: f ail, OK 37 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: f ail, OK
31 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f ail, OK 38 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f ail, OK
32 39
33 # co19 issue #382, Deprecated parts of String interface is being removed. 40 # co19 issue #382, Deprecated parts of String interface is being removed.
34 LibTest/core/String/charCodes_A01_t01: fail, OK 41 LibTest/core/String/charCodes_A01_t01: fail, OK
35 LibTest/core/String/charCodeAt_A02_t01: fail, OK 42 LibTest/core/String/charCodeAt_A02_t01: fail, OK
36 LibTest/core/String/charCodeAt_A03_t01: fail, OK 43 LibTest/core/String/charCodeAt_A03_t01: fail, OK
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 Language/05_Variables/05_Variables_A07_t08: fail, OK 119 Language/05_Variables/05_Variables_A07_t08: fail, OK
113 Language/05_Variables/05_Variables_A08_t01: fail, OK 120 Language/05_Variables/05_Variables_A08_t01: fail, OK
114 Language/11_Expressions/11_Instance_Creation/2_Const_A01_t02: fail, OK 121 Language/11_Expressions/11_Instance_Creation/2_Const_A01_t02: fail, OK
115 122
116 # co19 issue #425, Only static fields can be declared as 'const' 123 # co19 issue #425, Only static fields can be declared as 'const'
117 Language/05_Variables/05_Variables_A12_t01: fail, OK 124 Language/05_Variables/05_Variables_A12_t01: fail, OK
118 Language/05_Variables/05_Variables_A12_t06: fail, OK 125 Language/05_Variables/05_Variables_A12_t06: fail, OK
119 Language/05_Variables/05_Variables_A13_t01: fail, OK 126 Language/05_Variables/05_Variables_A13_t01: fail, OK
120 Language/07_Classes/07_Classes_A02_t11: fail, OK 127 Language/07_Classes/07_Classes_A02_t11: fail, OK
121 128
122 # co19 issue 459, FallThroughError is no longer const
123 LibTest/core/FallThroughError/toString_A01_t01: Fail
124 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail
125
126 # co19 issue #429, It is a compile-time error if a formal parameter is declared as a constant variable 129 # co19 issue #429, It is a compile-time error if a formal parameter is declared as a constant variable
127 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: fail, OK 130 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: fail, OK
128 131
129 # co19 issue #430, return not subtype from factory 132 # co19 issue #430, return not subtype from factory
130 Language/07_Classes/6_Constructors/2_Factories_A06_t01: fail, OK 133 Language/07_Classes/6_Constructors/2_Factories_A06_t01: fail, OK
131 Language/07_Classes/6_Constructors/2_Factories_A06_t02: fail, OK 134 Language/07_Classes/6_Constructors/2_Factories_A06_t02: fail, OK
132 Language/07_Classes/6_Constructors/2_Factories_A06_t04: fail, OK 135 Language/07_Classes/6_Constructors/2_Factories_A06_t04: fail, OK
133 136
134 # co19 issue #431, it is OK to use 'double' argument for const constructor 137 # co19 issue #431, it is OK to use 'double' argument for const constructor
135 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: fail, OK 138 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: fail, OK
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: fail, OK 191 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: fail, OK
189 Language/11_Expressions/33_Argument_Definition_Test_A03_t01: fail, OK 192 Language/11_Expressions/33_Argument_Definition_Test_A03_t01: fail, OK
190 Language/11_Expressions/33_Argument_Definition_Test_A03_t02: fail, OK 193 Language/11_Expressions/33_Argument_Definition_Test_A03_t02: fail, OK
191 194
192 # co19 issue #435, AssertionError has not properties 195 # co19 issue #435, AssertionError has not properties
193 LibTest/core/AssertionError/column_A01_t02: fail, OK 196 LibTest/core/AssertionError/column_A01_t02: fail, OK
194 LibTest/core/AssertionError/failedAssertion_A01_t01: fail, OK 197 LibTest/core/AssertionError/failedAssertion_A01_t01: fail, OK
195 LibTest/core/AssertionError/line_A01_t02: fail, OK 198 LibTest/core/AssertionError/line_A01_t02: fail, OK
196 LibTest/core/AssertionError/url_A01_t01: fail, OK 199 LibTest/core/AssertionError/url_A01_t01: fail, OK
197 200
201 # co19 issue 459, FallThroughError is no longer const
202 LibTest/core/FallThroughError/toString_A01_t01: Fail
203 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail
204
198 # co19 issue #437, annotation should be constant _variable_ or constant construc tor invocation 205 # co19 issue #437, annotation should be constant _variable_ or constant construc tor invocation
199 Language/07_Classes/07_Classes_A01_t20: fail, OK 206 Language/07_Classes/07_Classes_A01_t20: fail, OK
200 Language/07_Classes/07_Classes_A02_t34: fail, OK 207 Language/07_Classes/07_Classes_A02_t34: fail, OK
201 Language/07_Classes/07_Classes_A03_t10: fail, OK 208 Language/07_Classes/07_Classes_A03_t10: fail, OK
202 Language/13_Libraries_and_Scripts/2_Exports_A01_t17: fail, OK 209 Language/13_Libraries_and_Scripts/2_Exports_A01_t17: fail, OK
203 210
204 # co19 issue 438, Static variables are initialized lazily, need not be constants 211 # co19 issue 438, Static variables are initialized lazily, need not be constants
205 Language/11_Expressions/01_Constants_A16_t01: fail, OK 212 Language/11_Expressions/01_Constants_A16_t01: fail, OK
206 Language/11_Expressions/01_Constants_A16_t02: fail, OK 213 Language/11_Expressions/01_Constants_A16_t02: fail, OK
207 214
208 # co19 issue 439, it is warning, not error to import two different libraries wit h the same name 215 # co19 issue 439, it is warning, not error to import two different libraries wit h the same name
209 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: fail, OK 216 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: fail, OK
210 217
211 # co19 issue #440, adj strings is not a string interpolation 218 # co19 issue #440, adj strings is not a string interpolation
212 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK 219 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK
213 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK 220 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK
214 221
215 # co19 issue #441, assignment in constructor is not initializing 222 # co19 issue #441, assignment in constructor is not initializing
216 Language/05_Variables/05_Variables_A05_t04: fail, OK 223 Language/05_Variables/05_Variables_A05_t04: fail, OK
224
225 # co19 issue #442, undefined name "Expect"
226 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: fail, OK
227 Language/07_Classes/6_Constructors/2_Factories_A06_t03: fail, OK
228 Language/09_Generics/09_Generics_A05_t02: fail, OK
229 Language/09_Generics/09_Generics_A05_t01: fail, OK
230 Language/11_Expressions/04_Booleans/1_Boolean_Conversion_A01_t01: fail, OK
231 Language/11_Expressions/04_Booleans/1_Boolean_Conversion_A02_t01: fail, OK
232 Language/11_Expressions/06_Lists_A09_t01: fail, OK
233 Language/11_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A02_ t01: fail, OK
234 Language/11_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A03_ t01: fail, OK
235 Language/11_Expressions/18_Assignment_A02_t01: fail, OK
236 Language/11_Expressions/18_Assignment_A04_t06: fail, OK
237 Language/11_Expressions/18_Assignment_A06_t01: fail, OK
238 Language/11_Expressions/19_Conditional_A02_t03: fail, OK
239 Language/11_Expressions/19_Conditional_A02_t04: fail, OK
240 Language/11_Expressions/19_Conditional_A04_t03: fail, OK
241 Language/11_Expressions/27_Unary_Expressions_A02_t03: fail, OK
242 Language/12_Statements/03_Variable_Declaration_A01_t01: fail, OK
243 Language/12_Statements/03_Variable_Declaration_A01_t02: fail, OK
244 Language/12_Statements/05_If_A02_t01: fail, OK
245 Language/12_Statements/05_If_A02_t02: fail, OK
246 Language/12_Statements/10_Try_A01_t01: fail, OK
247 Language/12_Statements/11_Return_A03_t02: fail, OK
248 Language/12_Statements/11_Return_A04_t01: fail, OK
249 Language/12_Statements/15_Assert_A03_t03: fail, OK
250 Language/12_Statements/15_Assert_A03_t09: fail, OK
251 Language/12_Statements/15_Assert_A03_t08: fail, OK
252 Language/12_Statements/15_Assert_A04_t02: fail, OK
253 Language/14_Types/2_Dynamic_Type_System_A01_t01: fail, OK
254 Language/14_Types/4_Interface_Types_A08_t03: fail, OK
255 Language/14_Types/7_Type_Void_A04_t02: fail, OK
256 Language/15_Reference/1_Lexical_Rules/2_Comments_A04_t03: fail, OK
257 LibTest/core/AssertionError/toString_A01_t01: fail, OK
258 LibTest/core/Date/add_A01_t01: fail, OK
259 LibTest/core/Date/add_A03_t01: fail, OK
260 LibTest/core/Date/add_A02_t01: fail, OK
261 LibTest/core/Date/add_A05_t01: fail, OK
262 LibTest/core/Date/compareTo_A01_t01: fail, OK
263 LibTest/core/Date/compareTo_A02_t01: fail, OK
264 LibTest/core/Date/compareTo_A03_t01: fail, OK
265 LibTest/core/Date/compareTo_A01_t02: fail, OK
266 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: fail, OK
267 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: fail, OK
268 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A02_t01: fail, OK
269 LibTest/core/Date/Date.fromString_A01_t01: fail, OK
270 LibTest/core/Date/Date.fromString_A01_t02: fail, OK
271 LibTest/core/Date/Date.fromString_A02_t01: fail, OK
272 LibTest/core/Date/Date.fromString_A03_t01: fail, OK
273 LibTest/core/Date/Date.now_A01_t01: fail, OK
274 LibTest/core/Date/Date.now_A01_t02: fail, OK
275 LibTest/core/Date/Date.now_A01_t03: fail, OK
276 LibTest/core/Date/Date.utc_A01_t01: fail, OK
277 LibTest/core/Date/Date_A01_t01: fail, OK
278 LibTest/core/Date/Date_A01_t03: fail, OK
279 LibTest/core/Date/Date_A01_t02: fail, OK
280 LibTest/core/Date/Date_A01_t04: fail, OK
281 LibTest/core/Date/day_A01_t01: fail, OK
282 LibTest/core/Date/difference_A01_t01: fail, OK
283 LibTest/core/Date/difference_A01_t02: fail, OK
284 LibTest/core/Date/difference_A02_t01: fail, OK
285 LibTest/core/Date/hour_A01_t01: fail, OK
286 LibTest/core/Date/isUtc_A01_t01: fail, OK
287 LibTest/core/Date/millisecond_A01_t01: fail, OK
288 LibTest/core/Date/millisecondsSinceEpoch_A01_t01: fail, OK
289 LibTest/core/Date/minute_A01_t01: fail, OK
290 LibTest/core/Date/month_A01_t01: fail, OK
291 LibTest/core/Date/operator_equality_A01_t01: fail, OK
292 LibTest/core/Date/operator_GE_A01_t01: fail, OK
293 LibTest/core/Date/operator_GT_A01_t01: fail, OK
294 LibTest/core/Date/operator_LE_A01_t01: fail, OK
295 LibTest/core/Date/operator_LT_A01_t01: fail, OK
296 LibTest/core/Date/second_A01_t01: fail, OK
297 LibTest/core/Date/subtract_A01_t01: fail, OK
298 LibTest/core/Date/subtract_A03_t01: fail, OK
299 LibTest/core/Date/subtract_A02_t01: fail, OK
300 LibTest/core/Date/subtract_A05_t01: fail, OK
301 LibTest/core/Date/timeZoneName_A01_t01: fail, OK
302 LibTest/core/Date/timeZoneOffset_A01_t01: fail, OK
303 LibTest/core/Date/toLocal_A01_t01: fail, OK
304 LibTest/core/Date/toString_A01_t01: fail, OK
305 LibTest/core/Date/toString_A02_t01: fail, OK
306 LibTest/core/Date/toUtc_A01_t01: fail, OK
307 LibTest/core/Date/year_A01_t01: fail, OK
308 LibTest/core/Date/weekday_A01_t01: fail, OK
309 LibTest/core/List/getRange_A06_t01: fail, OK
310 LibTest/core/List/indexOf_A06_t01: fail, OK
311 LibTest/core/List/operator_subscript_A03_t01: fail, OK
312 LibTest/core/List/operator_subscripted_assignment_A03_t01: fail, OK
313 LibTest/core/Map/putIfAbsent_A01_t04: fail, OK
314 LibTest/core/Strings/concatAll_A04_t01: fail, OK
315 LibTest/core/Strings/join_A04_t01: fail, OK
316
317 # co19 issue #443, Undefined class 'InvocationMirror'
318 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: fail, OK
319 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: fail , OK
320 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: fail , OK
321 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: fail , OK
322 Language/11_Expressions/17_Getter_Invocation_A02_t01: fail, OK
323 Language/11_Expressions/17_Getter_Invocation_A02_t02: fail, OK
324
325 # co19 issue #444, AsyncError has been removed
326 LibTest/async/Completer/complete_A02_t02: fail, OK
327 LibTest/async/Completer/completeError_A01_t01: fail, OK
328 LibTest/async/Completer/completeError_A03_t02: fail, OK
329 LibTest/async/Future/catchError_A01_t01: fail, OK
330 LibTest/async/Future/catchError_A01_t02: fail, OK
331 LibTest/async/Future/catchError_A02_t01: fail, OK
332 LibTest/async/Future/catchError_A03_t01: fail, OK
333 LibTest/async/Future/catchError_A03_t02: fail, OK
334 LibTest/async/Future/catchError_A03_t03: fail, OK
335 LibTest/async/Future/forEach_A03_t01: fail, OK
336 LibTest/async/Future/Future.delayed_A02_t01: fail, OK
337 LibTest/async/Future/then_A02_t01: fail, OK
338 LibTest/async/Future/then_A02_t02: fail, OK
339 LibTest/async/Future/then_A03_t01: fail, OK
340 LibTest/async/Future/then_A04_t01: fail, OK
341 LibTest/async/Future/whenComplete_A03_t01: fail, OK
342 LibTest/async/Future/whenComplete_A04_t02: fail, OK
343
344 # co19 issue #445, Future.immediate was repalce with Future.value
345 LibTest/async/Future/asStream_A01_t01: fail, OK
346 LibTest/async/Future/asStream_A01_t02: fail, OK
347 LibTest/async/Future/asStream_A02_t01: fail, OK
348 LibTest/async/Future/Future.immediate_A01_t01: fail, OK
349 LibTest/async/Future/Future.immediateError_A01_t01: fail, OK
350 LibTest/async/Future/then_A01_t03: fail, OK
351
352 # co19 issue #446, Date was replaced with DateTime
353 Language/14_Types/6_Type_dynamic_A03_t01: fail, OK
354
355 # co19 issue 447, In Future delayed int replaced with Duration
356 LibTest/async/Future/asStream_A01_t02: fail, OK
357 LibTest/async/Future/asStream_A02_t01: fail, OK
358 LibTest/async/Future/forEach_A01_t01: fail, OK
359 LibTest/async/Future/forEach_A02_t01: fail, OK
360 LibTest/async/Future/then_A01_t03: fail, OK
361 LibTest/async/Future/wait_A01_t01: fail, OK
362 LibTest/async/Future/wait_A01_t04: fail, OK
363 LibTest/async/Future/wait_A01_t05: fail, OK
364 LibTest/async/Future/wait_A01_t06: fail, OK
365 LibTest/async/Future/whenComplete_A01_t01: fail, OK
366 LibTest/async/Future/whenComplete_A02_t01: fail, OK
367 LibTest/async/Future/whenComplete_A04_t01: fail, OK
368
369 # co19 issue #448, Collection was removed
370 LibTest/collection/Queue/Queue.from_A01_t01: fail, OK
371 LibTest/collection/Queue/Queue.from_A01_t02: fail, OK
372 LibTest/core/List/List.from_A01_t01: fail, OK
373 LibTest/core/Match/pattern_A01_t01: fail, OK
374 LibTest/core/Match/str_A01_t01: fail, OK
375 LibTest/core/RegExp/allMatches_A01_t01: fail, OK
376 LibTest/core/Set/intersection_A01_t02: fail, OK
377
378 # co19 issue #449, Strings was removed
379 LibTest/core/Strings/concatAll_A01_t01: fail, OK
380 LibTest/core/Strings/concatAll_A02_t01: fail, OK
381 LibTest/core/Strings/concatAll_A03_t01: fail, OK
382 LibTest/core/Strings/join_A01_t01: fail, OK
383 LibTest/core/Strings/join_A02_t01: fail, OK
384 LibTest/core/Strings/join_A03_t01: fail, OK
385
386 # co19 issue #450, The class 'List' does not have a constructor 'fixedLength'
387 LibTest/core/List/add_A02_t01: fail, OK
388 LibTest/core/List/addAll_A02_t01: fail, OK
389 LibTest/core/List/clear_A02_t01: fail, OK
390 LibTest/core/List/length_A04_t01: fail, OK
391 LibTest/core/List/removeLast_A02_t01: fail, OK
392 LibTest/core/List/removeRange_A02_t01: fail, OK
393
394 # co19 issue 451, Set.intersection() requires Set argument
395 LibTest/core/Set/intersection_A01_t01: fail, OK
396 LibTest/core/Set/intersection_A01_t03: fail, OK
397 LibTest/core/Set/intersection_A03_t01: fail, OK
398
399 # co19 issue 452, more method in Iterable
400 LibTest/core/Set/Set.from_A01_t02: fail, OK
401
402 # co19 issue #453, abstract member in concrete class
403 Language/07_Classes/07_Classes_A07_t10: fail, OK
404
405 # co19 issue #454, should be static warning
406 Language/11_Expressions/11_Instance_Creation/1_New_A01_t04: fail, OK
407
408 # co19 issue #455, undeclared identifier is static warning
409 Language/11_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10: fail, OK
410 Language/12_Statements/04_Local_Function_Declaration_A02_t02: fail, OK
411 Language/13_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK
412 Language/13_Libraries_and_Scripts/1_Imports_A02_t14: fail, OK
413 Language/13_Libraries_and_Scripts/1_Imports_A02_t15: fail, OK
414
415 # co19 issue #456
416 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t04: fail, OK
417 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t05: fail, OK
418 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: fail, OK
419
420 # co19 issue 457, malformed type is static warning
421 Language/11_Expressions/31_Type_Test_A05_t01: fail, OK
422 Language/11_Expressions/31_Type_Test_A05_t02: fail, OK
423 Language/11_Expressions/31_Type_Test_A05_t03: fail, OK
424 Language/11_Expressions/32_Type_Cast_A04_t01: fail, OK
425 Language/11_Expressions/32_Type_Cast_A04_t02: fail, OK
OLDNEW
« no previous file with comments | « tests/co19/co19-analyzer.status ('k') | tests/language/language_analyzer.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698