| 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 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own
initialzer? | |
| 7 Language/06_Functions/2_Formal_Parameters_A02_t02: fail | |
| 8 | |
| 9 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor
e =5 it not assignable | 6 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor
e =5 it not assignable |
| 10 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: fail | 7 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: fail |
| 11 | 8 |
| 12 # invalid argument for constant constructor | 9 # invalid argument for constant constructor |
| 13 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail | 10 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail |
| 14 | 11 |
| 15 # TBF: _f is private, so does not collide | 12 # TBF: _f is private, so does not collide |
| 16 Language/07_Classes/1_Instance_Methods_A05_t08: fail | 13 Language/07_Classes/1_Instance_Methods_A05_t08: fail |
| 17 | 14 |
| 18 # TBD: should we check that argument for dynamic parameter of constant construct
or is not compatible with operation that is performed with it? | 15 # TBD: should we check that argument for dynamic parameter of constant construct
or is not compatible with operation that is performed with it? |
| 19 Language/12_Expressions/01_Constants_A16_t03: fail | 16 Language/12_Expressions/01_Constants_A16_t03: fail |
| 20 | 17 |
| 21 # TBD: should we report _error_ when constant creation uses arguments with types
incompatible with parameters? | 18 # TBD: should we report _error_ when constant creation uses arguments with types
incompatible with parameters? |
| 22 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: fail | 19 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: fail |
| 23 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t03: fail | 20 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t03: fail |
| 24 | 21 |
| 25 # TBF: infinite look: class A {const A();final m = const A();} | 22 # TBF: infinite look: class A {const A();final m = const A();} |
| 26 Language/12_Expressions/01_Constants_A17_t03: fail | 23 Language/12_Expressions/01_Constants_A17_t03: fail |
| 27 | 24 |
| 28 # analyzer issue https://code.google.com/p/dart/issues/detail?id=11534 | 25 # analyzer issue https://code.google.com/p/dart/issues/detail?id=11534 |
| 29 Language/15_Types/4_Interface_Types_A11_t01: Skip | 26 Language/15_Types/4_Interface_Types_A11_t01: Skip |
| 30 Language/15_Types/4_Interface_Types_A11_t02: Skip | 27 Language/15_Types/4_Interface_Types_A11_t02: Skip |
| 31 | 28 |
| 32 # 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. | 29 # 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. |
| 33 Language/13_Statements/11_Return_A07_t01: fail | 30 Language/13_Statements/11_Return_A07_t01: fail |
| 34 | 31 |
| 35 # TBF: typedef int func2(int); - "int is not a type" | |
| 36 Language/15_Types/6_Type_dynamic_A03_t01: fail | |
| 37 Language/15_Types/6_Type_dynamic_A04_t01: fail | |
| 38 | |
| 39 | 32 |
| 40 LibTest/core/Uri/decodeQueryComponent_A02_t01: fail # co19 Issue 591 | 33 LibTest/core/Uri/decodeQueryComponent_A02_t01: fail # co19 Issue 591 |
| 41 | 34 |
| 42 # co19 issue #380, Strings class has been removed | 35 # co19 issue #380, Strings class has been removed |
| 43 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f
ail, OK | 36 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f
ail, OK |
| 44 | 37 |
| 45 # co19 issue #400, collection library reorg | 38 # co19 issue #400, collection library reorg |
| 46 LibTest/core/String/concat_A01_t01: fail, OK | 39 LibTest/core/String/concat_A01_t01: fail, OK |
| 47 LibTest/core/String/concat_A02_t01: fail, OK | 40 LibTest/core/String/concat_A02_t01: fail, OK |
| 48 LibTest/core/Set/isSubsetOf_A01_t01: fail, OK | 41 LibTest/core/Set/isSubsetOf_A01_t01: fail, OK |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK | 103 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK |
| 111 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK | 104 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK |
| 112 | 105 |
| 113 # co19 issue #596: initializing final variable at declaration and in constructor | 106 # co19 issue #596: initializing final variable at declaration and in constructor |
| 114 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail, OK | 107 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail, OK |
| 115 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail, OK | 108 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail, OK |
| 116 | 109 |
| 117 # co19 issue #597: concrete class with abstract method | 110 # co19 issue #597: concrete class with abstract method |
| 118 Language/07_Classes/4_Abstract_Instance_Members_A07_t08: fail, OK | 111 Language/07_Classes/4_Abstract_Instance_Members_A07_t08: fail, OK |
| 119 | 112 |
| OLD | NEW |