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

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

Issue 18174010: Test running changes. (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: 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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 210
204 # co19 issue 439, it is warning, not error to import two different libraries wit h the same name 211 # co19 issue 439, it is warning, not error to import two different libraries wit h the same name
205 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: fail, OK 212 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: fail, OK
206 213
207 # co19 issue #440, adj strings is not a string interpolation 214 # co19 issue #440, adj strings is not a string interpolation
208 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK 215 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK
209 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK 216 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK
210 217
211 # co19 issue #441, assignment in constructor is not initializing 218 # co19 issue #441, assignment in constructor is not initializing
212 Language/05_Variables/05_Variables_A05_t04: fail, OK 219 Language/05_Variables/05_Variables_A05_t04: fail, OK
220
221 # co19 issue #442, undefined name "Expect"
222 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: fail, OK
223 Language/07_Classes/6_Constructors/2_Factories_A06_t03: fail, OK
224 Language/09_Generics/09_Generics_A05_t02: fail, OK
225 Language/09_Generics/09_Generics_A05_t01: fail, OK
226 Language/11_Expressions/04_Booleans/1_Boolean_Conversion_A01_t01: fail, OK
227 Language/11_Expressions/04_Booleans/1_Boolean_Conversion_A02_t01: fail, OK
228 Language/11_Expressions/06_Lists_A09_t01: fail, OK
229 Language/11_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A02_ t01: fail, OK
230 Language/11_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A03_ t01: fail, OK
231 Language/11_Expressions/18_Assignment_A02_t01: fail, OK
232 Language/11_Expressions/18_Assignment_A04_t06: fail, OK
233 Language/11_Expressions/18_Assignment_A06_t01: fail, OK
234 Language/11_Expressions/19_Conditional_A02_t03: fail, OK
235 Language/11_Expressions/19_Conditional_A02_t04: fail, OK
236 Language/11_Expressions/19_Conditional_A04_t03: fail, OK
237 Language/11_Expressions/27_Unary_Expressions_A02_t03: fail, OK
238 Language/12_Statements/03_Variable_Declaration_A01_t01: fail, OK
239 Language/12_Statements/03_Variable_Declaration_A01_t02: fail, OK
240 Language/12_Statements/05_If_A02_t01: fail, OK
241 Language/12_Statements/05_If_A02_t02: fail, OK
242 Language/12_Statements/10_Try_A01_t01: fail, OK
243 Language/12_Statements/11_Return_A03_t02: fail, OK
244 Language/12_Statements/11_Return_A04_t01: fail, OK
245 Language/12_Statements/15_Assert_A03_t03: fail, OK
246 Language/12_Statements/15_Assert_A03_t09: fail, OK
247 Language/12_Statements/15_Assert_A03_t08: fail, OK
248 Language/12_Statements/15_Assert_A04_t02: fail, OK
249 Language/14_Types/2_Dynamic_Type_System_A01_t01: fail, OK
250 Language/14_Types/4_Interface_Types_A08_t03: fail, OK
251 Language/14_Types/7_Type_Void_A04_t02: fail, OK
252 Language/15_Reference/1_Lexical_Rules/2_Comments_A04_t03: fail, OK
253 LibTest/core/AssertionError/toString_A01_t01: fail, OK
254 LibTest/core/Date/add_A01_t01: fail, OK
255 LibTest/core/Date/add_A03_t01: fail, OK
256 LibTest/core/Date/add_A02_t01: fail, OK
257 LibTest/core/Date/add_A05_t01: fail, OK
258 LibTest/core/Date/compareTo_A01_t01: fail, OK
259 LibTest/core/Date/compareTo_A02_t01: fail, OK
260 LibTest/core/Date/compareTo_A03_t01: fail, OK
261 LibTest/core/Date/compareTo_A01_t02: fail, OK
262 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: fail, OK
263 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: fail, OK
264 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A02_t01: fail, OK
265 LibTest/core/Date/Date.fromString_A01_t01: fail, OK
266 LibTest/core/Date/Date.fromString_A01_t02: fail, OK
267 LibTest/core/Date/Date.fromString_A02_t01: fail, OK
268 LibTest/core/Date/Date.fromString_A03_t01: fail, OK
269 LibTest/core/Date/Date.now_A01_t01: fail, OK
270 LibTest/core/Date/Date.now_A01_t02: fail, OK
271 LibTest/core/Date/Date.now_A01_t03: fail, OK
272 LibTest/core/Date/Date.utc_A01_t01: fail, OK
273 LibTest/core/Date/Date_A01_t01: fail, OK
274 LibTest/core/Date/Date_A01_t03: fail, OK
275 LibTest/core/Date/Date_A01_t02: fail, OK
276 LibTest/core/Date/Date_A01_t04: fail, OK
277 LibTest/core/Date/day_A01_t01: fail, OK
278 LibTest/core/Date/difference_A01_t01: fail, OK
279 LibTest/core/Date/difference_A01_t02: fail, OK
280 LibTest/core/Date/difference_A02_t01: fail, OK
281 LibTest/core/Date/hour_A01_t01: fail, OK
282 LibTest/core/Date/isUtc_A01_t01: fail, OK
283 LibTest/core/Date/millisecond_A01_t01: fail, OK
284 LibTest/core/Date/millisecondsSinceEpoch_A01_t01: fail, OK
285 LibTest/core/Date/minute_A01_t01: fail, OK
286 LibTest/core/Date/month_A01_t01: fail, OK
287 LibTest/core/Date/operator_equality_A01_t01: fail, OK
288 LibTest/core/Date/operator_GE_A01_t01: fail, OK
289 LibTest/core/Date/operator_GT_A01_t01: fail, OK
290 LibTest/core/Date/operator_LE_A01_t01: fail, OK
291 LibTest/core/Date/operator_LT_A01_t01: fail, OK
292 LibTest/core/Date/second_A01_t01: fail, OK
293 LibTest/core/Date/subtract_A01_t01: fail, OK
294 LibTest/core/Date/subtract_A03_t01: fail, OK
295 LibTest/core/Date/subtract_A02_t01: fail, OK
296 LibTest/core/Date/subtract_A05_t01: fail, OK
297 LibTest/core/Date/timeZoneName_A01_t01: fail, OK
298 LibTest/core/Date/timeZoneOffset_A01_t01: fail, OK
299 LibTest/core/Date/toLocal_A01_t01: fail, OK
300 LibTest/core/Date/toString_A01_t01: fail, OK
301 LibTest/core/Date/toString_A02_t01: fail, OK
302 LibTest/core/Date/toUtc_A01_t01: fail, OK
303 LibTest/core/Date/year_A01_t01: fail, OK
304 LibTest/core/Date/weekday_A01_t01: fail, OK
305 LibTest/core/List/getRange_A06_t01: fail, OK
306 LibTest/core/List/indexOf_A06_t01: fail, OK
307 LibTest/core/List/operator_subscript_A03_t01: fail, OK
308 LibTest/core/List/operator_subscripted_assignment_A03_t01: fail, OK
309 LibTest/core/Map/putIfAbsent_A01_t04: fail, OK
310 LibTest/core/Strings/concatAll_A04_t01: fail, OK
311 LibTest/core/Strings/join_A04_t01: fail, OK
312
313 # co19 issue #443, Undefined class 'InvocationMirror'
314 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: fail, OK
315 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: fail , OK
316 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: fail , OK
317 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: fail , OK
318 Language/11_Expressions/17_Getter_Invocation_A02_t01: fail, OK
319 Language/11_Expressions/17_Getter_Invocation_A02_t02: fail, OK
320
321 # co19 issue #444, AsyncError has been removed
322 LibTest/async/Completer/complete_A02_t02: fail, OK
323 LibTest/async/Completer/completeError_A01_t01: fail, OK
324 LibTest/async/Completer/completeError_A03_t02: fail, OK
325 LibTest/async/Future/catchError_A01_t01: fail, OK
326 LibTest/async/Future/catchError_A01_t02: fail, OK
327 LibTest/async/Future/catchError_A02_t01: fail, OK
328 LibTest/async/Future/catchError_A03_t01: fail, OK
329 LibTest/async/Future/catchError_A03_t02: fail, OK
330 LibTest/async/Future/catchError_A03_t03: fail, OK
331 LibTest/async/Future/forEach_A03_t01: fail, OK
332 LibTest/async/Future/Future.delayed_A02_t01: fail, OK
333 LibTest/async/Future/then_A02_t01: fail, OK
334 LibTest/async/Future/then_A02_t02: fail, OK
335 LibTest/async/Future/then_A03_t01: fail, OK
336 LibTest/async/Future/then_A04_t01: fail, OK
337 LibTest/async/Future/whenComplete_A03_t01: fail, OK
338 LibTest/async/Future/whenComplete_A04_t02: fail, OK
339
340 # co19 issue #445, Future.immediate was repalce with Future.value
341 LibTest/async/Future/asStream_A01_t01: fail, OK
342 LibTest/async/Future/asStream_A01_t02: fail, OK
343 LibTest/async/Future/asStream_A02_t01: fail, OK
344 LibTest/async/Future/Future.immediate_A01_t01: fail, OK
345 LibTest/async/Future/Future.immediateError_A01_t01: fail, OK
346 LibTest/async/Future/then_A01_t03: fail, OK
347
348 # co19 issue #446, Date was replaced with DateTime
349 Language/14_Types/6_Type_dynamic_A03_t01: fail, OK
350
351 # co19 issue 447, In Future delayed int replaced with Duration
352 LibTest/async/Future/asStream_A01_t02: fail, OK
353 LibTest/async/Future/asStream_A02_t01: fail, OK
354 LibTest/async/Future/forEach_A01_t01: fail, OK
355 LibTest/async/Future/forEach_A02_t01: fail, OK
356 LibTest/async/Future/then_A01_t03: fail, OK
357 LibTest/async/Future/wait_A01_t01: fail, OK
358 LibTest/async/Future/wait_A01_t04: fail, OK
359 LibTest/async/Future/wait_A01_t05: fail, OK
360 LibTest/async/Future/wait_A01_t06: fail, OK
361 LibTest/async/Future/whenComplete_A01_t01: fail, OK
362 LibTest/async/Future/whenComplete_A02_t01: fail, OK
363 LibTest/async/Future/whenComplete_A04_t01: fail, OK
364
365 # co19 issue #448, Collection was removed
366 LibTest/collection/Queue/Queue.from_A01_t01: fail, OK
367 LibTest/collection/Queue/Queue.from_A01_t02: fail, OK
368 LibTest/core/List/List.from_A01_t01: fail, OK
369 LibTest/core/Match/pattern_A01_t01: fail, OK
370 LibTest/core/Match/str_A01_t01: fail, OK
371 LibTest/core/RegExp/allMatches_A01_t01: fail, OK
372 LibTest/core/Set/intersection_A01_t02: fail, OK
373
374 # co19 issue #449, Strings was removed
375 LibTest/core/Strings/concatAll_A01_t01: fail, OK
376 LibTest/core/Strings/concatAll_A02_t01: fail, OK
377 LibTest/core/Strings/concatAll_A03_t01: fail, OK
378 LibTest/core/Strings/join_A01_t01: fail, OK
379 LibTest/core/Strings/join_A02_t01: fail, OK
380 LibTest/core/Strings/join_A03_t01: fail, OK
381
382 # co19 issue #450, The class 'List' does not have a constructor 'fixedLength'
383 LibTest/core/List/add_A02_t01: fail, OK
384 LibTest/core/List/addAll_A02_t01: fail, OK
385 LibTest/core/List/clear_A02_t01: fail, OK
386 LibTest/core/List/length_A04_t01: fail, OK
387 LibTest/core/List/removeLast_A02_t01: fail, OK
388 LibTest/core/List/removeRange_A02_t01: fail, OK
389
390 # co19 issue 451, Set.intersection() requires Set argument
391 LibTest/core/Set/intersection_A01_t01: fail, OK
392 LibTest/core/Set/intersection_A01_t03: fail, OK
393 LibTest/core/Set/intersection_A03_t01: fail, OK
394
395 # co19 issue 452, more method in Iterable
396 LibTest/core/Set/Set.from_A01_t02: fail, OK
397
398 # co19 issue #453, abstract member in concrete class
399 Language/07_Classes/07_Classes_A07_t10: fail, OK
400
401 # co19 issue #454, should be static warning
402 Language/11_Expressions/11_Instance_Creation/1_New_A01_t04: fail, OK
403
404 # co19 issue #455, undeclared identifier is static warning
405 Language/11_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10: fail, OK
406 Language/12_Statements/04_Local_Function_Declaration_A02_t02: fail, OK
407 Language/13_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK
408 Language/13_Libraries_and_Scripts/1_Imports_A02_t14: fail, OK
409 Language/13_Libraries_and_Scripts/1_Imports_A02_t15: fail, OK
410
411 # co19 issue #456
412 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t04: fail, OK
413 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t05: fail, OK
414 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: fail, OK
415
416 # co19 issue 457, malformed type is static warning
417 Language/11_Expressions/31_Type_Test_A05_t01: fail, OK
418 Language/11_Expressions/31_Type_Test_A05_t02: fail, OK
419 Language/11_Expressions/31_Type_Test_A05_t03: fail, OK
420 Language/11_Expressions/32_Type_Cast_A04_t01: fail, OK
421 Language/11_Expressions/32_Type_Cast_A04_t02: fail, OK
OLDNEW
« no previous file with comments | « no previous file | tests/language/language_analyzer.status » ('j') | tools/testing/dart/test_runner.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698