| 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 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own
initialzer? | 6 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own
initialzer? |
| 7 Language/06_Functions/2_Formal_Parameters_A02_t02: fail | 7 Language/06_Functions/2_Formal_Parameters_A02_t02: fail |
| 8 | 8 |
| 9 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor
e =5 it not assignable | 9 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor
e =5 it not assignable |
| 10 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: fail | 10 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: fail |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 | 44 |
| 45 # co19 issue #380, Strings class has been removed | 45 # co19 issue #380, Strings class has been removed |
| 46 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f
ail, OK | 46 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f
ail, OK |
| 47 | 47 |
| 48 # co19 issue #400, collection library reorg | 48 # co19 issue #400, collection library reorg |
| 49 LibTest/core/String/concat_A01_t01: fail, OK | 49 LibTest/core/String/concat_A01_t01: fail, OK |
| 50 LibTest/core/String/concat_A02_t01: fail, OK | 50 LibTest/core/String/concat_A02_t01: fail, OK |
| 51 LibTest/core/Set/isSubsetOf_A01_t01: fail, OK | 51 LibTest/core/Set/isSubsetOf_A01_t01: fail, OK |
| 52 LibTest/core/Set/isSubsetOf_A01_t02: fail, OK | 52 LibTest/core/Set/isSubsetOf_A01_t02: fail, OK |
| 53 | 53 |
| 54 # co19 issue #424, Uninitialized finals are warnings not errors | |
| 55 Language/05_Variables/05_Variables_A07_t05: fail, OK | |
| 56 Language/05_Variables/05_Variables_A07_t06: fail, OK | |
| 57 Language/05_Variables/05_Variables_A07_t07: fail, OK | |
| 58 Language/05_Variables/05_Variables_A07_t08: fail, OK | |
| 59 Language/05_Variables/05_Variables_A08_t01: fail, OK | |
| 60 | |
| 61 # co19 issue #425, Only static fields can be declared as 'const' | 54 # co19 issue #425, Only static fields can be declared as 'const' |
| 62 Language/05_Variables/05_Variables_A12_t01: fail, OK | 55 Language/05_Variables/05_Variables_A12_t01: fail, OK |
| 63 Language/05_Variables/05_Variables_A12_t06: fail, OK | 56 Language/05_Variables/05_Variables_A12_t06: fail, OK |
| 64 Language/05_Variables/05_Variables_A13_t01: fail, OK | 57 Language/05_Variables/05_Variables_A13_t01: fail, OK |
| 65 Language/07_Classes/07_Classes_A02_t11: fail, OK | 58 Language/07_Classes/07_Classes_A02_t11: fail, OK |
| 66 | 59 |
| 67 # co19 issue #442, undefined name "Expect" | 60 # co19 issue #442, undefined name "Expect" |
| 68 Language/15_Types/4_Interface_Types_A08_t03: fail, OK | 61 Language/15_Types/4_Interface_Types_A08_t03: fail, OK |
| 69 | 62 |
| 70 # co19 issue #455, undeclared identifier is static warning | 63 # co19 issue #455, undeclared identifier is static warning |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK | 113 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK |
| 121 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK | 114 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK |
| 122 | 115 |
| 123 # co19 issue #596: initializing final variable at declaration and in constructor | 116 # co19 issue #596: initializing final variable at declaration and in constructor |
| 124 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail, OK | 117 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail, OK |
| 125 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail, OK | 118 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail, OK |
| 126 | 119 |
| 127 # co19 issue #597: concrete class with abstract method | 120 # co19 issue #597: concrete class with abstract method |
| 128 Language/07_Classes/4_Abstract_Instance_Members_A07_t08: fail, OK | 121 Language/07_Classes/4_Abstract_Instance_Members_A07_t08: fail, OK |
| 129 | 122 |
| OLD | NEW |