| 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 # TBF: _f is private, so does not collide | |
| 10 Language/07_Classes/1_Instance_Methods_A05_t08: fail | |
| 11 | |
| 12 # 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? |
| 13 Language/12_Expressions/01_Constants_A16_t03: fail | 10 Language/12_Expressions/01_Constants_A16_t03: fail |
| 14 | 11 |
| 15 # 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? |
| 16 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: fail | 13 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: fail |
| 17 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t03: fail | 14 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t03: fail |
| 18 | 15 |
| 19 # TBF: infinite look: class A {const A();final m = const A();} | 16 # TBF: infinite look: class A {const A();final m = const A();} |
| 20 Language/12_Expressions/01_Constants_A17_t03: fail | 17 Language/12_Expressions/01_Constants_A17_t03: fail |
| 21 | 18 |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK | 97 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK |
| 101 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK | 98 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK |
| 102 | 99 |
| 103 # co19 issue #596: initializing final variable at declaration and in constructor | 100 # co19 issue #596: initializing final variable at declaration and in constructor |
| 104 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail, OK | 101 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail, OK |
| 105 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail, OK | 102 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail, OK |
| 106 | 103 |
| 107 # co19 issue #597: concrete class with abstract method | 104 # co19 issue #597: concrete class with abstract method |
| 108 Language/07_Classes/4_Abstract_Instance_Members_A07_t08: fail, OK | 105 Language/07_Classes/4_Abstract_Instance_Members_A07_t08: fail, OK |
| 109 | 106 |
| OLD | NEW |