| 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 25 matching lines...) Expand all Loading... |
| 36 # 1 == 2 == 3 - equality expressions cannot be operands of another equality expr
ession | 36 # 1 == 2 == 3 - equality expressions cannot be operands of another equality expr
ession |
| 37 Language/11_Expressions/22_Equality_A01_t15: fail | 37 Language/11_Expressions/22_Equality_A01_t15: fail |
| 38 Language/11_Expressions/22_Equality_A01_t16: fail | 38 Language/11_Expressions/22_Equality_A01_t16: fail |
| 39 | 39 |
| 40 # typedef self-reference without class declartion in chain | 40 # typedef self-reference without class declartion in chain |
| 41 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: fail | 41 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: fail |
| 42 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: fail | 42 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: fail |
| 43 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: fail | 43 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: fail |
| 44 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: fail | 44 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: fail |
| 45 | 45 |
| 46 # WHITESPACE: ('\t' | ' ' | NEWLINE)+ | |
| 47 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: fail | |
| 48 Language/15_Reference/1_Lexical_Rules_A02_t06: fail | |
| 49 | |
| 50 # analyzer problem: forward reference of typedef with type parameters | 46 # analyzer problem: forward reference of typedef with type parameters |
| 51 Language/13_Libraries_and_Scripts/3_Parts_A02_t03: skip | 47 Language/13_Libraries_and_Scripts/3_Parts_A02_t03: skip |
| 52 | 48 |
| 53 | 49 |
| 54 | 50 |
| 55 | 51 |
| 56 # co19 issue #380, Strings class has been removed | 52 # co19 issue #380, Strings class has been removed |
| 57 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: f
ail, OK | 53 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: f
ail, OK |
| 58 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f
ail, OK | 54 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f
ail, OK |
| 59 | 55 |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 # co19 issue 438, Static variables are initialized lazily, need not be constants | 218 # co19 issue 438, Static variables are initialized lazily, need not be constants |
| 223 Language/11_Expressions/01_Constants_A16_t01: fail, OK | 219 Language/11_Expressions/01_Constants_A16_t01: fail, OK |
| 224 Language/11_Expressions/01_Constants_A16_t02: fail, OK | 220 Language/11_Expressions/01_Constants_A16_t02: fail, OK |
| 225 | 221 |
| 226 # co19 issue 439, it is warning, not error to import two different libraries wit
h the same name | 222 # co19 issue 439, it is warning, not error to import two different libraries wit
h the same name |
| 227 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: fail, OK | 223 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: fail, OK |
| 228 | 224 |
| 229 # co19 issue #440, adj strings is not a string interpolation | 225 # co19 issue #440, adj strings is not a string interpolation |
| 230 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK | 226 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK |
| 231 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK | 227 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK |
| OLD | NEW |