| 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 # TBD: should we report _error_ when constant creation uses arguments with types
incompatible with parameters? | 12 # TBD: should we report _error_ when constant creation uses arguments with types
incompatible with parameters? |
| 13 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: fail | 13 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: fail |
| 14 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t03: fail | 14 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t03: fail |
| 15 | 15 |
| 16 # TBF: infinite look: class A {const A();final m = const A();} | 16 # TBF: infinite look: class A {const A();final m = const A();} |
| 17 Language/12_Expressions/01_Constants_A17_t03: fail | 17 Language/12_Expressions/01_Constants_A17_t03: fail |
| 18 | 18 |
| 19 # analyzer issue https://code.google.com/p/dart/issues/detail?id=11534 | 19 # analyzer issue https://code.google.com/p/dart/issues/detail?id=11534 |
| 20 Language/15_Types/4_Interface_Types_A11_t01: Skip | 20 Language/15_Types/4_Interface_Types_A11_t01: Skip |
| 21 Language/15_Types/4_Interface_Types_A11_t02: Skip | 21 Language/15_Types/4_Interface_Types_A11_t02: Skip |
| 22 | 22 |
| 23 # TBF: Hence, a static warning will not be issued if f has no declared return ty
pe, since the return type would be dynamic and dynamic may be assigned to void. | |
| 24 Language/13_Statements/11_Return_A07_t01: fail | |
| 25 | |
| 26 | 23 |
| 27 LibTest/core/Uri/decodeQueryComponent_A02_t01: fail # co19 Issue 591 | 24 LibTest/core/Uri/decodeQueryComponent_A02_t01: fail # co19 Issue 591 |
| 28 | 25 |
| 29 # co19 issue #380, Strings class has been removed | 26 # co19 issue #380, Strings class has been removed |
| 30 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f
ail, OK | 27 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f
ail, OK |
| 31 | 28 |
| 32 # co19 issue #400, collection library reorg | 29 # co19 issue #400, collection library reorg |
| 33 LibTest/core/String/concat_A01_t01: fail, OK | 30 LibTest/core/String/concat_A01_t01: fail, OK |
| 34 LibTest/core/String/concat_A02_t01: fail, OK | 31 LibTest/core/String/concat_A02_t01: fail, OK |
| 35 LibTest/core/Set/isSubsetOf_A01_t01: fail, OK | 32 LibTest/core/Set/isSubsetOf_A01_t01: fail, OK |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK | 94 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK |
| 98 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK | 95 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK |
| 99 | 96 |
| 100 # co19 issue #596: initializing final variable at declaration and in constructor | 97 # co19 issue #596: initializing final variable at declaration and in constructor |
| 101 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail, OK | 98 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail, OK |
| 102 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail, OK | 99 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail, OK |
| 103 | 100 |
| 104 # co19 issue #597: concrete class with abstract method | 101 # co19 issue #597: concrete class with abstract method |
| 105 Language/07_Classes/4_Abstract_Instance_Members_A07_t08: fail, OK | 102 Language/07_Classes/4_Abstract_Instance_Members_A07_t08: fail, OK |
| 106 | 103 |
| 104 # co19 issue #609, return type of "factory M" is M, so we need static warning fo
r "return;". |
| 105 Language/13_Statements/11_Return_A07_t01: fail, OK |
| OLD | NEW |