| 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 |
| 11 | 11 |
| 12 [ $runtime == vm || $compiler == dart2dart || $compiler == dart2js ] | 12 [ $runtime == vm || $compiler == dart2dart || $compiler == dart2js ] |
| 13 LibTest/core/Uri/decodeQueryComponent_A02_t01: fail # co19 Issue 591 |
| 13 LibTest/core/Uri/encodeComponent_A01_t02: fail # Issue 13251, co19 Issues 588, 5
89 | 14 LibTest/core/Uri/encodeComponent_A01_t02: fail # Issue 13251, co19 Issues 588, 5
89 |
| 14 LibTest/core/Uri/parse_A01_t01: fail # Issue 13252 | 15 LibTest/core/Uri/parse_A01_t01: fail # Issue 13252 |
| 15 LibTest/core/Uri/Uri_A03_t01: fail # Issue 13250, co19 Issue 588 | 16 LibTest/core/Uri/Uri_A03_t01: fail # Issue 13250, co19 Issue 588 |
| 16 LibTest/core/Uri/Uri_A04_t01: fail # Issue 13249 | 17 LibTest/core/Uri/Uri_A04_t01: fail # Issue 13249 |
| 17 LibTest/core/Uri/Uri.http_A02_t01: fail # Issue 13250, co19 Issue 588 | 18 LibTest/core/Uri/Uri.http_A02_t01: fail # Issue 13250, co19 Issue 588 |
| 18 LibTest/core/Uri/Uri.https_A02_t01: fail # Issue 13250, co19 Issue 588 | 19 LibTest/core/Uri/Uri.https_A02_t01: fail # Issue 13250, co19 Issue 588 |
| 19 # Maybe we should wait until isolate library is sealed before triaging these. | 20 # Maybe we should wait until isolate library is sealed before triaging these. |
| 20 LibTest/isolate/isolate_api/spawnFunction_A04_t01: fail, timeout # co19-roll r54
6: Please triage this failure | 21 LibTest/isolate/isolate_api/spawnFunction_A04_t01: fail, timeout # co19-roll r54
6: Please triage this failure |
| 21 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail, timeout # co19-ro
ll r546: Please triage this failure | 22 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail, timeout # co19-ro
ll r546: Please triage this failure |
| 22 | 23 |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 LibTest/core/List/removeAt_A02_t01: FAIL, OK # co19 issue 498 | 116 LibTest/core/List/removeAt_A02_t01: FAIL, OK # co19 issue 498 |
| 116 LibTest/core/TypeError/column_A01_t01: FAIL, OK # co19 issue 510 | 117 LibTest/core/TypeError/column_A01_t01: FAIL, OK # co19 issue 510 |
| 117 LibTest/core/TypeError/dstName_A01_t01: FAIL, OK # co19 issue 510 | 118 LibTest/core/TypeError/dstName_A01_t01: FAIL, OK # co19 issue 510 |
| 118 LibTest/core/TypeError/dstType_A01_t01: FAIL, OK # co19 issue 510 | 119 LibTest/core/TypeError/dstType_A01_t01: FAIL, OK # co19 issue 510 |
| 119 LibTest/core/TypeError/failedAssertion_A01_t01: FAIL, OK # co19 issue 510 | 120 LibTest/core/TypeError/failedAssertion_A01_t01: FAIL, OK # co19 issue 510 |
| 120 LibTest/core/TypeError/line_A01_t01: FAIL, OK # co19 issue 510 | 121 LibTest/core/TypeError/line_A01_t01: FAIL, OK # co19 issue 510 |
| 121 LibTest/core/TypeError/srcType_A01_t01: FAIL, OK # co19 issue 510 | 122 LibTest/core/TypeError/srcType_A01_t01: FAIL, OK # co19 issue 510 |
| 122 LibTest/core/TypeError/url_A01_t01: FAIL, OK # co19 issue 510 | 123 LibTest/core/TypeError/url_A01_t01: FAIL, OK # co19 issue 510 |
| 123 LibTest/core/Uri/encodeFull_A01_t02: fail # co19 Issue 589 | 124 LibTest/core/Uri/encodeFull_A01_t02: fail # co19 Issue 589 |
| 124 | 125 |
| OLD | NEW |