| 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 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 444 Language/13_Libraries_and_Scripts/1_Imports_A03_t49: fail, OK | 444 Language/13_Libraries_and_Scripts/1_Imports_A03_t49: fail, OK |
| 445 Language/13_Libraries_and_Scripts/1_Imports_A03_t50: fail, OK | 445 Language/13_Libraries_and_Scripts/1_Imports_A03_t50: fail, OK |
| 446 Language/13_Libraries_and_Scripts/1_Imports_A03_t62: fail, OK | 446 Language/13_Libraries_and_Scripts/1_Imports_A03_t62: fail, OK |
| 447 Language/13_Libraries_and_Scripts/1_Imports_A03_t65: fail, OK | 447 Language/13_Libraries_and_Scripts/1_Imports_A03_t65: fail, OK |
| 448 Language/13_Libraries_and_Scripts/1_Imports_A03_t68: fail, OK | 448 Language/13_Libraries_and_Scripts/1_Imports_A03_t68: fail, OK |
| 449 Language/13_Libraries_and_Scripts/1_Imports_A03_t69: fail, OK | 449 Language/13_Libraries_and_Scripts/1_Imports_A03_t69: fail, OK |
| 450 Language/13_Libraries_and_Scripts/1_Imports_A03_t70: fail, OK | 450 Language/13_Libraries_and_Scripts/1_Imports_A03_t70: fail, OK |
| 451 | 451 |
| 452 # co19 issue 483, instance access to static member | 452 # co19 issue 483, instance access to static member |
| 453 Language/11_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t19: fail
, OK | 453 Language/11_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t19: fail
, OK |
| 454 |
| 455 # co19 issue #486, some override errors are now warnings |
| 456 Language/07_Classes/1_Instance_Methods_A01_t01: fail, OK |
| 457 Language/07_Classes/1_Instance_Methods_A01_t02: fail, OK |
| 458 Language/07_Classes/1_Instance_Methods_A01_t03: fail, OK |
| 459 Language/07_Classes/1_Instance_Methods_A01_t04: fail, OK |
| 460 Language/07_Classes/1_Instance_Methods_A01_t05: fail, OK |
| 461 Language/07_Classes/1_Instance_Methods_A01_t06: fail, OK |
| 462 Language/07_Classes/1_Instance_Methods_A02_t02: fail, OK |
| 463 Language/07_Classes/1_Instance_Methods_A02_t05: fail, OK |
| 464 Language/07_Classes/1_Instance_Methods_A06_t01: fail, OK |
| 465 Language/07_Classes/1_Instance_Methods_A06_t02: fail, OK |
| 466 Language/07_Classes/4_Abstract_Instance_Members_A03_t01: fail, OK |
| 467 Language/07_Classes/4_Abstract_Instance_Members_A03_t02: fail, OK |
| 468 Language/07_Classes/4_Abstract_Instance_Members_A03_t03: fail, OK |
| 469 Language/07_Classes/4_Abstract_Instance_Members_A03_t04: fail, OK |
| 470 Language/07_Classes/4_Abstract_Instance_Members_A03_t05: fail, OK |
| 471 Language/07_Classes/4_Abstract_Instance_Members_A04_t01: fail, OK |
| 472 Language/07_Classes/4_Abstract_Instance_Members_A04_t05: fail, OK |
| 473 Language/07_Classes/4_Abstract_Instance_Members_A04_t06: fail, OK |
| OLD | NEW |