| 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? |
| 11 Language/06_Functions/2_Formal_Parameters_A02_t02: fail | 11 Language/06_Functions/2_Formal_Parameters_A02_t02: fail |
| 12 | 12 |
| 13 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor
e =5 it not assignable | 13 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor
e =5 it not assignable |
| 14 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: fail | 14 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: fail |
| 15 | 15 |
| 16 # not initialized final instance variable, should be static warning | 16 # not initialized final instance variable, should be static warning |
| 17 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: fail | 17 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: fail |
| 18 | 18 |
| 19 # invalid argument for constant constructor | 19 # invalid argument for constant constructor |
| 20 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail | 20 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail |
| 21 Language/11_Expressions/01_Constants_A16_t03: fail | 21 Language/11_Expressions/01_Constants_A16_t03: fail |
| 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 # typedef self-reference without class declartion in chain | |
| 30 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: fail | |
| 31 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: fail | |
| 32 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: fail | |
| 33 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: fail | |
| 34 | |
| 35 # analyzer problem: forward reference of typedef with type parameters | 29 # analyzer problem: forward reference of typedef with type parameters |
| 36 Language/13_Libraries_and_Scripts/3_Parts_A02_t03: skip | 30 Language/13_Libraries_and_Scripts/3_Parts_A02_t03: skip |
| 37 | 31 |
| 38 | 32 |
| 39 | 33 |
| 40 | 34 |
| 41 # co19 issue #380, Strings class has been removed | 35 # co19 issue #380, Strings class has been removed |
| 42 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: f
ail, OK | 36 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: f
ail, OK |
| 43 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f
ail, OK | 37 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f
ail, OK |
| 44 | 38 |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 # co19 issue 438, Static variables are initialized lazily, need not be constants | 201 # co19 issue 438, Static variables are initialized lazily, need not be constants |
| 208 Language/11_Expressions/01_Constants_A16_t01: fail, OK | 202 Language/11_Expressions/01_Constants_A16_t01: fail, OK |
| 209 Language/11_Expressions/01_Constants_A16_t02: fail, OK | 203 Language/11_Expressions/01_Constants_A16_t02: fail, OK |
| 210 | 204 |
| 211 # co19 issue 439, it is warning, not error to import two different libraries wit
h the same name | 205 # co19 issue 439, it is warning, not error to import two different libraries wit
h the same name |
| 212 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: fail, OK | 206 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: fail, OK |
| 213 | 207 |
| 214 # co19 issue #440, adj strings is not a string interpolation | 208 # co19 issue #440, adj strings is not a string interpolation |
| 215 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK | 209 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK |
| 216 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK | 210 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK |
| OLD | NEW |