| 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 # invalid argument for constant constructor | 6 # invalid argument for constant constructor |
| 7 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail | 7 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail |
| 8 | 8 |
| 9 # TBD: should we check that argument for dynamic parameter of constant construct
or is not compatible with operation that is performed with it? | 9 # TBD: should we check that argument for dynamic parameter of constant construct
or is not compatible with operation that is performed with it? |
| 10 Language/12_Expressions/01_Constants_A16_t03: fail | 10 Language/12_Expressions/01_Constants_A16_t03: fail |
| 11 | 11 |
| 12 # TBF: infinite look: class A {const A();final m = const A();} | 12 # TBF: infinite look: class A {const A();final m = const A();} |
| 13 Language/12_Expressions/01_Constants_A17_t03: fail | 13 Language/12_Expressions/01_Constants_A17_t03: fail |
| 14 | 14 |
| 15 # analyzer issue https://code.google.com/p/dart/issues/detail?id=11534 | 15 # analyzer issue https://code.google.com/p/dart/issues/detail?id=11534 |
| 16 Language/15_Types/4_Interface_Types_A11_t01: Skip | 16 Language/15_Types/4_Interface_Types_A11_t01: Skip |
| 17 Language/15_Types/4_Interface_Types_A11_t02: Skip | 17 Language/15_Types/4_Interface_Types_A11_t02: Skip |
| 18 | 18 |
| 19 # TBF: "class B1 = A with M1;", typedef cannot be used for mixins | 19 # TBF: "class B1 = A with M1;", typedef cannot be used for mixins |
| 20 Language/09_Mixins/1_Mixin_Application_A01_t01: Fail | 20 Language/09_Mixins/1_Mixin_Application_A01_t01: Fail |
| 21 | 21 |
| 22 # TBF: It is a compile-time error if the key of an entry in a constant map liter
al is an instance of a class that implements the operator == unless the key is a
string or integer. | |
| 23 Language/12_Expressions/07_Maps_A13_t01: Fail | |
| 24 | |
| 25 # TBF: malformed or malbounded type in "conts" is static warning | 22 # TBF: malformed or malbounded type in "conts" is static warning |
| 26 Language/12_Expressions/12_Instance_Creation_A01_t08: Fail | 23 Language/12_Expressions/12_Instance_Creation_A01_t08: Fail |
| 27 | 24 |
| 28 # TBF: typedef self reference | 25 # TBF: typedef self reference |
| 29 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t08: Fail | 26 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t08: Fail |
| 30 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t09: Fail | 27 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t09: Fail |
| 31 | 28 |
| 32 | 29 |
| 33 | 30 |
| 34 # co19 issue #442, undefined name "Expect" | 31 # co19 issue #442, undefined name "Expect" |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 | 133 |
| 137 # co19 issue #621: Undefined name 'runes' | 134 # co19 issue #621: Undefined name 'runes' |
| 138 LibTest/core/Runes/isEmpty_A01_t02: Fail, OK | 135 LibTest/core/Runes/isEmpty_A01_t02: Fail, OK |
| 139 LibTest/core/Runes/isNotEmpty_A01_t02: Fail, OK | 136 LibTest/core/Runes/isNotEmpty_A01_t02: Fail, OK |
| 140 | 137 |
| 141 # co19 issue #622: Undefined class 'Int16List.fromList' | 138 # co19 issue #622: Undefined class 'Int16List.fromList' |
| 142 LibTest/core/Runes/lastWhere_A02_t01: Fail, OK | 139 LibTest/core/Runes/lastWhere_A02_t01: Fail, OK |
| 143 | 140 |
| 144 # co19 issue #623: main() { {}; } is block and empty statement, not a map | 141 # co19 issue #623: main() { {}; } is block and empty statement, not a map |
| 145 Language/13_Statements/02_Expression_Statements_A01_t13: Fail, OK | 142 Language/13_Statements/02_Expression_Statements_A01_t13: Fail, OK |
| OLD | NEW |