| 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 22 matching lines...) Expand all Loading... |
| 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 | 39 |
| 40 LibTest/core/Uri/decodeQueryComponent_A02_t01: fail # co19 Issue 591 | 40 LibTest/core/Uri/decodeQueryComponent_A02_t01: fail # co19 Issue 591 |
| 41 | 41 |
| 42 # co19 issue #380, Strings class has been removed | 42 # co19 issue #380, Strings class has been removed |
| 43 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: f
ail, OK | |
| 44 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 |
| 45 | 44 |
| 46 # co19 issue #400, collection library reorg | 45 # co19 issue #400, collection library reorg |
| 47 LibTest/core/String/String_class_A01_t01: fail, OK | |
| 48 LibTest/core/String/concat_A01_t01: fail, OK | 46 LibTest/core/String/concat_A01_t01: fail, OK |
| 49 LibTest/core/String/concat_A02_t01: fail, OK | 47 LibTest/core/String/concat_A02_t01: fail, OK |
| 50 LibTest/core/String/hashCode_A01_t01: fail, OK | |
| 51 LibTest/core/Set/isSubsetOf_A01_t01: fail, OK | 48 LibTest/core/Set/isSubsetOf_A01_t01: fail, OK |
| 52 LibTest/core/Set/isSubsetOf_A01_t02: fail, OK | 49 LibTest/core/Set/isSubsetOf_A01_t02: fail, OK |
| 53 | 50 |
| 54 # co19 issue #424, Uninitialized finals are warnings not errors | 51 # co19 issue #424, Uninitialized finals are warnings not errors |
| 55 Language/05_Variables/05_Variables_A07_t05: fail, OK | 52 Language/05_Variables/05_Variables_A07_t05: fail, OK |
| 56 Language/05_Variables/05_Variables_A07_t06: fail, OK | 53 Language/05_Variables/05_Variables_A07_t06: fail, OK |
| 57 Language/05_Variables/05_Variables_A07_t07: fail, OK | 54 Language/05_Variables/05_Variables_A07_t07: fail, OK |
| 58 Language/05_Variables/05_Variables_A07_t08: fail, OK | 55 Language/05_Variables/05_Variables_A07_t08: fail, OK |
| 59 Language/05_Variables/05_Variables_A08_t01: fail, OK | 56 Language/05_Variables/05_Variables_A08_t01: fail, OK |
| 60 | 57 |
| 61 # co19 issue #425, Only static fields can be declared as 'const' | 58 # co19 issue #425, Only static fields can be declared as 'const' |
| 62 Language/05_Variables/05_Variables_A12_t01: fail, OK | 59 Language/05_Variables/05_Variables_A12_t01: fail, OK |
| 63 Language/05_Variables/05_Variables_A12_t06: fail, OK | 60 Language/05_Variables/05_Variables_A12_t06: fail, OK |
| 64 Language/05_Variables/05_Variables_A13_t01: fail, OK | 61 Language/05_Variables/05_Variables_A13_t01: fail, OK |
| 65 Language/07_Classes/07_Classes_A02_t11: fail, OK | 62 Language/07_Classes/07_Classes_A02_t11: fail, OK |
| 66 | 63 |
| 67 # co19 issue #464, not initialized final instance variable is warning, not error | |
| 68 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: fail | |
| 69 | |
| 70 # co19 issue #442, undefined name "Expect" | 64 # co19 issue #442, undefined name "Expect" |
| 71 Language/15_Types/4_Interface_Types_A08_t03: fail, OK | 65 Language/15_Types/4_Interface_Types_A08_t03: fail, OK |
| 72 | 66 |
| 73 # co19 issue #448, Collection was removed | |
| 74 LibTest/collection/Queue/Queue.from_A01_t01: fail, OK | |
| 75 LibTest/collection/Queue/Queue.from_A01_t02: fail, OK | |
| 76 LibTest/core/Set/intersection_A01_t02: fail, OK | |
| 77 | |
| 78 # co19 issue 452, more method in Iterable | |
| 79 LibTest/core/Set/Set.from_A01_t02: fail, OK | |
| 80 | |
| 81 # co19 issue #455, undeclared identifier is static warning | 67 # co19 issue #455, undeclared identifier is static warning |
| 82 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10:
fail, OK | 68 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10:
fail, OK |
| 83 Language/13_Statements/04_Local_Function_Declaration_A02_t02: fail, OK | 69 Language/13_Statements/04_Local_Function_Declaration_A02_t02: fail, OK |
| 84 Language/14_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK | 70 Language/14_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK |
| 85 Language/14_Libraries_and_Scripts/1_Imports_A02_t15: fail, OK | 71 Language/14_Libraries_and_Scripts/1_Imports_A02_t15: fail, OK |
| 86 | 72 |
| 87 # co19 issue #513, rules for finals were loosened, contradiction in spec was fix
ed | 73 # co19 issue #513, rules for finals were loosened, contradiction in spec was fix
ed |
| 88 Language/07_Classes/6_Constructors/1_Generative_Constructors_A21_t01: fail, OK | 74 Language/07_Classes/6_Constructors/1_Generative_Constructors_A21_t01: fail, OK |
| 89 | 75 |
| 90 # co19 issue #515, it is a compile-time error if there is more than one entity w
ith the same name declared in the same scope | 76 # co19 issue #515, it is a compile-time error if there is more than one entity w
ith the same name declared in the same scope |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 # co19 issue #562: malformed superclass | 110 # co19 issue #562: malformed superclass |
| 125 Language/14_Libraries_and_Scripts/1_Imports_A03_t27: fail, OK | 111 Language/14_Libraries_and_Scripts/1_Imports_A03_t27: fail, OK |
| 126 | 112 |
| 127 # co19 issue #563: implicitly named libraries are allowed | 113 # co19 issue #563: implicitly named libraries are allowed |
| 128 Language/14_Libraries_and_Scripts/2_Exports_A05_t01: fail, OK | 114 Language/14_Libraries_and_Scripts/2_Exports_A05_t01: fail, OK |
| 129 | 115 |
| 130 # co19 issue #564: URI can be any number adjacent string literals | 116 # co19 issue #564: URI can be any number adjacent string literals |
| 131 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK | 117 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK |
| 132 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK | 118 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK |
| 133 | 119 |
| 134 # co19 issue #565: not implemented members in non-abstract class | 120 Language/07_Classes/1_Instance_Methods_A03_t06: fail # co19-roll r587: Please tr
iage this failure |
| 135 LibTest/async/EventTransformStream/asBroadcastStream_A01_t02: fail, OK | 121 Language/07_Classes/4_Abstract_Instance_Members_A07_t08: fail # co19-roll r587:
Please triage this failure |
| 136 LibTest/async/Stream/asBroadcastStream_A01_t02: fail, OK | 122 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # co1
9-roll r587: Please triage this failure |
| 137 LibTest/async/Stream/asBroadcastStream_A02_t01: fail, OK | 123 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail # co1
9-roll r587: Please triage this failure |
| 138 LibTest/async/Stream/isBroadcast_A01_t01: fail, OK | |
| 139 LibTest/async/Stream/isBroadcast_A01_t02: fail, OK | |
| 140 | 124 |
| 141 # co19 issue #566: Undefined class 'T' | |
| 142 LibTest/async/EventTransformStream/distinct_A01_t02: fail, OK | |
| 143 LibTest/async/EventTransformStream/EventTransformStream_A01_t02: fail, OK | |
| 144 LibTest/async/EventTransformStream/expand_A01_t01: fail, OK | |
| 145 LibTest/async/Stream/contains_A03_t01: fail, OK | |
| 146 LibTest/async/Stream/distinct_A01_t01: fail, OK | |
| 147 LibTest/async/Stream/distinct_A01_t02: fail, OK | |
| 148 LibTest/async/Stream/expand_A01_t01: fail, OK | |
| 149 LibTest/core/List/List.filled_A01_t01: fail, OK | |
| 150 LibTest/core/List/List.generate_A01_t01: fail, OK | |
| 151 LibTest/core/List/List.generate_A01_t02: fail, OK | |
| 152 LibTest/core/List/List.generate_A01_t03: fail, OK | |
| 153 LibTest/core/List/replaceRange_A01_t01: fail, OK | |
| 154 LibTest/core/List/replaceRange_A01_t02: fail, OK | |
| 155 LibTest/core/List/skipWhile_A02_t01: fail, OK | |
| 156 LibTest/core/List/takeWhile_A02_t01: fail, OK | |
| 157 | |
| 158 # co19 issue #567: Undefined name 'value' | |
| 159 LibTest/async/EventTransformStream/drain_A02_t01: fail, OK | |
| 160 LibTest/async/EventTransformStream/drain_A02_t02: fail, OK | |
| 161 LibTest/async/Stream/drain_A02_t01: fail, OK | |
| 162 LibTest/async/Stream/drain_A02_t02: fail, OK | |
| 163 | |
| 164 # co19 issue #568: Undefined name 'Expec' | |
| 165 LibTest/async/EventTransformStream/first_A02_t01: fail, OK | |
| 166 | |
| 167 # co19 issue #569: There is no such getter 'message' in 'Object' | |
| 168 LibTest/async/EventTransformStream/handleError_A03_t01: fail, OK | |
| 169 LibTest/async/EventTransformStream/listen_A03_t01: fail, OK | |
| 170 LibTest/async/Stream/handleError_A03_t01: fail, OK | |
| 171 LibTest/async/Stream/listen_A03_t01: fail, OK | |
| 172 | |
| 173 # co19 issue #570: undefined name 'events1' | |
| 174 LibTest/async/StreamController/hasListener_A01_t01: fail, OK | |
| 175 LibTest/async/StreamController/hasListener_A01_t02: fail, OK | |
| 176 LibTest/async/StreamController/isPaused_A01_t01: fail, OK | |
| 177 LibTest/async/StreamController/isPaused_A01_t03: fail, OK | |
| 178 | |
| 179 # co19 issue #571: There is no such getter 'hasListener' in 'EventSink' | |
| 180 LibTest/async/StreamController/sink_A01_t01: fail, OK | |
| 181 | |
| 182 # co19 issue #572: Undefined class 'boolean'; did you mean 'bool'? | |
| 183 LibTest/async/StreamController/StreamController.broadcast_A04_t01: fail, OK | |
| 184 LibTest/async/StreamIterator/cancel_A01_t01: fail, OK | |
| 185 LibTest/core/List/map_A02_t01: fail, OK | |
| 186 | |
| 187 # co19 issue #573: There is no such operator '<' in 'Object' | |
| 188 LibTest/async/StreamEventTransformer/handleData_A01_t01: fail, OK | |
| 189 LibTest/async/StreamEventTransformer/handleDone_A01_t01: fail, OK | |
| 190 LibTest/async/StreamEventTransformer/handleError_A01_t01: fail, OK | |
| 191 | |
| 192 # co19 issue #574: Abstract classes cannot be created with a 'new' expression | |
| 193 LibTest/async/Stream/Stream_A01_t01: fail, OK | |
| 194 | |
| 195 # co19 issue #575: Error has not constructor parameters | |
| 196 LibTest/async/Stream/Stream.fromFuture_A02_t01: fail, OK | |
| 197 LibTest/async/Stream/Stream.fromFuture_A02_t02: fail, OK | |
| 198 LibTest/async/Stream/Stream.fromIterable_A01_t02: fail, OK | |
| 199 | |
| 200 # co19 issue #576: The name 'timer' cannot be referenced in the initializer of a
variable with the same name | |
| 201 LibTest/async/Timer/cancel_A01_t01: fail, OK | |
| 202 | |
| 203 # co19 issue #577: The argument type 'int' cannot be assigned to the parameter t
ype 'Duration' | |
| 204 LibTest/core/DateTime/subtract_A02_t01: fail, OK | |
| 205 | |
| 206 # co19 issue #578: Undefined class 'long' | |
| 207 LibTest/core/Duration/operator_div_A01_t01: fail, OK | |
| 208 LibTest/core/Duration/operator_eq_A01_t01: fail, OK | |
| 209 LibTest/core/Duration/operator_gt_A01_t01: fail, OK | |
| 210 LibTest/core/Duration/operator_lt_A01_t01: fail, OK | |
| 211 LibTest/core/Duration/operator_lte_A01_t01: fail, OK | |
| 212 LibTest/core/Duration/operator_minus_A01_t01: fail, OK | |
| 213 LibTest/core/Duration/operator_mult_A01_t01: fail, OK | |
| 214 LibTest/core/Duration/operator_plus_A01_t01: fail, OK | |
| 215 | |
| 216 # co19 issue #579: The argument type 'bool' cannot be assigned to the parameter
type '(String) -> bool' | |
| 217 LibTest/core/List/every_A03_t01: fail, OK | |
| 218 LibTest/core/List/forEach_A01_t02: fail, OK | |
| 219 | |
| 220 # co19 issue #580: Undefined name 'faled' | |
| 221 LibTest/core/List/lastWhere_A03_t01: fail, OK | |
| 222 | |
| 223 # co19 issue #581: Undefined name 'Expect' | |
| 224 LibTest/core/List/List_A01_t03: fail, OK | |
| 225 LibTest/core/List/List.from_A01_t03: fail, OK | |
| 226 LibTest/core/List/toList_A01_t03: fail, OK | |
| 227 | |
| 228 # co19 issue #582: The method 'addAll' is not defined for the class 'StringBuffe
r' | |
| 229 LibTest/core/StringBuffer/writeAll_A03_t01: fail, OK | |
| 230 | |
| 231 # co19 issue #583: The method 'close' is not defined for the class 'SendPort' | |
| 232 LibTest/isolate/isolate_api/streamSpawnFunction_A01_t01: fail, OK | |
| 233 LibTest/isolate/IsolateSink/add_A01_t02: fail, OK | |
| 234 LibTest/isolate/IsolateSink/operator_equality_A01_t01: fail, OK | |
| 235 | |
| 236 # co19 issue #584: Undefined name 'received | |
| 237 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail, OK | |
| 238 | |
| 239 # co19 issue #585: Undefined name 'messagesList' | |
| 240 LibTest/isolate/IsolateSink/addError_A01_t01: fail, OK | |
| 241 | |
| 242 # co19 issue #586: Undefined name 'message' | |
| 243 LibTest/isolate/IsolateSink/addError_A01_t02: fail, OK | |
| 244 | |
| 245 # co19 issue #587: Missing dart:async import and other mistypes | |
| 246 LibTest/isolate/IsolateStream/any_A02_t01: fail, OK | |
| 247 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: fail, OK | |
| 248 LibTest/isolate/IsolateStream/contains_A01_t01: fail, OK | |
| 249 LibTest/isolate/IsolateStream/contains_A02_t01: fail, OK | |
| 250 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: fail, OK | |
| OLD | NEW |