| 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 |
| (...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 Language/11_Expressions/32_Type_Cast_A04_t01: fail, OK | 423 Language/11_Expressions/32_Type_Cast_A04_t01: fail, OK |
| 424 Language/11_Expressions/32_Type_Cast_A04_t02: fail, OK | 424 Language/11_Expressions/32_Type_Cast_A04_t02: fail, OK |
| 425 | 425 |
| 426 # co19 issue #465, any use of a malbounded type gives rise to a static warning. | 426 # co19 issue #465, any use of a malbounded type gives rise to a static warning. |
| 427 Language/11_Expressions/11_Instance_Creation/1_New_A05_t01: fail, OK | 427 Language/11_Expressions/11_Instance_Creation/1_New_A05_t01: fail, OK |
| 428 Language/11_Expressions/11_Instance_Creation/1_New_A05_t02: fail, OK | 428 Language/11_Expressions/11_Instance_Creation/1_New_A05_t02: fail, OK |
| 429 Language/11_Expressions/11_Instance_Creation/1_New_A05_t03: fail, OK | 429 Language/11_Expressions/11_Instance_Creation/1_New_A05_t03: fail, OK |
| 430 Language/11_Expressions/11_Instance_Creation_A03_t01: fail, OK | 430 Language/11_Expressions/11_Instance_Creation_A03_t01: fail, OK |
| 431 Language/11_Expressions/11_Instance_Creation_A04_t01: fail, OK | 431 Language/11_Expressions/11_Instance_Creation_A04_t01: fail, OK |
| 432 Language/11_Expressions/11_Instance_Creation_A04_t02: fail, OK | 432 Language/11_Expressions/11_Instance_Creation_A04_t02: fail, OK |
| 433 |
| 434 # co19 issue #481 |
| 435 Language/13_Libraries_and_Scripts/1_Imports_A03_t02: fail, OK |
| 436 Language/13_Libraries_and_Scripts/1_Imports_A03_t05: fail, OK |
| 437 Language/13_Libraries_and_Scripts/1_Imports_A03_t08: fail, OK |
| 438 Language/13_Libraries_and_Scripts/1_Imports_A03_t09: fail, OK |
| 439 Language/13_Libraries_and_Scripts/1_Imports_A03_t10: fail, OK |
| 440 Language/13_Libraries_and_Scripts/1_Imports_A03_t22: fail, OK |
| 441 Language/13_Libraries_and_Scripts/1_Imports_A03_t25: fail, OK |
| 442 Language/13_Libraries_and_Scripts/1_Imports_A03_t29: fail, OK |
| 443 Language/13_Libraries_and_Scripts/1_Imports_A03_t28: fail, OK |
| 444 Language/13_Libraries_and_Scripts/1_Imports_A03_t30: fail, OK |
| 445 Language/13_Libraries_and_Scripts/1_Imports_A03_t42: fail, OK |
| 446 Language/13_Libraries_and_Scripts/1_Imports_A03_t45: fail, OK |
| 447 Language/13_Libraries_and_Scripts/1_Imports_A03_t48: fail, OK |
| 448 Language/13_Libraries_and_Scripts/1_Imports_A03_t49: fail, OK |
| 449 Language/13_Libraries_and_Scripts/1_Imports_A03_t50: fail, OK |
| 450 Language/13_Libraries_and_Scripts/1_Imports_A03_t62: fail, OK |
| 451 Language/13_Libraries_and_Scripts/1_Imports_A03_t65: fail, OK |
| 452 Language/13_Libraries_and_Scripts/1_Imports_A03_t68: fail, OK |
| 453 Language/13_Libraries_and_Scripts/1_Imports_A03_t69: fail, OK |
| 454 Language/13_Libraries_and_Scripts/1_Imports_A03_t70: fail, OK |
| OLD | NEW |