| 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: may be assignment in the constructor is warning, not error | 7 # not clear: may be assignment in the constructor is warning, not error |
| 8 Language/05_Variables/05_Variables_A05_t04: fail | 8 Language/05_Variables/05_Variables_A05_t04: fail |
| 9 | 9 |
| 10 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own
initialzer? | 10 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own
initialzer? |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 | 22 |
| 23 # final instance variable created instance of the enclosing class | 23 # final instance variable created instance of the enclosing class |
| 24 Language/11_Expressions/01_Constants_A17_t03: fail | 24 Language/11_Expressions/01_Constants_A17_t03: fail |
| 25 | 25 |
| 26 # <dynamic> vs. type variable | 26 # <dynamic> vs. type variable |
| 27 Language/11_Expressions/11_Instance_Creation/1_New_A13_t02: fail | 27 Language/11_Expressions/11_Instance_Creation/1_New_A13_t02: fail |
| 28 | 28 |
| 29 # type variable bounds violation in constant, will cause runtime exception, so s
hould be compile-time error | 29 # type variable bounds violation in constant, will cause runtime exception, so s
hould be compile-time error |
| 30 Language/11_Expressions/11_Instance_Creation_A05_t02: fail | 30 Language/11_Expressions/11_Instance_Creation_A05_t02: fail |
| 31 | 31 |
| 32 # 1 == 2 == 3 - equality expressions cannot be operands of another equality expr
ession | |
| 33 Language/11_Expressions/22_Equality_A01_t15: fail | |
| 34 Language/11_Expressions/22_Equality_A01_t16: fail | |
| 35 | |
| 36 # typedef self-reference without class declartion in chain | 32 # typedef self-reference without class declartion in chain |
| 37 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: fail | 33 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: fail |
| 38 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: fail | 34 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: fail |
| 39 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: fail | 35 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: fail |
| 40 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: fail | 36 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: fail |
| 41 | 37 |
| 42 # analyzer problem: forward reference of typedef with type parameters | 38 # analyzer problem: forward reference of typedef with type parameters |
| 43 Language/13_Libraries_and_Scripts/3_Parts_A02_t03: skip | 39 Language/13_Libraries_and_Scripts/3_Parts_A02_t03: skip |
| 44 | 40 |
| 45 | 41 |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 # co19 issue 438, Static variables are initialized lazily, need not be constants | 210 # co19 issue 438, Static variables are initialized lazily, need not be constants |
| 215 Language/11_Expressions/01_Constants_A16_t01: fail, OK | 211 Language/11_Expressions/01_Constants_A16_t01: fail, OK |
| 216 Language/11_Expressions/01_Constants_A16_t02: fail, OK | 212 Language/11_Expressions/01_Constants_A16_t02: fail, OK |
| 217 | 213 |
| 218 # co19 issue 439, it is warning, not error to import two different libraries wit
h the same name | 214 # co19 issue 439, it is warning, not error to import two different libraries wit
h the same name |
| 219 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: fail, OK | 215 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: fail, OK |
| 220 | 216 |
| 221 # co19 issue #440, adj strings is not a string interpolation | 217 # co19 issue #440, adj strings is not a string interpolation |
| 222 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK | 218 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK |
| 223 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK | 219 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK |
| OLD | NEW |