| 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 LibTest/core/String/String_class_A01_t01: Fail # co19 issue 561 | 101 LibTest/core/String/String_class_A01_t01: Fail # co19 issue 561 |
| 102 LibTest/core/String/concat_A01_t01: Fail # co19 issue 561 | 102 LibTest/core/String/concat_A01_t01: Fail # co19 issue 561 |
| 103 LibTest/core/String/concat_A02_t01: Fail # co19 issue 561 | 103 LibTest/core/String/concat_A02_t01: Fail # co19 issue 561 |
| 104 LibTest/core/String/hashCode_A01_t01: Fail # co19 issue 561 | 104 LibTest/core/String/hashCode_A01_t01: Fail # co19 issue 561 |
| 105 | 105 |
| 106 ### CHECKED MODE FAILURES ### | 106 ### CHECKED MODE FAILURES ### |
| 107 | 107 |
| 108 [ ($runtime == vm || $compiler == dart2js) && $checked] | 108 [ ($runtime == vm || $compiler == dart2js) && $checked] |
| 109 Language/13_Statements/09_Switch_A05_t01: FAIL, OK # co19 issue 498 | 109 Language/13_Statements/09_Switch_A05_t01: FAIL, OK # co19 issue 498 |
| 110 Language/14_Libraries_and_Scripts/1_Imports_A03_t26: FAIL, OK # co19 issue 498 | 110 Language/14_Libraries_and_Scripts/1_Imports_A03_t26: FAIL, OK # co19 issue 498 |
| 111 Language/14_Libraries_and_Scripts/1_Imports_A03_t46: PASS, FAIL, OK |
| 112 Language/14_Libraries_and_Scripts/1_Imports_A03_t66: PASS, FAIL, OK |
| 111 Language/15_Types/1_Static_Types_A03_t01: Fail # co19-roll r559: Please triage t
his failure | 113 Language/15_Types/1_Static_Types_A03_t01: Fail # co19-roll r559: Please triage t
his failure |
| 112 LibTest/async/EventTransformStream/contains_A01_t01: FAIL, OK # co19 issue 498 | 114 LibTest/async/EventTransformStream/contains_A01_t01: FAIL, OK # co19 issue 498 |
| 113 LibTest/core/DateTime/compareTo_A02_t01: FAIL, OK # co19 issue 498 | 115 LibTest/core/DateTime/compareTo_A02_t01: FAIL, OK # co19 issue 498 |
| 114 LibTest/core/List/removeAt_A02_t01: FAIL, OK # co19 issue 498 | 116 LibTest/core/List/removeAt_A02_t01: FAIL, OK # co19 issue 498 |
| 115 LibTest/core/TypeError/column_A01_t01: FAIL, OK # co19 issue 510 | 117 LibTest/core/TypeError/column_A01_t01: FAIL, OK # co19 issue 510 |
| 116 LibTest/core/TypeError/dstName_A01_t01: FAIL, OK # co19 issue 510 | 118 LibTest/core/TypeError/dstName_A01_t01: FAIL, OK # co19 issue 510 |
| 117 LibTest/core/TypeError/dstType_A01_t01: FAIL, OK # co19 issue 510 | 119 LibTest/core/TypeError/dstType_A01_t01: FAIL, OK # co19 issue 510 |
| 118 LibTest/core/TypeError/failedAssertion_A01_t01: FAIL, OK # co19 issue 510 | 120 LibTest/core/TypeError/failedAssertion_A01_t01: FAIL, OK # co19 issue 510 |
| 119 LibTest/core/TypeError/line_A01_t01: FAIL, OK # co19 issue 510 | 121 LibTest/core/TypeError/line_A01_t01: FAIL, OK # co19 issue 510 |
| 120 LibTest/core/TypeError/srcType_A01_t01: FAIL, OK # co19 issue 510 | 122 LibTest/core/TypeError/srcType_A01_t01: FAIL, OK # co19 issue 510 |
| 121 LibTest/core/TypeError/url_A01_t01: FAIL, OK # co19 issue 510 | 123 LibTest/core/TypeError/url_A01_t01: FAIL, OK # co19 issue 510 |
| 122 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: Fail # co19 issue 550 | 124 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: Fail # co19 issue 550 |
| OLD | NEW |