| 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 11 matching lines...) Expand all Loading... |
| 22 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: fail | 22 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: fail |
| 23 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t03: fail | 23 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t03: fail |
| 24 | 24 |
| 25 # TBF: infinite look: class A {const A();final m = const A();} | 25 # TBF: infinite look: class A {const A();final m = const A();} |
| 26 Language/12_Expressions/01_Constants_A17_t03: fail | 26 Language/12_Expressions/01_Constants_A17_t03: fail |
| 27 | 27 |
| 28 # analyzer issue https://code.google.com/p/dart/issues/detail?id=11534 | 28 # analyzer issue https://code.google.com/p/dart/issues/detail?id=11534 |
| 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. |
| 33 Language/13_Statements/11_Return_A07_t01: fail |
| 34 |
| 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 |
| 32 | 38 |
| 33 | 39 |
| 34 | 40 |
| 35 # co19 issue #380, Strings class has been removed | 41 # co19 issue #380, Strings class has been removed |
| 36 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: f
ail, OK | 42 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: f
ail, OK |
| 37 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 |
| 38 | 44 |
| 39 # co19 issue #400, collection library reorg | 45 # co19 issue #400, collection library reorg |
| 40 LibTest/core/String/String_class_A01_t01: fail, OK | 46 LibTest/core/String/String_class_A01_t01: fail, OK |
| 41 LibTest/core/String/concat_A01_t01: fail, OK | 47 LibTest/core/String/concat_A01_t01: fail, OK |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t01: fail,
OK | 110 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t01: fail,
OK |
| 105 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t07: fail,
OK | 111 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t07: fail,
OK |
| 106 | 112 |
| 107 # co19 issue #541: tests contain unqualified reference to static members defined
in superclass | 113 # co19 issue #541: tests contain unqualified reference to static members defined
in superclass |
| 108 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t07:
fail, OK | 114 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t07:
fail, OK |
| 109 Language/12_Expressions/30_Identifier_Reference_A14_t03: fail, OK | 115 Language/12_Expressions/30_Identifier_Reference_A14_t03: fail, OK |
| 110 | 116 |
| 111 # co19 issue #543: invocation of a non-function | 117 # co19 issue #543: invocation of a non-function |
| 112 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A03_t02: fail, OK | 118 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A03_t02: fail, OK |
| 113 | 119 |
| 114 Language/13_Statements/11_Return_A07_t01: fail # co19-roll r546: Please triage t
his failure | 120 # co19 issue #562: malformed superclass |
| 115 Language/14_Libraries_and_Scripts/1_Imports_A03_t27: fail # co19-roll r546: Plea
se triage this failure | 121 Language/14_Libraries_and_Scripts/1_Imports_A03_t27: fail, OK |
| 116 Language/14_Libraries_and_Scripts/1_Imports_A03_t47: fail # co19-roll r546: Plea
se triage this failure | 122 Language/14_Libraries_and_Scripts/1_Imports_A03_t47: fail, OK |
| 117 Language/14_Libraries_and_Scripts/1_Imports_A03_t67: fail # co19-roll r546: Plea
se triage this failure | 123 Language/14_Libraries_and_Scripts/1_Imports_A03_t67: fail, OK |
| 118 Language/14_Libraries_and_Scripts/2_Exports_A05_t01: fail # co19-roll r546: Plea
se triage this failure | 124 |
| 119 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail # co19-roll r546: Please
triage this failure | 125 # co19 issue #563: implicitly named libraries are allowed |
| 120 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail # co19-roll r546: Please
triage this failure | 126 Language/14_Libraries_and_Scripts/2_Exports_A05_t01: fail, OK |
| 121 Language/15_Types/6_Type_dynamic_A03_t01: fail # co19-roll r546: Please triage t
his failure | 127 |
| 122 Language/15_Types/6_Type_dynamic_A04_t01: fail # co19-roll r546: Please triage t
his failure | 128 # co19 issue #564: URI can be any number adjacent string literals |
| 123 LibTest/async/EventTransformStream/asBroadcastStream_A01_t02: fail # co19-roll r
546: Please triage this failure | 129 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK |
| 124 LibTest/async/EventTransformStream/distinct_A01_t02: fail # co19-roll r546: Plea
se triage this failure | 130 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK |
| 125 LibTest/async/EventTransformStream/drain_A02_t01: fail # co19-roll r546: Please
triage this failure | 131 |
| 126 LibTest/async/EventTransformStream/drain_A02_t02: fail # co19-roll r546: Please
triage this failure | 132 # co19 issue #565: not implemented members in non-abstract class |
| 127 LibTest/async/EventTransformStream/EventTransformStream_A01_t02: fail # co19-rol
l r546: Please triage this failure | 133 LibTest/async/EventTransformStream/asBroadcastStream_A01_t02: fail, OK |
| 128 LibTest/async/EventTransformStream/expand_A01_t01: fail # co19-roll r546: Please
triage this failure | 134 LibTest/async/Stream/asBroadcastStream_A01_t02: fail, OK |
| 129 LibTest/async/EventTransformStream/first_A02_t01: fail # co19-roll r546: Please
triage this failure | 135 LibTest/async/Stream/asBroadcastStream_A02_t01: fail, OK |
| 130 LibTest/async/EventTransformStream/handleError_A03_t01: fail # co19-roll r546: P
lease triage this failure | 136 LibTest/async/Stream/isBroadcast_A01_t01: fail, OK |
| 131 LibTest/async/EventTransformStream/listen_A03_t01: fail # co19-roll r546: Please
triage this failure | 137 LibTest/async/Stream/isBroadcast_A01_t02: fail, OK |
| 132 LibTest/async/Future/asStream_A01_t02: pass # co19-roll r546: Please triage this
failure | 138 |
| 133 LibTest/async/Future/asStream_A02_t01: pass # co19-roll r546: Please triage this
failure | 139 # co19 issue #566: Undefined class 'T' |
| 134 LibTest/async/Future/whenComplete_A03_t01: pass # co19-roll r546: Please triage
this failure | 140 LibTest/async/EventTransformStream/distinct_A01_t02: fail, OK |
| 135 LibTest/async/Stream/asBroadcastStream_A01_t02: fail # co19-roll r546: Please tr
iage this failure | 141 LibTest/async/EventTransformStream/EventTransformStream_A01_t02: fail, OK |
| 136 LibTest/async/Stream/asBroadcastStream_A02_t01: fail # co19-roll r546: Please tr
iage this failure | 142 LibTest/async/EventTransformStream/expand_A01_t01: fail, OK |
| 137 LibTest/async/Stream/contains_A03_t01: fail # co19-roll r546: Please triage this
failure | 143 LibTest/async/Stream/contains_A03_t01: fail, OK |
| 138 LibTest/async/StreamController/hasListener_A01_t01: fail # co19-roll r546: Pleas
e triage this failure | 144 LibTest/async/Stream/distinct_A01_t01: fail, OK |
| 139 LibTest/async/StreamController/hasListener_A01_t02: fail # co19-roll r546: Pleas
e triage this failure | 145 LibTest/async/Stream/distinct_A01_t02: fail, OK |
| 140 LibTest/async/StreamController/isPaused_A01_t01: fail # co19-roll r546: Please t
riage this failure | 146 LibTest/async/Stream/expand_A01_t01: fail, OK |
| 141 LibTest/async/StreamController/isPaused_A01_t03: fail # co19-roll r546: Please t
riage this failure | 147 LibTest/core/List/List.filled_A01_t01: fail, OK |
| 142 LibTest/async/StreamController/sink_A01_t01: fail # co19-roll r546: Please triag
e this failure | 148 LibTest/core/List/List.generate_A01_t01: fail, OK |
| 143 LibTest/async/StreamController/StreamController.broadcast_A04_t01: fail # co19-r
oll r546: Please triage this failure | 149 LibTest/core/List/List.generate_A01_t02: fail, OK |
| 144 LibTest/async/Stream/distinct_A01_t01: fail # co19-roll r546: Please triage this
failure | 150 LibTest/core/List/List.generate_A01_t03: fail, OK |
| 145 LibTest/async/Stream/distinct_A01_t02: fail # co19-roll r546: Please triage this
failure | 151 LibTest/core/List/replaceRange_A01_t01: fail, OK |
| 146 LibTest/async/Stream/drain_A02_t01: fail # co19-roll r546: Please triage this fa
ilure | 152 LibTest/core/List/replaceRange_A01_t02: fail, OK |
| 147 LibTest/async/Stream/drain_A02_t02: fail # co19-roll r546: Please triage this fa
ilure | 153 LibTest/core/List/skipWhile_A02_t01: fail, OK |
| 148 LibTest/async/StreamEventTransformer/handleData_A01_t01: fail # co19-roll r546:
Please triage this failure | 154 LibTest/core/List/takeWhile_A02_t01: fail, OK |
| 149 LibTest/async/StreamEventTransformer/handleDone_A01_t01: fail # co19-roll r546:
Please triage this failure | 155 |
| 150 LibTest/async/StreamEventTransformer/handleError_A01_t01: fail # co19-roll r546:
Please triage this failure | 156 # co19 issue #567: Undefined name 'value' |
| 151 LibTest/async/Stream/expand_A01_t01: fail # co19-roll r546: Please triage this f
ailure | 157 LibTest/async/EventTransformStream/drain_A02_t01: fail, OK |
| 152 LibTest/async/Stream/handleError_A03_t01: fail # co19-roll r546: Please triage t
his failure | 158 LibTest/async/EventTransformStream/drain_A02_t02: fail, OK |
| 153 LibTest/async/Stream/isBroadcast_A01_t01: fail # co19-roll r546: Please triage t
his failure | 159 LibTest/async/Stream/drain_A02_t01: fail, OK |
| 154 LibTest/async/Stream/isBroadcast_A01_t02: fail # co19-roll r546: Please triage t
his failure | 160 LibTest/async/Stream/drain_A02_t02: fail, OK |
| 155 LibTest/async/StreamIterator/cancel_A01_t01: fail # co19-roll r546: Please triag
e this failure | 161 |
| 156 LibTest/async/Stream/listen_A03_t01: fail # co19-roll r546: Please triage this f
ailure | 162 # co19 issue #568: Undefined name 'Expec' |
| 157 LibTest/async/Stream/Stream_A01_t01: fail # co19-roll r546: Please triage this f
ailure | 163 LibTest/async/EventTransformStream/first_A02_t01: fail, OK |
| 158 LibTest/async/Stream/Stream.fromFuture_A02_t01: fail # co19-roll r546: Please tr
iage this failure | 164 |
| 159 LibTest/async/Stream/Stream.fromFuture_A02_t02: fail # co19-roll r546: Please tr
iage this failure | 165 # co19 issue #569: There is no such getter 'message' in 'Object' |
| 160 LibTest/async/Stream/Stream.fromIterable_A01_t02: fail # co19-roll r546: Please
triage this failure | 166 LibTest/async/EventTransformStream/handleError_A03_t01: fail, OK |
| 161 LibTest/async/Timer/cancel_A01_t01: fail # co19-roll r546: Please triage this fa
ilure | 167 LibTest/async/EventTransformStream/listen_A03_t01: fail, OK |
| 162 LibTest/core/DateTime/compareTo_A02_t01: fail # co19-roll r546: Please triage th
is failure | 168 LibTest/async/Stream/handleError_A03_t01: fail, OK |
| 163 LibTest/core/DateTime/subtract_A02_t01: fail # co19-roll r546: Please triage thi
s failure | 169 LibTest/async/Stream/listen_A03_t01: fail, OK |
| 164 LibTest/core/Duration/operator_div_A01_t01: fail # co19-roll r546: Please triage
this failure | 170 |
| 165 LibTest/core/Duration/operator_eq_A01_t01: fail # co19-roll r546: Please triage
this failure | 171 # co19 issue #570: undefined name 'events1' |
| 166 LibTest/core/Duration/operator_gt_A01_t01: fail # co19-roll r546: Please triage
this failure | 172 LibTest/async/StreamController/hasListener_A01_t01: fail, OK |
| 167 LibTest/core/Duration/operator_lt_A01_t01: fail # co19-roll r546: Please triage
this failure | 173 LibTest/async/StreamController/hasListener_A01_t02: fail, OK |
| 168 LibTest/core/Duration/operator_lte_A01_t01: fail # co19-roll r546: Please triage
this failure | 174 LibTest/async/StreamController/isPaused_A01_t01: fail, OK |
| 169 LibTest/core/Duration/operator_minus_A01_t01: fail # co19-roll r546: Please tria
ge this failure | 175 LibTest/async/StreamController/isPaused_A01_t03: fail, OK |
| 170 LibTest/core/Duration/operator_mult_A01_t01: fail # co19-roll r546: Please triag
e this failure | 176 |
| 171 LibTest/core/Duration/operator_plus_A01_t01: fail # co19-roll r546: Please triag
e this failure | 177 # co19 issue #571: There is no such getter 'hasListener' in 'EventSink' |
| 172 LibTest/core/List/every_A03_t01: fail # co19-roll r546: Please triage this failu
re | 178 LibTest/async/StreamController/sink_A01_t01: fail, OK |
| 173 LibTest/core/List/forEach_A01_t02: fail # co19-roll r546: Please triage this fai
lure | 179 |
| 174 LibTest/core/List/lastWhere_A03_t01: fail # co19-roll r546: Please triage this f
ailure | 180 # co19 issue #572: Undefined class 'boolean'; did you mean 'bool'? |
| 175 LibTest/core/List/List_A01_t03: fail # co19-roll r546: Please triage this failur
e | 181 LibTest/async/StreamController/StreamController.broadcast_A04_t01: fail, OK |
| 176 LibTest/core/List/List.filled_A01_t01: fail # co19-roll r546: Please triage this
failure | 182 LibTest/async/StreamIterator/cancel_A01_t01: fail, OK |
| 177 LibTest/core/List/List.from_A01_t03: fail # co19-roll r546: Please triage this f
ailure | 183 LibTest/core/List/map_A02_t01: fail, OK |
| 178 LibTest/core/List/List.generate_A01_t01: fail # co19-roll r546: Please triage th
is failure | 184 |
| 179 LibTest/core/List/List.generate_A01_t02: fail # co19-roll r546: Please triage th
is failure | 185 # co19 issue #573: There is no such operator '<' in 'Object' |
| 180 LibTest/core/List/List.generate_A01_t03: fail # co19-roll r546: Please triage th
is failure | 186 LibTest/async/StreamEventTransformer/handleData_A01_t01: fail, OK |
| 181 LibTest/core/List/map_A02_t01: fail # co19-roll r546: Please triage this failure | 187 LibTest/async/StreamEventTransformer/handleDone_A01_t01: fail, OK |
| 182 LibTest/core/List/replaceRange_A01_t01: fail # co19-roll r546: Please triage thi
s failure | 188 LibTest/async/StreamEventTransformer/handleError_A01_t01: fail, OK |
| 183 LibTest/core/List/replaceRange_A01_t02: fail # co19-roll r546: Please triage thi
s failure | 189 |
| 184 LibTest/core/List/skipWhile_A02_t01: fail # co19-roll r546: Please triage this f
ailure | 190 # co19 issue #574: Abstract classes cannot be created with a 'new' expression |
| 185 LibTest/core/List/takeWhile_A02_t01: fail # co19-roll r546: Please triage this f
ailure | 191 LibTest/async/Stream/Stream_A01_t01: fail, OK |
| 186 LibTest/core/List/toList_A01_t03: fail # co19-roll r546: Please triage this fail
ure | 192 |
| 187 LibTest/core/StringBuffer/writeAll_A03_t01: fail # co19-roll r546: Please triage
this failure | 193 # co19 issue #575: Error has not constructor parameters |
| 188 LibTest/isolate/isolate_api/streamSpawnFunction_A01_t01: fail # co19-roll r546:
Please triage this failure | 194 LibTest/async/Stream/Stream.fromFuture_A02_t01: fail, OK |
| 189 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail # co19-roll r576:
Please triage this failure | 195 LibTest/async/Stream/Stream.fromFuture_A02_t02: fail, OK |
| 190 LibTest/isolate/IsolateSink/add_A01_t02: fail # co19-roll r546: Please triage th
is failure | 196 LibTest/async/Stream/Stream.fromIterable_A01_t02: fail, OK |
| 191 LibTest/isolate/IsolateSink/addError_A01_t01: fail # co19-roll r546: Please tria
ge this failure | 197 |
| 192 LibTest/isolate/IsolateSink/addError_A01_t02: fail # co19-roll r546: Please tria
ge this failure | 198 # co19 issue #576: The name 'timer' cannot be referenced in the initializer of a
variable with the same name |
| 193 LibTest/isolate/IsolateSink/operator_equality_A01_t01: fail # co19-roll r546: Pl
ease triage this failure | 199 LibTest/async/Timer/cancel_A01_t01: fail, OK |
| 194 LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage
this failure | 200 |
| 195 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: fail # co19-roll r546:
Please triage this failure | 201 # co19 issue #577: The argument type 'int' cannot be assigned to the parameter t
ype 'Duration' |
| 196 LibTest/isolate/IsolateStream/contains_A01_t01: fail # co19-roll r546: Please tr
iage this failure | 202 LibTest/core/DateTime/subtract_A02_t01: fail, OK |
| 197 LibTest/isolate/IsolateStream/contains_A02_t01: fail # co19-roll r546: Please tr
iage this failure | 203 |
| 198 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: fail # co19-roll r546: Please
triage this failure | 204 # co19 issue #578: Undefined class 'long' |
| 205 LibTest/core/Duration/operator_div_A01_t01: fail, OK |
| 206 LibTest/core/Duration/operator_eq_A01_t01: fail, OK |
| 207 LibTest/core/Duration/operator_gt_A01_t01: fail, OK |
| 208 LibTest/core/Duration/operator_lt_A01_t01: fail, OK |
| 209 LibTest/core/Duration/operator_lte_A01_t01: fail, OK |
| 210 LibTest/core/Duration/operator_minus_A01_t01: fail, OK |
| 211 LibTest/core/Duration/operator_mult_A01_t01: fail, OK |
| 212 LibTest/core/Duration/operator_plus_A01_t01: fail, OK |
| 213 |
| 214 # co19 issue #579: The argument type 'bool' cannot be assigned to the parameter
type '(String) -> bool' |
| 215 LibTest/core/List/every_A03_t01: fail, OK |
| 216 LibTest/core/List/forEach_A01_t02: fail, OK |
| 217 |
| 218 # co19 issue #580: Undefined name 'faled' |
| 219 LibTest/core/List/lastWhere_A03_t01: fail, OK |
| 220 |
| 221 # co19 issue #581: Undefined name 'Expect' |
| 222 LibTest/core/List/List_A01_t03: fail, OK |
| 223 LibTest/core/List/List.from_A01_t03: fail, OK |
| 224 LibTest/core/List/toList_A01_t03: fail, OK |
| 225 |
| 226 # co19 issue #582: The method 'addAll' is not defined for the class 'StringBuffe
r' |
| 227 LibTest/core/StringBuffer/writeAll_A03_t01: fail, OK |
| 228 |
| 229 # co19 issue #583: The method 'close' is not defined for the class 'SendPort' |
| 230 LibTest/isolate/isolate_api/streamSpawnFunction_A01_t01: fail, OK |
| 231 LibTest/isolate/IsolateSink/add_A01_t02: fail, OK |
| 232 LibTest/isolate/IsolateSink/operator_equality_A01_t01: fail, OK |
| 233 |
| 234 # co19 issue #584: Undefined name 'received |
| 235 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail, OK |
| 236 |
| 237 # co19 issue #585: Undefined name 'messagesList' |
| 238 LibTest/isolate/IsolateSink/addError_A01_t01: fail, OK |
| 239 |
| 240 # co19 issue #586: Undefined name 'message' |
| 241 LibTest/isolate/IsolateSink/addError_A01_t02: fail, OK |
| 242 |
| 243 # co19 issue #587: Missing dart:async import and other mistypes |
| 244 LibTest/isolate/IsolateStream/any_A02_t01: fail, OK |
| 245 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: fail, OK |
| 246 LibTest/isolate/IsolateStream/contains_A01_t01: fail, OK |
| 247 LibTest/isolate/IsolateStream/contains_A02_t01: fail, OK |
| 248 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: fail, OK |
| OLD | NEW |