| 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 == dart2analyzer ] | 5 [ $compiler == dart2analyzer ] |
| 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 23 matching lines...) Expand all Loading... |
| 34 | 34 |
| 35 # co19 issue #380, Strings class has been removed | 35 # co19 issue #380, Strings class has been removed |
| 36 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: f
ail, OK | 36 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 | 37 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f
ail, OK |
| 38 | 38 |
| 39 # co19 issue #400, collection library reorg | 39 # co19 issue #400, collection library reorg |
| 40 LibTest/core/String/String_class_A01_t01: fail, OK | 40 LibTest/core/String/String_class_A01_t01: fail, OK |
| 41 LibTest/core/String/concat_A01_t01: fail, OK | 41 LibTest/core/String/concat_A01_t01: fail, OK |
| 42 LibTest/core/String/concat_A02_t01: fail, OK | 42 LibTest/core/String/concat_A02_t01: fail, OK |
| 43 LibTest/core/String/hashCode_A01_t01: fail, OK | 43 LibTest/core/String/hashCode_A01_t01: fail, OK |
| 44 LibTest/core/Set/isSubsetOf_A01_t01: fail, OK | |
| 45 LibTest/core/Set/isSubsetOf_A01_t02: fail, OK | |
| 46 | 44 |
| 47 # co19 issue #424, Uninitialized finals are warnings not errors | 45 # co19 issue #424, Uninitialized finals are warnings not errors |
| 48 Language/05_Variables/05_Variables_A07_t05: fail, OK | 46 Language/05_Variables/05_Variables_A07_t05: fail, OK |
| 49 Language/05_Variables/05_Variables_A07_t06: fail, OK | 47 Language/05_Variables/05_Variables_A07_t06: fail, OK |
| 50 Language/05_Variables/05_Variables_A07_t07: fail, OK | 48 Language/05_Variables/05_Variables_A07_t07: fail, OK |
| 51 Language/05_Variables/05_Variables_A07_t08: fail, OK | 49 Language/05_Variables/05_Variables_A07_t08: fail, OK |
| 52 Language/05_Variables/05_Variables_A08_t01: fail, OK | 50 Language/05_Variables/05_Variables_A08_t01: fail, OK |
| 53 | 51 |
| 54 # co19 issue #425, Only static fields can be declared as 'const' | 52 # co19 issue #425, Only static fields can be declared as 'const' |
| 55 Language/05_Variables/05_Variables_A12_t01: fail, OK | 53 Language/05_Variables/05_Variables_A12_t01: fail, OK |
| 56 Language/05_Variables/05_Variables_A12_t06: fail, OK | 54 Language/05_Variables/05_Variables_A12_t06: fail, OK |
| 57 Language/05_Variables/05_Variables_A13_t01: fail, OK | 55 Language/05_Variables/05_Variables_A13_t01: fail, OK |
| 58 Language/07_Classes/07_Classes_A02_t11: fail, OK | 56 Language/07_Classes/07_Classes_A02_t11: fail, OK |
| 59 | 57 |
| 60 # co19 issue #464, not initialized final instance variable is warning, not error | 58 # co19 issue #464, not initialized final instance variable is warning, not error |
| 61 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: fail | 59 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: fail |
| 62 | 60 |
| 63 # co19 issue #442, undefined name "Expect" | 61 # co19 issue #442, undefined name "Expect" |
| 64 Language/15_Types/4_Interface_Types_A08_t03: fail, OK | 62 Language/15_Types/4_Interface_Types_A08_t03: fail, OK |
| 65 | 63 |
| 66 # co19 issue #448, Collection was removed | 64 # co19 issue #448, Collection was removed |
| 67 LibTest/collection/Queue/Queue.from_A01_t01: fail, OK | 65 LibTest/collection/Queue/Queue.from_A01_t01: fail, OK |
| 68 LibTest/collection/Queue/Queue.from_A01_t02: fail, OK | 66 LibTest/collection/Queue/Queue.from_A01_t02: fail, OK |
| 69 LibTest/core/Set/intersection_A01_t02: fail, OK | |
| 70 | 67 |
| 71 # co19 issue 452, more method in Iterable | 68 # co19 issue 452, more method in Iterable |
| 72 LibTest/core/Set/Set.from_A01_t02: fail, OK | 69 LibTest/core/Set/Set.from_A01_t02: fail, OK |
| 73 | 70 |
| 74 # co19 issue #455, undeclared identifier is static warning | 71 # co19 issue #455, undeclared identifier is static warning |
| 75 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10:
fail, OK | 72 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10:
fail, OK |
| 76 Language/13_Statements/04_Local_Function_Declaration_A02_t02: fail, OK | 73 Language/13_Statements/04_Local_Function_Declaration_A02_t02: fail, OK |
| 77 Language/14_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK | 74 Language/14_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK |
| 78 Language/14_Libraries_and_Scripts/1_Imports_A02_t15: fail, OK | 75 Language/14_Libraries_and_Scripts/1_Imports_A02_t15: fail, OK |
| 79 | 76 |
| 80 # co19 issue #513, rules for finals were loosened, contradiction in spec was fix
ed | 77 # co19 issue #513, rules for finals were loosened, contradiction in spec was fix
ed |
| 81 Language/07_Classes/6_Constructors/1_Generative_Constructors_A21_t01: fail, OK | 78 Language/07_Classes/6_Constructors/1_Generative_Constructors_A21_t01: fail, OK |
| 82 | 79 |
| 83 # co19 issue #514, it is still an error to have both a n initializing formal and
an initializer in the constructor's initializer list | 80 # co19 issue #514, it is still an error to have both a n initializing formal and
an initializer in the constructor's initializer list |
| 84 Language/05_Variables/05_Variables_A05_t03: fail, OK | 81 Language/05_Variables/05_Variables_A05_t03: fail, OK |
| 85 | 82 |
| 86 # 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 | 83 # 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 |
| 87 Language/07_Classes/3_Setters_A08_t01: fail, OK | 84 Language/07_Classes/3_Setters_A08_t01: fail, OK |
| 88 Language/07_Classes/3_Setters_A08_t02: fail, OK | 85 Language/07_Classes/3_Setters_A08_t02: fail, OK |
| 89 Language/07_Classes/3_Setters_A08_t03: fail, OK | |
| 90 Language/07_Classes/3_Setters_A08_t04: fail, OK | 86 Language/07_Classes/3_Setters_A08_t04: fail, OK |
| 91 | 87 |
| 92 # co19 issue #438, Static variables are initialized lazily, need not be constant
s | 88 # co19 issue #438, Static variables are initialized lazily, need not be constant
s |
| 93 Language/12_Expressions/01_Constants_A16_t01: fail, OK | 89 Language/12_Expressions/01_Constants_A16_t01: fail, OK |
| 94 Language/12_Expressions/01_Constants_A16_t02: fail, OK | 90 Language/12_Expressions/01_Constants_A16_t02: fail, OK |
| 95 | 91 |
| 96 # co19 issue #420, "throw" requires expression, "rethrow" should be used instead | |
| 97 Language/12_Expressions/08_Throw_A05_t01: fail, OK | |
| 98 Language/12_Expressions/08_Throw_A05_t02: fail, OK | |
| 99 Language/12_Expressions/08_Throw_A05_t03: fail, OK | |
| 100 | |
| 101 # co19 issue #454 (wrongly closed) | 92 # co19 issue #454 (wrongly closed) |
| 102 Language/12_Expressions/12_Instance_Creation/1_New_A01_t04: fail, OK | 93 Language/12_Expressions/12_Instance_Creation/1_New_A01_t04: fail, OK |
| 103 | 94 |
| 104 # co19 issue #528, Const: wrong number of type arguments | 95 # co19 issue #528, Const: wrong number of type arguments |
| 105 Language/12_Expressions/12_Instance_Creation_A01_t02: fail, OK | 96 Language/12_Expressions/12_Instance_Creation_A01_t02: fail, OK |
| 106 Language/12_Expressions/12_Instance_Creation_A01_t05: fail, OK | 97 Language/12_Expressions/12_Instance_Creation_A01_t05: fail, OK |
| 107 Language/12_Expressions/12_Instance_Creation_A01_t06: fail, OK | 98 Language/12_Expressions/12_Instance_Creation_A01_t06: fail, OK |
| 108 | 99 |
| 109 # co19 issue #388 (wrongly closed), StringBuffer methods changed | 100 # co19 issue #388 (wrongly closed), StringBuffer methods changed |
| 110 Language/12_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: fail, O
K | 101 Language/12_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: fail, O
K |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 LibTest/async/Stream/handleError_A03_t01: fail # co19-roll r546: Please triage t
his failure | 162 LibTest/async/Stream/handleError_A03_t01: fail # co19-roll r546: Please triage t
his failure |
| 172 LibTest/async/Stream/isBroadcast_A01_t01: fail # co19-roll r546: Please triage t
his failure | 163 LibTest/async/Stream/isBroadcast_A01_t01: fail # co19-roll r546: Please triage t
his failure |
| 173 LibTest/async/Stream/isBroadcast_A01_t02: fail # co19-roll r546: Please triage t
his failure | 164 LibTest/async/Stream/isBroadcast_A01_t02: fail # co19-roll r546: Please triage t
his failure |
| 174 LibTest/async/StreamIterator/cancel_A01_t01: fail # co19-roll r546: Please triag
e this failure | 165 LibTest/async/StreamIterator/cancel_A01_t01: fail # co19-roll r546: Please triag
e this failure |
| 175 LibTest/async/Stream/listen_A03_t01: fail # co19-roll r546: Please triage this f
ailure | 166 LibTest/async/Stream/listen_A03_t01: fail # co19-roll r546: Please triage this f
ailure |
| 176 LibTest/async/Stream/Stream_A01_t01: fail # co19-roll r546: Please triage this f
ailure | 167 LibTest/async/Stream/Stream_A01_t01: fail # co19-roll r546: Please triage this f
ailure |
| 177 LibTest/async/Stream/Stream.fromFuture_A02_t01: fail # co19-roll r546: Please tr
iage this failure | 168 LibTest/async/Stream/Stream.fromFuture_A02_t01: fail # co19-roll r546: Please tr
iage this failure |
| 178 LibTest/async/Stream/Stream.fromFuture_A02_t02: fail # co19-roll r546: Please tr
iage this failure | 169 LibTest/async/Stream/Stream.fromFuture_A02_t02: fail # co19-roll r546: Please tr
iage this failure |
| 179 LibTest/async/Stream/Stream.fromIterable_A01_t02: fail # co19-roll r546: Please
triage this failure | 170 LibTest/async/Stream/Stream.fromIterable_A01_t02: fail # co19-roll r546: Please
triage this failure |
| 180 LibTest/async/Timer/cancel_A01_t01: fail # co19-roll r546: Please triage this fa
ilure | 171 LibTest/async/Timer/cancel_A01_t01: fail # co19-roll r546: Please triage this fa
ilure |
| 181 LibTest/core/DateTime/compareTo_A02_t01: fail # co19-roll r546: Please triage th
is failure | |
| 182 LibTest/core/DateTime/subtract_A02_t01: fail # co19-roll r546: Please triage thi
s failure | 172 LibTest/core/DateTime/subtract_A02_t01: fail # co19-roll r546: Please triage thi
s failure |
| 183 LibTest/core/Duration/operator_div_A01_t01: fail # co19-roll r546: Please triage
this failure | 173 LibTest/core/Duration/operator_div_A01_t01: fail # co19-roll r546: Please triage
this failure |
| 184 LibTest/core/Duration/operator_eq_A01_t01: fail # co19-roll r546: Please triage
this failure | 174 LibTest/core/Duration/operator_eq_A01_t01: fail # co19-roll r546: Please triage
this failure |
| 185 LibTest/core/Duration/operator_gt_A01_t01: fail # co19-roll r546: Please triage
this failure | 175 LibTest/core/Duration/operator_gt_A01_t01: fail # co19-roll r546: Please triage
this failure |
| 186 LibTest/core/Duration/operator_lt_A01_t01: fail # co19-roll r546: Please triage
this failure | 176 LibTest/core/Duration/operator_lt_A01_t01: fail # co19-roll r546: Please triage
this failure |
| 187 LibTest/core/Duration/operator_lte_A01_t01: fail # co19-roll r546: Please triage
this failure | 177 LibTest/core/Duration/operator_lte_A01_t01: fail # co19-roll r546: Please triage
this failure |
| 188 LibTest/core/Duration/operator_minus_A01_t01: fail # co19-roll r546: Please tria
ge this failure | 178 LibTest/core/Duration/operator_minus_A01_t01: fail # co19-roll r546: Please tria
ge this failure |
| 189 LibTest/core/Duration/operator_mult_A01_t01: fail # co19-roll r546: Please triag
e this failure | 179 LibTest/core/Duration/operator_mult_A01_t01: fail # co19-roll r546: Please triag
e this failure |
| 190 LibTest/core/Duration/operator_plus_A01_t01: fail # co19-roll r546: Please triag
e this failure | 180 LibTest/core/Duration/operator_plus_A01_t01: fail # co19-roll r546: Please triag
e this failure |
| 191 LibTest/core/List/asMap_A01_t01: fail # co19-roll r546: Please triage this failu
re | 181 LibTest/core/List/asMap_A01_t01: fail # co19-roll r546: Please triage this failu
re |
| (...skipping 15 matching lines...) Expand all Loading... |
| 207 LibTest/core/StringBuffer/writeAll_A03_t01: fail # co19-roll r546: Please triage
this failure | 197 LibTest/core/StringBuffer/writeAll_A03_t01: fail # co19-roll r546: Please triage
this failure |
| 208 LibTest/isolate/isolate_api/streamSpawnFunction_A01_t01: fail # co19-roll r546:
Please triage this failure | 198 LibTest/isolate/isolate_api/streamSpawnFunction_A01_t01: fail # co19-roll r546:
Please triage this failure |
| 209 LibTest/isolate/IsolateSink/add_A01_t02: fail # co19-roll r546: Please triage th
is failure | 199 LibTest/isolate/IsolateSink/add_A01_t02: fail # co19-roll r546: Please triage th
is failure |
| 210 LibTest/isolate/IsolateSink/addError_A01_t01: fail # co19-roll r546: Please tria
ge this failure | 200 LibTest/isolate/IsolateSink/addError_A01_t01: fail # co19-roll r546: Please tria
ge this failure |
| 211 LibTest/isolate/IsolateSink/addError_A01_t02: fail # co19-roll r546: Please tria
ge this failure | 201 LibTest/isolate/IsolateSink/addError_A01_t02: fail # co19-roll r546: Please tria
ge this failure |
| 212 LibTest/isolate/IsolateSink/operator_equality_A01_t01: fail # co19-roll r546: Pl
ease triage this failure | 202 LibTest/isolate/IsolateSink/operator_equality_A01_t01: fail # co19-roll r546: Pl
ease triage this failure |
| 213 LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage
this failure | 203 LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage
this failure |
| 214 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: fail # co19-roll r546:
Please triage this failure | 204 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: fail # co19-roll r546:
Please triage this failure |
| 215 LibTest/isolate/IsolateStream/contains_A01_t01: fail # co19-roll r546: Please tr
iage this failure | 205 LibTest/isolate/IsolateStream/contains_A01_t01: fail # co19-roll r546: Please tr
iage this failure |
| 216 LibTest/isolate/IsolateStream/contains_A02_t01: fail # co19-roll r546: Please tr
iage this failure | 206 LibTest/isolate/IsolateStream/contains_A02_t01: fail # co19-roll r546: Please tr
iage this failure |
| 217 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: fail # co19-roll r546: Please
triage this failure | 207 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: fail # co19-roll r546: Please
triage this failure |
| OLD | NEW |