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 LibTest/core/FallThroughError/toString_A01_t01: Fail # FallThroughError is no lo nger const. Issue TODO | |
Lasse Reichstein Nielsen
2013/07/03 13:06:13
Do the todo.
floitsch
2013/07/03 14:50:20
Done.
| |
123 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail # FallThroughError is no longer const. Issue TODO | |
124 | |
122 # co19 issue #429, It is a compile-time error if a formal parameter is declared as a constant variable | 125 # 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 | 126 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: fail, OK |
124 | 127 |
125 # co19 issue #430, return not subtype from factory | 128 # co19 issue #430, return not subtype from factory |
126 Language/07_Classes/6_Constructors/2_Factories_A06_t01: fail, OK | 129 Language/07_Classes/6_Constructors/2_Factories_A06_t01: fail, OK |
127 Language/07_Classes/6_Constructors/2_Factories_A06_t02: fail, OK | 130 Language/07_Classes/6_Constructors/2_Factories_A06_t02: fail, OK |
128 Language/07_Classes/6_Constructors/2_Factories_A06_t04: fail, OK | 131 Language/07_Classes/6_Constructors/2_Factories_A06_t04: fail, OK |
129 | 132 |
130 # co19 issue #431, it is OK to use 'double' argument for const constructor | 133 # 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 | 134 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 | 206 |
204 # co19 issue 439, it is warning, not error to import two different libraries wit h the same name | 207 # 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 | 208 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: fail, OK |
206 | 209 |
207 # co19 issue #440, adj strings is not a string interpolation | 210 # co19 issue #440, adj strings is not a string interpolation |
208 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK | 211 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK |
209 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK | 212 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK |
210 | 213 |
211 # co19 issue #441, assignment in constructor is not initializing | 214 # co19 issue #441, assignment in constructor is not initializing |
212 Language/05_Variables/05_Variables_A05_t04: fail, OK | 215 Language/05_Variables/05_Variables_A05_t04: fail, OK |
OLD | NEW |