| 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 |
| 6 # on the co19 issue tracker. | 6 # have been filed on the co19 issue tracker at |
| 7 # https://code.google.com/p/co19/issues/list . |
| 8 # |
| 7 # In order to qualify here these tests need to fail both on the VM and dart2js. | 9 # In order to qualify here these tests need to fail both on the VM and dart2js. |
| 8 | 10 |
| 9 ### GENERAL FAILURES ### | 11 ### GENERAL FAILURES ### |
| 10 | 12 |
| 11 [ $runtime == vm || $runtime != vm ] | 13 [ $runtime == vm || $runtime != vm ] |
| 12 # Tests that fail everywhere, including the analyzer. | 14 # Tests that fail everywhere, including the analyzer. |
| 13 | 15 |
| 14 LibTest/isolate/IsolateStream/contains_A02_t01: Fail # co19 issue 668 | 16 LibTest/isolate/IsolateStream/contains_A02_t01: Fail # co19 issue 668 |
| 15 | 17 |
| 16 [ $compiler != dartanalyzer && $compiler != dart2analyzer ] | 18 [ $compiler != dartanalyzer && $compiler != dart2analyzer ] |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c
o19 issue 638 | 83 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c
o19 issue 638 |
| 82 | 84 |
| 83 [ $runtime == dartium || $compiler == dart2js ] | 85 [ $runtime == dartium || $compiler == dart2js ] |
| 84 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 | 86 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 |
| 85 | 87 |
| 86 ### CHECKED MODE FAILURES ### | 88 ### CHECKED MODE FAILURES ### |
| 87 | 89 |
| 88 [ $compiler != dartanalyzer && $compiler != dart2analyzer && $checked ] | 90 [ $compiler != dartanalyzer && $compiler != dart2analyzer && $checked ] |
| 89 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure | 91 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure |
| 90 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure | 92 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure |
| OLD | NEW |