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 == dart2analyzer ] | 5 [ $compiler == dart2analyzer ] |
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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 Language/05_Variables/05_Variables_A07_t08: fail, OK | 112 Language/05_Variables/05_Variables_A07_t08: fail, OK |
113 Language/05_Variables/05_Variables_A08_t01: fail, OK | 113 Language/05_Variables/05_Variables_A08_t01: fail, OK |
114 Language/11_Expressions/11_Instance_Creation/2_Const_A01_t02: fail, OK | 114 Language/11_Expressions/11_Instance_Creation/2_Const_A01_t02: fail, OK |
115 | 115 |
116 # co19 issue #425, Only static fields can be declared as 'const' | 116 # co19 issue #425, Only static fields can be declared as 'const' |
117 Language/05_Variables/05_Variables_A12_t01: fail, OK | 117 Language/05_Variables/05_Variables_A12_t01: fail, OK |
118 Language/05_Variables/05_Variables_A12_t06: fail, OK | 118 Language/05_Variables/05_Variables_A12_t06: fail, OK |
119 Language/05_Variables/05_Variables_A13_t01: fail, OK | 119 Language/05_Variables/05_Variables_A13_t01: fail, OK |
120 Language/07_Classes/07_Classes_A02_t11: fail, OK | 120 Language/07_Classes/07_Classes_A02_t11: fail, OK |
121 | 121 |
| 122 # co19 issue 459, FallThroughError is no longer const |
| 123 LibTest/core/FallThroughError/toString_A01_t01: Fail |
| 124 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail |
| 125 |
122 # co19 issue #429, It is a compile-time error if a formal parameter is declared
as a constant variable | 126 # co19 issue #429, It is a compile-time error if a formal parameter is declared
as a constant variable |
123 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: fail, OK | 127 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: fail, OK |
124 | 128 |
125 # co19 issue #430, return not subtype from factory | 129 # co19 issue #430, return not subtype from factory |
126 Language/07_Classes/6_Constructors/2_Factories_A06_t01: fail, OK | 130 Language/07_Classes/6_Constructors/2_Factories_A06_t01: fail, OK |
127 Language/07_Classes/6_Constructors/2_Factories_A06_t02: fail, OK | 131 Language/07_Classes/6_Constructors/2_Factories_A06_t02: fail, OK |
128 Language/07_Classes/6_Constructors/2_Factories_A06_t04: fail, OK | 132 Language/07_Classes/6_Constructors/2_Factories_A06_t04: fail, OK |
129 | 133 |
130 # co19 issue #431, it is OK to use 'double' argument for const constructor | 134 # co19 issue #431, it is OK to use 'double' argument for const constructor |
131 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: fail, OK | 135 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: fail, OK |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 | 207 |
204 # co19 issue 439, it is warning, not error to import two different libraries wit
h the same name | 208 # 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 | 209 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: fail, OK |
206 | 210 |
207 # co19 issue #440, adj strings is not a string interpolation | 211 # co19 issue #440, adj strings is not a string interpolation |
208 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK | 212 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK |
209 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK | 213 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK |
210 | 214 |
211 # co19 issue #441, assignment in constructor is not initializing | 215 # co19 issue #441, assignment in constructor is not initializing |
212 Language/05_Variables/05_Variables_A05_t04: fail, OK | 216 Language/05_Variables/05_Variables_A05_t04: fail, OK |
OLD | NEW |