| OLD | NEW |
| 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 # invalid argument for constant constructor | 13 # invalid argument for constant constructor |
| 14 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail | 14 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail |
| 15 Language/11_Expressions/01_Constants_A16_t03: fail | 15 Language/11_Expressions/01_Constants_A16_t03: fail |
| 16 | 16 |
| 17 # final instance variable created instance of the enclosing class | 17 # final instance variable created instance of the enclosing class |
| 18 Language/11_Expressions/01_Constants_A17_t03: fail | 18 Language/11_Expressions/01_Constants_A17_t03: fail |
| 19 | 19 |
| 20 # analyzer problem: forward reference of typedef with type parameters | 20 # analyzer problem: forward reference of typedef with type parameters |
| 21 Language/13_Libraries_and_Scripts/3_Parts_A02_t03: skip | 21 Language/13_Libraries_and_Scripts/3_Parts_A02_t03: skip |
| 22 | 22 |
| 23 # not clear: typedef int func2(int); |
| 24 Language/14_Types/6_Type_dynamic_A04_t01: fail |
| 23 | 25 |
| 26 # TBF: _f is private, so does not collide |
| 27 Language/07_Classes/1_Instance_Methods_A05_t08: fail |
| 28 |
| 29 # TBF: return without value is not a warning |
| 30 Language/12_Statements/11_Return_A07_t01: fail |
| 24 | 31 |
| 25 | 32 |
| 26 # co19 issue #380, Strings class has been removed | 33 # co19 issue #380, Strings class has been removed |
| 27 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: f
ail, OK | 34 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: f
ail, OK |
| 28 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 |
| 29 | 36 |
| 30 # co19 issue #382, Deprecated parts of String interface is being removed. | 37 # co19 issue #382, Deprecated parts of String interface is being removed. |
| 31 LibTest/core/String/charCodes_A01_t01: fail, OK | 38 LibTest/core/String/charCodes_A01_t01: fail, OK |
| 32 LibTest/core/String/charCodeAt_A02_t01: fail, OK | 39 LibTest/core/String/charCodeAt_A02_t01: fail, OK |
| 33 LibTest/core/String/charCodeAt_A03_t01: fail, OK | 40 LibTest/core/String/charCodeAt_A03_t01: fail, OK |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 | 218 |
| 212 # co19 issue #441, assignment in constructor is not initializing | 219 # co19 issue #441, assignment in constructor is not initializing |
| 213 Language/05_Variables/05_Variables_A05_t04: fail, OK | 220 Language/05_Variables/05_Variables_A05_t04: fail, OK |
| 214 | 221 |
| 215 # co19 issue #462, const instance creation with invalid arguments is error | 222 # co19 issue #462, const instance creation with invalid arguments is error |
| 216 Language/11_Expressions/11_Instance_Creation/2_Const_A09_t02: fail, OK | 223 Language/11_Expressions/11_Instance_Creation/2_Const_A09_t02: fail, OK |
| 217 Language/11_Expressions/11_Instance_Creation/2_Const_A09_t03: fail, OK | 224 Language/11_Expressions/11_Instance_Creation/2_Const_A09_t03: fail, OK |
| 218 | 225 |
| 219 # co19 issue #464, not initialized final instance variable is warning, not error | 226 # co19 issue #464, not initialized final instance variable is warning, not error |
| 220 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: fail | 227 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: fail |
| 228 |
| 229 # co19 issue #442, undefined name "Expect" |
| 230 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: fail, OK |
| 231 Language/07_Classes/6_Constructors/2_Factories_A06_t03: fail, OK |
| 232 Language/09_Generics/09_Generics_A05_t02: fail, OK |
| 233 Language/09_Generics/09_Generics_A05_t01: fail, OK |
| 234 Language/11_Expressions/04_Booleans/1_Boolean_Conversion_A01_t01: fail, OK |
| 235 Language/11_Expressions/04_Booleans/1_Boolean_Conversion_A02_t01: fail, OK |
| 236 Language/11_Expressions/06_Lists_A09_t01: fail, OK |
| 237 Language/11_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A02_
t01: fail, OK |
| 238 Language/11_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A03_
t01: fail, OK |
| 239 Language/11_Expressions/18_Assignment_A02_t01: fail, OK |
| 240 Language/11_Expressions/18_Assignment_A04_t06: fail, OK |
| 241 Language/11_Expressions/18_Assignment_A06_t01: fail, OK |
| 242 Language/11_Expressions/19_Conditional_A02_t03: fail, OK |
| 243 Language/11_Expressions/19_Conditional_A02_t04: fail, OK |
| 244 Language/11_Expressions/19_Conditional_A04_t03: fail, OK |
| 245 Language/11_Expressions/27_Unary_Expressions_A02_t03: fail, OK |
| 246 Language/12_Statements/03_Variable_Declaration_A01_t01: fail, OK |
| 247 Language/12_Statements/03_Variable_Declaration_A01_t02: fail, OK |
| 248 Language/12_Statements/05_If_A02_t01: fail, OK |
| 249 Language/12_Statements/05_If_A02_t02: fail, OK |
| 250 Language/12_Statements/10_Try_A01_t01: fail, OK |
| 251 Language/12_Statements/11_Return_A03_t02: fail, OK |
| 252 Language/12_Statements/11_Return_A04_t01: fail, OK |
| 253 Language/12_Statements/15_Assert_A03_t03: fail, OK |
| 254 Language/12_Statements/15_Assert_A03_t09: fail, OK |
| 255 Language/12_Statements/15_Assert_A03_t08: fail, OK |
| 256 Language/12_Statements/15_Assert_A04_t02: fail, OK |
| 257 Language/14_Types/2_Dynamic_Type_System_A01_t01: fail, OK |
| 258 Language/14_Types/4_Interface_Types_A08_t03: fail, OK |
| 259 Language/14_Types/7_Type_Void_A04_t02: fail, OK |
| 260 Language/15_Reference/1_Lexical_Rules/2_Comments_A04_t03: fail, OK |
| 261 LibTest/core/AssertionError/toString_A01_t01: fail, OK |
| 262 LibTest/core/Date/add_A01_t01: fail, OK |
| 263 LibTest/core/Date/add_A03_t01: fail, OK |
| 264 LibTest/core/Date/add_A02_t01: fail, OK |
| 265 LibTest/core/Date/add_A05_t01: fail, OK |
| 266 LibTest/core/Date/compareTo_A01_t01: fail, OK |
| 267 LibTest/core/Date/compareTo_A02_t01: fail, OK |
| 268 LibTest/core/Date/compareTo_A03_t01: fail, OK |
| 269 LibTest/core/Date/compareTo_A01_t02: fail, OK |
| 270 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: fail, OK |
| 271 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: fail, OK |
| 272 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A02_t01: fail, OK |
| 273 LibTest/core/Date/Date.fromString_A01_t01: fail, OK |
| 274 LibTest/core/Date/Date.fromString_A01_t02: fail, OK |
| 275 LibTest/core/Date/Date.fromString_A02_t01: fail, OK |
| 276 LibTest/core/Date/Date.fromString_A03_t01: fail, OK |
| 277 LibTest/core/Date/Date.now_A01_t01: fail, OK |
| 278 LibTest/core/Date/Date.now_A01_t02: fail, OK |
| 279 LibTest/core/Date/Date.now_A01_t03: fail, OK |
| 280 LibTest/core/Date/Date.utc_A01_t01: fail, OK |
| 281 LibTest/core/Date/Date_A01_t01: fail, OK |
| 282 LibTest/core/Date/Date_A01_t03: fail, OK |
| 283 LibTest/core/Date/Date_A01_t02: fail, OK |
| 284 LibTest/core/Date/Date_A01_t04: fail, OK |
| 285 LibTest/core/Date/day_A01_t01: fail, OK |
| 286 LibTest/core/Date/difference_A01_t01: fail, OK |
| 287 LibTest/core/Date/difference_A01_t02: fail, OK |
| 288 LibTest/core/Date/difference_A02_t01: fail, OK |
| 289 LibTest/core/Date/hour_A01_t01: fail, OK |
| 290 LibTest/core/Date/isUtc_A01_t01: fail, OK |
| 291 LibTest/core/Date/millisecond_A01_t01: fail, OK |
| 292 LibTest/core/Date/millisecondsSinceEpoch_A01_t01: fail, OK |
| 293 LibTest/core/Date/minute_A01_t01: fail, OK |
| 294 LibTest/core/Date/month_A01_t01: fail, OK |
| 295 LibTest/core/Date/operator_equality_A01_t01: fail, OK |
| 296 LibTest/core/Date/operator_GE_A01_t01: fail, OK |
| 297 LibTest/core/Date/operator_GT_A01_t01: fail, OK |
| 298 LibTest/core/Date/operator_LE_A01_t01: fail, OK |
| 299 LibTest/core/Date/operator_LT_A01_t01: fail, OK |
| 300 LibTest/core/Date/second_A01_t01: fail, OK |
| 301 LibTest/core/Date/subtract_A01_t01: fail, OK |
| 302 LibTest/core/Date/subtract_A03_t01: fail, OK |
| 303 LibTest/core/Date/subtract_A02_t01: fail, OK |
| 304 LibTest/core/Date/subtract_A05_t01: fail, OK |
| 305 LibTest/core/Date/timeZoneName_A01_t01: fail, OK |
| 306 LibTest/core/Date/timeZoneOffset_A01_t01: fail, OK |
| 307 LibTest/core/Date/toLocal_A01_t01: fail, OK |
| 308 LibTest/core/Date/toString_A01_t01: fail, OK |
| 309 LibTest/core/Date/toString_A02_t01: fail, OK |
| 310 LibTest/core/Date/toUtc_A01_t01: fail, OK |
| 311 LibTest/core/Date/year_A01_t01: fail, OK |
| 312 LibTest/core/Date/weekday_A01_t01: fail, OK |
| 313 LibTest/core/List/getRange_A06_t01: fail, OK |
| 314 LibTest/core/List/indexOf_A06_t01: fail, OK |
| 315 LibTest/core/List/operator_subscript_A03_t01: fail, OK |
| 316 LibTest/core/List/operator_subscripted_assignment_A03_t01: fail, OK |
| 317 LibTest/core/Map/putIfAbsent_A01_t04: fail, OK |
| 318 LibTest/core/Strings/concatAll_A04_t01: fail, OK |
| 319 LibTest/core/Strings/join_A04_t01: fail, OK |
| 320 |
| 321 # co19 issue #443, Undefined class 'InvocationMirror' |
| 322 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A01_t02: fail, OK |
| 323 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: fail
, OK |
| 324 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: fail
, OK |
| 325 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: fail
, OK |
| 326 Language/11_Expressions/17_Getter_Invocation_A02_t01: fail, OK |
| 327 Language/11_Expressions/17_Getter_Invocation_A02_t02: fail, OK |
| 328 |
| 329 # co19 issue #444, AsyncError has been removed |
| 330 LibTest/async/Completer/complete_A02_t02: fail, OK |
| 331 LibTest/async/Completer/completeError_A01_t01: fail, OK |
| 332 LibTest/async/Completer/completeError_A03_t02: fail, OK |
| 333 LibTest/async/Future/catchError_A01_t01: fail, OK |
| 334 LibTest/async/Future/catchError_A01_t02: fail, OK |
| 335 LibTest/async/Future/catchError_A02_t01: fail, OK |
| 336 LibTest/async/Future/catchError_A03_t01: fail, OK |
| 337 LibTest/async/Future/catchError_A03_t02: fail, OK |
| 338 LibTest/async/Future/catchError_A03_t03: fail, OK |
| 339 LibTest/async/Future/forEach_A03_t01: fail, OK |
| 340 LibTest/async/Future/Future.delayed_A02_t01: fail, OK |
| 341 LibTest/async/Future/then_A02_t01: fail, OK |
| 342 LibTest/async/Future/then_A02_t02: fail, OK |
| 343 LibTest/async/Future/then_A03_t01: fail, OK |
| 344 LibTest/async/Future/then_A04_t01: fail, OK |
| 345 LibTest/async/Future/whenComplete_A03_t01: fail, OK |
| 346 LibTest/async/Future/whenComplete_A04_t02: fail, OK |
| 347 |
| 348 # co19 issue #445, Future.immediate was repalce with Future.value |
| 349 LibTest/async/Future/asStream_A01_t01: fail, OK |
| 350 LibTest/async/Future/asStream_A01_t02: fail, OK |
| 351 LibTest/async/Future/asStream_A02_t01: fail, OK |
| 352 LibTest/async/Future/Future.immediate_A01_t01: fail, OK |
| 353 LibTest/async/Future/Future.immediateError_A01_t01: fail, OK |
| 354 LibTest/async/Future/then_A01_t03: fail, OK |
| 355 |
| 356 # co19 issue #446, Date was replaced with DateTime |
| 357 Language/14_Types/6_Type_dynamic_A03_t01: fail, OK |
| 358 |
| 359 # co19 issue 447, In Future delayed int replaced with Duration |
| 360 LibTest/async/Future/asStream_A01_t02: fail, OK |
| 361 LibTest/async/Future/asStream_A02_t01: fail, OK |
| 362 LibTest/async/Future/forEach_A01_t01: fail, OK |
| 363 LibTest/async/Future/forEach_A02_t01: fail, OK |
| 364 LibTest/async/Future/then_A01_t03: fail, OK |
| 365 LibTest/async/Future/wait_A01_t01: fail, OK |
| 366 LibTest/async/Future/wait_A01_t04: fail, OK |
| 367 LibTest/async/Future/wait_A01_t05: fail, OK |
| 368 LibTest/async/Future/wait_A01_t06: fail, OK |
| 369 LibTest/async/Future/whenComplete_A01_t01: fail, OK |
| 370 LibTest/async/Future/whenComplete_A02_t01: fail, OK |
| 371 LibTest/async/Future/whenComplete_A04_t01: fail, OK |
| 372 |
| 373 # co19 issue #448, Collection was removed |
| 374 LibTest/collection/Queue/Queue.from_A01_t01: fail, OK |
| 375 LibTest/collection/Queue/Queue.from_A01_t02: fail, OK |
| 376 LibTest/core/List/List.from_A01_t01: fail, OK |
| 377 LibTest/core/Match/pattern_A01_t01: fail, OK |
| 378 LibTest/core/Match/str_A01_t01: fail, OK |
| 379 LibTest/core/RegExp/allMatches_A01_t01: fail, OK |
| 380 LibTest/core/Set/intersection_A01_t02: fail, OK |
| 381 |
| 382 # co19 issue #449, Strings was removed |
| 383 LibTest/core/Strings/concatAll_A01_t01: fail, OK |
| 384 LibTest/core/Strings/concatAll_A02_t01: fail, OK |
| 385 LibTest/core/Strings/concatAll_A03_t01: fail, OK |
| 386 LibTest/core/Strings/join_A01_t01: fail, OK |
| 387 LibTest/core/Strings/join_A02_t01: fail, OK |
| 388 LibTest/core/Strings/join_A03_t01: fail, OK |
| 389 |
| 390 # co19 issue #450, The class 'List' does not have a constructor 'fixedLength' |
| 391 LibTest/core/List/add_A02_t01: fail, OK |
| 392 LibTest/core/List/addAll_A02_t01: fail, OK |
| 393 LibTest/core/List/clear_A02_t01: fail, OK |
| 394 LibTest/core/List/length_A04_t01: fail, OK |
| 395 LibTest/core/List/removeLast_A02_t01: fail, OK |
| 396 LibTest/core/List/removeRange_A02_t01: fail, OK |
| 397 |
| 398 # co19 issue 451, Set.intersection() requires Set argument |
| 399 LibTest/core/Set/intersection_A01_t01: fail, OK |
| 400 LibTest/core/Set/intersection_A01_t03: fail, OK |
| 401 LibTest/core/Set/intersection_A03_t01: fail, OK |
| 402 |
| 403 # co19 issue 452, more method in Iterable |
| 404 LibTest/core/Set/Set.from_A01_t02: fail, OK |
| 405 |
| 406 # co19 issue #453, abstract member in concrete class |
| 407 Language/07_Classes/07_Classes_A07_t10: fail, OK |
| 408 |
| 409 # co19 issue #454, should be static warning |
| 410 Language/11_Expressions/11_Instance_Creation/1_New_A01_t04: fail, OK |
| 411 |
| 412 # co19 issue #455, undeclared identifier is static warning |
| 413 Language/11_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10:
fail, OK |
| 414 Language/12_Statements/04_Local_Function_Declaration_A02_t02: fail, OK |
| 415 Language/13_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK |
| 416 Language/13_Libraries_and_Scripts/1_Imports_A02_t14: fail, OK |
| 417 Language/13_Libraries_and_Scripts/1_Imports_A02_t15: fail, OK |
| 418 |
| 419 # co19 issue #456 |
| 420 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t04: fail,
OK |
| 421 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t05: fail,
OK |
| 422 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: fail,
OK |
| 423 |
| 424 # co19 issue 457, malformed type is static warning |
| 425 Language/11_Expressions/31_Type_Test_A05_t01: fail, OK |
| 426 Language/11_Expressions/31_Type_Test_A05_t02: fail, OK |
| 427 Language/11_Expressions/31_Type_Test_A05_t03: fail, OK |
| 428 Language/11_Expressions/32_Type_Cast_A04_t01: fail, OK |
| 429 Language/11_Expressions/32_Type_Cast_A04_t02: fail, OK |
| OLD | NEW |