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 # 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 | 64 |
65 # co19 issue #615: Expect import missing | 65 # co19 issue #615: Expect import missing |
66 LibTest/collection/LinkedList/LinkedList_A01_t01: Fail, OK | 66 LibTest/collection/LinkedList/LinkedList_A01_t01: Fail, OK |
67 | 67 |
68 # co19 issue #617: "hasNext" is not a function; "Expec" | 68 # co19 issue #617: "hasNext" is not a function; "Expec" |
69 LibTest/collection/HasNextIterator/HasNextIterator_A01_t01: Fail, OK | 69 LibTest/collection/HasNextIterator/HasNextIterator_A01_t01: Fail, OK |
70 | 70 |
71 # co19 issue #623: main() { {}; } is block and empty statement, not a map | 71 # co19 issue #623: main() { {}; } is block and empty statement, not a map |
72 Language/13_Statements/02_Expression_Statements_A01_t13: Fail, OK | 72 Language/13_Statements/02_Expression_Statements_A01_t13: Fail, OK |
73 | 73 |
| 74 # co19 issue #650: two argument shuffles have been refactored. |
| 75 LibTest/typed_data/Float32x4/interleaveZWPairs_A01_t01: Fail # co19 issue 650 |
| 76 LibTest/typed_data/Float32x4/interleaveZW_A01_t01: Fail # co19 issue 650 |
| 77 LibTest/typed_data/Float32x4/withZWInXY_A01_t01: Fail # co19 issue 650 |
| 78 LibTest/typed_data/Float32x4/interleaveXY_A01_t01: Fail # co19 issue 650 |
| 79 LibTest/typed_data/Float32x4/interleaveXYPairs_A01_t01: Fail # co19 issue 650 |
| 80 |
74 # co19 issue #626: StreamTransformers have been refactored. | 81 # co19 issue #626: StreamTransformers have been refactored. |
75 LibTest/async/EventTransformStream/EventTransformStream_A01_t01: Fail | 82 LibTest/async/EventTransformStream/EventTransformStream_A01_t01: Fail |
76 LibTest/async/EventTransformStream/EventTransformStream_A01_t02: Fail | 83 LibTest/async/EventTransformStream/EventTransformStream_A01_t02: Fail |
77 LibTest/async/EventTransformStream/any_A01_t01: Fail | 84 LibTest/async/EventTransformStream/any_A01_t01: Fail |
78 LibTest/async/EventTransformStream/any_A02_t01: Fail | 85 LibTest/async/EventTransformStream/any_A02_t01: Fail |
79 LibTest/async/EventTransformStream/asBroadcastStream_A01_t01: Fail | 86 LibTest/async/EventTransformStream/asBroadcastStream_A01_t01: Fail |
80 LibTest/async/EventTransformStream/asBroadcastStream_A01_t02: Fail | 87 LibTest/async/EventTransformStream/asBroadcastStream_A01_t02: Fail |
81 LibTest/async/EventTransformStream/asBroadcastStream_A02_t01: Fail | 88 LibTest/async/EventTransformStream/asBroadcastStream_A02_t01: Fail |
82 LibTest/async/EventTransformStream/contains_A01_t01: Fail | 89 LibTest/async/EventTransformStream/contains_A01_t01: Fail |
83 LibTest/async/EventTransformStream/contains_A02_t01: Fail | 90 LibTest/async/EventTransformStream/contains_A02_t01: Fail |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 Language/05_Variables/05_Variables_A05_t07: MissingCompileTimeError # co19-roll
r651: Please triage this failure | 289 Language/05_Variables/05_Variables_A05_t07: MissingCompileTimeError # co19-roll
r651: Please triage this failure |
283 Language/05_Variables/05_Variables_A06_t01: MissingCompileTimeError # co19-roll
r651: Please triage this failure | 290 Language/05_Variables/05_Variables_A06_t01: MissingCompileTimeError # co19-roll
r651: Please triage this failure |
284 Language/05_Variables/05_Variables_A06_t02: MissingCompileTimeError # co19-roll
r651: Please triage this failure | 291 Language/05_Variables/05_Variables_A06_t02: MissingCompileTimeError # co19-roll
r651: Please triage this failure |
285 Language/05_Variables/05_Variables_A06_t03: MissingCompileTimeError # co19-roll
r651: Please triage this failure | 292 Language/05_Variables/05_Variables_A06_t03: MissingCompileTimeError # co19-roll
r651: Please triage this failure |
286 Language/07_Classes/8_Static_Variables_A01_t01: MissingStaticWarning # co19-roll
r651: Please triage this failure | 293 Language/07_Classes/8_Static_Variables_A01_t01: MissingStaticWarning # co19-roll
r651: Please triage this failure |
287 Language/12_Expressions/01_Constants_A20_t04: CompileTimeError # co19-roll r651:
Please triage this failure | 294 Language/12_Expressions/01_Constants_A20_t04: CompileTimeError # co19-roll r651:
Please triage this failure |
288 Language/12_Expressions/04_Booleans/1_Boolean_Conversion_A01_t03: MissingStaticW
arning # co19-roll r651: Please triage this failure | 295 Language/12_Expressions/04_Booleans/1_Boolean_Conversion_A01_t03: MissingStaticW
arning # co19-roll r651: Please triage this failure |
289 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t13:
CompileTimeError # co19-roll r651: Please triage this failure | 296 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t13:
CompileTimeError # co19-roll r651: Please triage this failure |
290 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t17:
MissingCompileTimeError # co19-roll r651: Please triage this failure | 297 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t17:
MissingCompileTimeError # co19-roll r651: Please triage this failure |
291 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t18:
MissingCompileTimeError # co19-roll r651: Please triage this failure | 298 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t18:
MissingCompileTimeError # co19-roll r651: Please triage this failure |
OLD | NEW |