| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 # This file contains the tests that have been identified as broken and have been
filed | 5 # This file contains the tests that have been identified as broken and have been
filed |
| 6 # on the co19 issue tracker. | 6 # on the co19 issue tracker. |
| 7 # In order to qualify here these tests need to fail both on the VM and dart2js. | 7 # In order to qualify here these tests need to fail both on the VM and dart2js. |
| 8 | 8 |
| 9 ### GENERAL FAILURES ### | 9 ### GENERAL FAILURES ### |
| 10 | 10 |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 LibTest/async/Stream/transform_A01_t01: Fail # co19 issue 626 | 155 LibTest/async/Stream/transform_A01_t01: Fail # co19 issue 626 |
| 156 LibTest/async/StreamEventTransformer/bind_A01_t01: Fail # co19 issue 626 | 156 LibTest/async/StreamEventTransformer/bind_A01_t01: Fail # co19 issue 626 |
| 157 LibTest/async/StreamEventTransformer/handleData_A01_t01: Fail # co19 issue 626 | 157 LibTest/async/StreamEventTransformer/handleData_A01_t01: Fail # co19 issue 626 |
| 158 LibTest/async/StreamEventTransformer/handleDone_A01_t01: Fail # co19 issue 626 | 158 LibTest/async/StreamEventTransformer/handleDone_A01_t01: Fail # co19 issue 626 |
| 159 LibTest/async/StreamEventTransformer/handleError_A01_t01: Fail # co19 issue 626 | 159 LibTest/async/StreamEventTransformer/handleError_A01_t01: Fail # co19 issue 626 |
| 160 | 160 |
| 161 | 161 |
| 162 ### CHECKED MODE FAILURES ### | 162 ### CHECKED MODE FAILURES ### |
| 163 | 163 |
| 164 [ ($runtime == vm || $compiler == dart2js) && $checked] | 164 [ ($runtime == vm || $compiler == dart2js) && $checked] |
| 165 Language/13_Statements/09_Switch_A09_t01: PASS, FAIL, OK # co19 issue 633 |
| 165 Language/07_Classes/6_Constructors/2_Factories_A12_t02: fail # co19-roll r587: P
lease triage this failure | 166 Language/07_Classes/6_Constructors/2_Factories_A12_t02: fail # co19-roll r587: P
lease triage this failure |
| 166 Language/13_Statements/09_Switch_A05_t01: FAIL, OK # co19 issue 498 | |
| 167 Language/14_Libraries_and_Scripts/1_Imports_A03_t46: PASS, FAIL, OK # co19 issue
560 | 167 Language/14_Libraries_and_Scripts/1_Imports_A03_t46: PASS, FAIL, OK # co19 issue
560 |
| 168 Language/14_Libraries_and_Scripts/1_Imports_A03_t66: PASS, FAIL, OK # co19 issue
560 | 168 Language/14_Libraries_and_Scripts/1_Imports_A03_t66: PASS, FAIL, OK # co19 issue
560 |
| 169 LibTest/async/EventTransformStream/contains_A01_t01: FAIL, OK # co19 issue 498 | 169 LibTest/async/EventTransformStream/contains_A01_t01: FAIL, OK # co19 issue 498 |
| 170 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure | 170 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure |
| 171 | 171 |
| 172 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: RuntimeErr
or # co19-roll r623: Please triage this failure | 172 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: RuntimeErr
or # co19-roll r623: Please triage this failure |
| 173 LibTest/collection/ListQueue/ListQueue_class_A01_t01: RuntimeError # co19-roll r
623: Please triage this failure | 173 LibTest/collection/ListQueue/ListQueue_class_A01_t01: RuntimeError # co19-roll r
623: Please triage this failure |
| 174 LibTest/collection/Queue/Queue_class_A01_t01: RuntimeError # co19-roll r623: Ple
ase triage this failure | 174 LibTest/collection/Queue/Queue_class_A01_t01: RuntimeError # co19-roll r623: Ple
ase triage this failure |
| 175 LibTest/core/Iterable/Iterable.generate_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure | 175 LibTest/core/Iterable/Iterable.generate_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure |
| 176 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure | 176 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure |
| 177 | 177 |
| 178 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # co19-roll r623: Please t
riage this failure | 178 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # co19-roll r623: Please t
riage this failure |
| 179 | 179 |
| OLD | NEW |