| 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/encodeComponent_A01_t02: fail # co19-roll r576: Please triage t
his failure | 13 LibTest/core/Uri/encodeComponent_A01_t02: fail # co19-roll r576: Please triage t
his failure |
| 14 LibTest/core/Uri/origin_A01_t01: fail # co19-roll r576: Please triage this failu
re | |
| 15 LibTest/core/Uri/parse_A01_t01: fail # co19-roll r576: Please triage this failur
e | 14 LibTest/core/Uri/parse_A01_t01: fail # co19-roll r576: Please triage this failur
e |
| 16 LibTest/core/Uri/toFilePath_A01_t01: fail # co19-roll r576: Please triage this f
ailure | 15 LibTest/core/Uri/toFilePath_A01_t01: fail # co19-roll r576: Please triage this f
ailure |
| 17 LibTest/core/Uri/toFilePath_A01_t02: fail # co19-roll r576: Please triage this f
ailure | 16 LibTest/core/Uri/toFilePath_A01_t02: fail # co19-roll r576: Please triage this f
ailure |
| 18 LibTest/core/Uri/Uri_A03_t01: fail # co19-roll r576: Please triage this failure | 17 LibTest/core/Uri/Uri_A03_t01: fail # co19-roll r576: Please triage this failure |
| 19 LibTest/core/Uri/Uri_A04_t01: fail # co19-roll r576: Please triage this failure | 18 LibTest/core/Uri/Uri_A04_t01: fail # co19-roll r576: Please triage this failure |
| 20 LibTest/core/Uri/Uri.http_A02_t01: fail # co19-roll r576: Please triage this fai
lure | 19 LibTest/core/Uri/Uri.http_A02_t01: fail # co19-roll r576: Please triage this fai
lure |
| 21 LibTest/core/Uri/Uri.https_A02_t01: fail # co19-roll r576: Please triage this fa
ilure | 20 LibTest/core/Uri/Uri.https_A02_t01: fail # co19-roll r576: Please triage this fa
ilure |
| 22 # Maybe we should wait until isolate library is sealed before triaging these. | 21 # Maybe we should wait until isolate library is sealed before triaging these. |
| 23 LibTest/isolate/isolate_api/spawnFunction_A04_t01: fail, timeout # co19-roll r54
6: Please triage this failure | 22 LibTest/isolate/isolate_api/spawnFunction_A04_t01: fail, timeout # co19-roll r54
6: Please triage this failure |
| 24 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail, timeout # co19-ro
ll r546: Please triage this failure | 23 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail, timeout # co19-ro
ll r546: Please triage this failure |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 LibTest/core/List/removeAt_A02_t01: FAIL, OK # co19 issue 498 | 117 LibTest/core/List/removeAt_A02_t01: FAIL, OK # co19 issue 498 |
| 119 LibTest/core/TypeError/column_A01_t01: FAIL, OK # co19 issue 510 | 118 LibTest/core/TypeError/column_A01_t01: FAIL, OK # co19 issue 510 |
| 120 LibTest/core/TypeError/dstName_A01_t01: FAIL, OK # co19 issue 510 | 119 LibTest/core/TypeError/dstName_A01_t01: FAIL, OK # co19 issue 510 |
| 121 LibTest/core/TypeError/dstType_A01_t01: FAIL, OK # co19 issue 510 | 120 LibTest/core/TypeError/dstType_A01_t01: FAIL, OK # co19 issue 510 |
| 122 LibTest/core/TypeError/failedAssertion_A01_t01: FAIL, OK # co19 issue 510 | 121 LibTest/core/TypeError/failedAssertion_A01_t01: FAIL, OK # co19 issue 510 |
| 123 LibTest/core/TypeError/line_A01_t01: FAIL, OK # co19 issue 510 | 122 LibTest/core/TypeError/line_A01_t01: FAIL, OK # co19 issue 510 |
| 124 LibTest/core/TypeError/srcType_A01_t01: FAIL, OK # co19 issue 510 | 123 LibTest/core/TypeError/srcType_A01_t01: FAIL, OK # co19 issue 510 |
| 125 LibTest/core/TypeError/url_A01_t01: FAIL, OK # co19 issue 510 | 124 LibTest/core/TypeError/url_A01_t01: FAIL, OK # co19 issue 510 |
| 126 LibTest/core/Uri/encodeFull_A01_t02: fail # co19-roll r576: Please triage this f
ailure | 125 LibTest/core/Uri/encodeFull_A01_t02: fail # co19-roll r576: Please triage this f
ailure |
| 127 | 126 |
| OLD | NEW |