| 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 # invalid argument for constant constructor | 6 # invalid argument for constant constructor |
| 7 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail | 7 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail |
| 8 | 8 |
| 9 # TBD: should we check that argument for dynamic parameter of constant construct
or is not compatible with operation that is performed with it? | 9 # TBD: should we check that argument for dynamic parameter of constant construct
or is not compatible with operation that is performed with it? |
| 10 Language/12_Expressions/01_Constants_A16_t03: fail | 10 Language/12_Expressions/01_Constants_A16_t03: fail |
| (...skipping 30 matching lines...) Expand all Loading... |
| 41 | 41 |
| 42 # co19 issue #420, "throw" requires expression, "rethrow" should be used instead | 42 # co19 issue #420, "throw" requires expression, "rethrow" should be used instead |
| 43 Language/12_Expressions/08_Throw_A05_t01: fail, OK | 43 Language/12_Expressions/08_Throw_A05_t01: fail, OK |
| 44 Language/12_Expressions/08_Throw_A05_t02: fail, OK | 44 Language/12_Expressions/08_Throw_A05_t02: fail, OK |
| 45 Language/12_Expressions/08_Throw_A05_t03: fail, OK | 45 Language/12_Expressions/08_Throw_A05_t03: fail, OK |
| 46 | 46 |
| 47 # co19 issue #454 (wrongly closed) | 47 # co19 issue #454 (wrongly closed) |
| 48 Language/12_Expressions/12_Instance_Creation/1_New_A01_t04: fail, OK | 48 Language/12_Expressions/12_Instance_Creation/1_New_A01_t04: fail, OK |
| 49 | 49 |
| 50 # co19 issue #528, Const: wrong number of type arguments | 50 # co19 issue #528, Const: wrong number of type arguments |
| 51 Language/12_Expressions/12_Instance_Creation_A01_t02: fail, OK | |
| 52 Language/12_Expressions/12_Instance_Creation_A01_t05: fail, OK | 51 Language/12_Expressions/12_Instance_Creation_A01_t05: fail, OK |
| 53 Language/12_Expressions/12_Instance_Creation_A01_t06: fail, OK | 52 Language/12_Expressions/12_Instance_Creation_A01_t06: fail, OK |
| 54 | 53 |
| 55 # co19 issue #541: tests contain unqualified reference to static members defined
in superclass | 54 # co19 issue #541: tests contain unqualified reference to static members defined
in superclass |
| 56 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t07:
fail, OK | 55 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t07:
fail, OK |
| 57 Language/12_Expressions/30_Identifier_Reference_A14_t03: fail, OK | 56 Language/12_Expressions/30_Identifier_Reference_A14_t03: fail, OK |
| 58 | 57 |
| 59 # co19 issue #543: invocation of a non-function | 58 # co19 issue #543: invocation of a non-function |
| 60 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A03_t02: fail, OK | 59 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A03_t02: fail, OK |
| 61 | 60 |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 LibTest/async/EventTransformStream/skip_A01_t01: Fail | 134 LibTest/async/EventTransformStream/skip_A01_t01: Fail |
| 136 LibTest/async/EventTransformStream/takeWhile_A01_t01: Fail | 135 LibTest/async/EventTransformStream/takeWhile_A01_t01: Fail |
| 137 LibTest/async/EventTransformStream/take_A01_t01: Fail | 136 LibTest/async/EventTransformStream/take_A01_t01: Fail |
| 138 LibTest/async/EventTransformStream/take_A01_t02: Fail | 137 LibTest/async/EventTransformStream/take_A01_t02: Fail |
| 139 LibTest/async/EventTransformStream/take_A01_t03: Fail | 138 LibTest/async/EventTransformStream/take_A01_t03: Fail |
| 140 LibTest/async/EventTransformStream/toList_A01_t01: Fail | 139 LibTest/async/EventTransformStream/toList_A01_t01: Fail |
| 141 LibTest/async/EventTransformStream/toSet_A01_t01: Fail | 140 LibTest/async/EventTransformStream/toSet_A01_t01: Fail |
| 142 LibTest/async/EventTransformStream/transform_A01_t01: Fail | 141 LibTest/async/EventTransformStream/transform_A01_t01: Fail |
| 143 LibTest/async/EventTransformStream/where_A01_t01: Fail | 142 LibTest/async/EventTransformStream/where_A01_t01: Fail |
| 144 LibTest/async/EventTransformStream/where_A01_t02: Fail | 143 LibTest/async/EventTransformStream/where_A01_t02: Fail |
| 145 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail | |
| 146 LibTest/async/Stream/transform_A01_t01: Fail | |
| 147 LibTest/async/StreamEventTransformer/bind_A01_t01: Fail | 144 LibTest/async/StreamEventTransformer/bind_A01_t01: Fail |
| 148 LibTest/async/StreamEventTransformer/handleData_A01_t01: Fail | 145 LibTest/async/StreamEventTransformer/handleData_A01_t01: Fail |
| 149 LibTest/async/StreamEventTransformer/handleDone_A01_t01: Fail | 146 LibTest/async/StreamEventTransformer/handleDone_A01_t01: Fail |
| 150 LibTest/async/StreamEventTransformer/handleError_A01_t01: Fail | 147 LibTest/async/StreamEventTransformer/handleError_A01_t01: Fail |
| 151 | 148 |
| 152 #co19 issue 631 | 149 #co19 issue 631 |
| 153 Language/05_Variables/05_Variables_A11_t01: Fail | |
| 154 Language/12_Expressions/30_Identifier_Reference_A02_t01: Fail | 150 Language/12_Expressions/30_Identifier_Reference_A02_t01: Fail |
| 155 Language/13_Statements/03_Variable_Declaration_A01_t09: Fail | 151 Language/13_Statements/03_Variable_Declaration_A01_t09: Fail |
| 156 Language/13_Statements/03_Variable_Declaration_A01_t16: Fail | 152 Language/13_Statements/03_Variable_Declaration_A01_t16: Fail |
| 157 | 153 |
| 158 Language/13_Statements/09_Switch_A02_t04: Fail # Issue 629 | 154 Language/13_Statements/09_Switch_A02_t04: Fail # Issue 629 |
| 159 | 155 |
| 160 Language/12_Expressions/05_Strings_A20_t01: Fail # co19-roll r623: Please triage
this failure | 156 Language/12_Expressions/05_Strings_A20_t01: Fail # co19-roll r623: Please triage
this failure |
| 161 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Fail # co1
9-roll r623: Please triage this failure | 157 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Fail # co1
9-roll r623: Please triage this failure |
| 162 LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail # co19-roll r623: Ple
ase triage this failure | 158 LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail # co19-roll r623: Ple
ase triage this failure |
| 163 LibTest/collection/Queue/Queue_class_A01_t01: Fail # co19-roll r623: Please tria
ge this failure | 159 LibTest/collection/Queue/Queue_class_A01_t01: Fail # co19-roll r623: Please tria
ge this failure |
| 164 LibTest/core/Iterable/Iterable.generate_A01_t01: Fail # co19-roll r623: Please t
riage this failure | 160 LibTest/core/Iterable/Iterable.generate_A01_t01: Fail # co19-roll r623: Please t
riage this failure |
| 161 |
| 162 Language/13_Statements/04_Local_Function_Declaration_A04_t02: Fail # co19-roll r
641: Please triage this failure |
| 163 LibTest/collection/HashMap/allTests_A01_t01: Fail # co19-roll r641: Please triag
e this failure |
| 164 LibTest/collection/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail # co19-roll r
641: Please triage this failure |
| 165 LibTest/collection/LinkedHashMap/allTests_A01_t01: Fail # co19-roll r641: Please
triage this failure |
| 166 LibTest/collection/SplayTreeMap/allTests_A01_t01: Fail # co19-roll r641: Please
triage this failure |
| 167 LibTest/core/Map/allTests_A01_t01: Fail # co19-roll r641: Please triage this fai
lure |
| OLD | NEW |