| 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? | 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 | 7 Language/06_Functions/2_Formal_Parameters_A02_t02: fail |
| 8 | 8 |
| 9 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor
e =5 it not assignable | 9 # 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 | 10 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: fail |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 Language/15_Types/4_Interface_Types_A11_t01: Skip | 29 Language/15_Types/4_Interface_Types_A11_t01: Skip |
| 30 Language/15_Types/4_Interface_Types_A11_t02: Skip | 30 Language/15_Types/4_Interface_Types_A11_t02: Skip |
| 31 | 31 |
| 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. | 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. |
| 33 Language/13_Statements/11_Return_A07_t01: fail | 33 Language/13_Statements/11_Return_A07_t01: fail |
| 34 | 34 |
| 35 # TBF: typedef int func2(int); - "int is not a type" | 35 # TBF: typedef int func2(int); - "int is not a type" |
| 36 Language/15_Types/6_Type_dynamic_A03_t01: fail | 36 Language/15_Types/6_Type_dynamic_A03_t01: fail |
| 37 Language/15_Types/6_Type_dynamic_A04_t01: fail | 37 Language/15_Types/6_Type_dynamic_A04_t01: fail |
| 38 | 38 |
| 39 # TBF: spec was changed in 7.1 to "It is a static warning if an instance method
m1 overrides an instance member m2 and m1 has fewer positional parameters than m
2." | |
| 40 Language/07_Classes/1_Instance_Methods_A03_t06: fail | |
| 41 | |
| 42 | 39 |
| 43 LibTest/core/Uri/decodeQueryComponent_A02_t01: fail # co19 Issue 591 | 40 LibTest/core/Uri/decodeQueryComponent_A02_t01: fail # co19 Issue 591 |
| 44 | 41 |
| 45 # co19 issue #380, Strings class has been removed | 42 # co19 issue #380, Strings class has been removed |
| 46 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f
ail, OK | 43 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f
ail, OK |
| 47 | 44 |
| 48 # co19 issue #400, collection library reorg | 45 # co19 issue #400, collection library reorg |
| 49 LibTest/core/String/concat_A01_t01: fail, OK | 46 LibTest/core/String/concat_A01_t01: fail, OK |
| 50 LibTest/core/String/concat_A02_t01: fail, OK | 47 LibTest/core/String/concat_A02_t01: fail, OK |
| 51 LibTest/core/Set/isSubsetOf_A01_t01: fail, OK | 48 LibTest/core/Set/isSubsetOf_A01_t01: fail, OK |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK | 110 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK |
| 114 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK | 111 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK |
| 115 | 112 |
| 116 # co19 issue #596: initializing final variable at declaration and in constructor | 113 # co19 issue #596: initializing final variable at declaration and in constructor |
| 117 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail, OK | 114 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail, OK |
| 118 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail, OK | 115 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail, OK |
| 119 | 116 |
| 120 # co19 issue #597: concrete class with abstract method | 117 # co19 issue #597: concrete class with abstract method |
| 121 Language/07_Classes/4_Abstract_Instance_Members_A07_t08: fail, OK | 118 Language/07_Classes/4_Abstract_Instance_Members_A07_t08: fail, OK |
| 122 | 119 |
| OLD | NEW |