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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 LibTest/core/DateTime/year_A01_t01: FAIL, OK # co19 issue 504 | 58 LibTest/core/DateTime/year_A01_t01: FAIL, OK # co19 issue 504 |
59 LibTest/core/double/parse_A01_t01: FAIL, OK # co19 issue 503 | 59 LibTest/core/double/parse_A01_t01: FAIL, OK # co19 issue 503 |
60 | 60 |
61 LibTest/isolate/SendPort/send_A02_t02: SKIP # co19 issue 493 | 61 LibTest/isolate/SendPort/send_A02_t02: SKIP # co19 issue 493 |
62 LibTest/isolate/SendPort/send_A02_t03: SKIP # co19 issue 495 | 62 LibTest/isolate/SendPort/send_A02_t03: SKIP # co19 issue 495 |
63 | 63 |
64 Utils/tests/Expect/listEquals_A02_t01: FAIL, OK # co19 issue 499 | 64 Utils/tests/Expect/listEquals_A02_t01: FAIL, OK # co19 issue 499 |
65 Utils/tests/Expect/listEquals_A03_t01: FAIL, OK # co19 issue 500 | 65 Utils/tests/Expect/listEquals_A03_t01: FAIL, OK # co19 issue 500 |
66 Utils/tests/Expect/setEquals_A02_t01: FAIL, OK # co19 issue 499 | 66 Utils/tests/Expect/setEquals_A02_t01: FAIL, OK # co19 issue 499 |
67 | 67 |
68 LibTest/isolate_api/streamSpawnFunction_A02_t02: PASS, FAIL, OK # co19 issue 540 | 68 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t02: PASS, FAIL, OK # co19 i
ssue 540 |
69 LibTest/isolate_api/streamSpawnFunction_A02_t03: PASS, FAIL, OK # co19 issue 540 | 69 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t03: PASS, FAIL, OK # co19 i
ssue 540 |
70 LibTest/isolate/IsolateStream/contains_A02_t01: PASS, FAIL, OK # co19 issue 540 | 70 LibTest/isolate/IsolateStream/contains_A02_t01: PASS, FAIL, OK # co19 issue 540 |
71 | 71 |
72 LibTest/async/EventTransformStream/listen_A04_t01: Pass, Timeout # co19 issue 54
2 | 72 LibTest/async/EventTransformStream/listen_A04_t01: Pass, Timeout # co19 issue 54
2 |
73 | 73 |
74 LibTest/async/EventTransformStream/elementAt_A03_t01: FAIL # co19 issue 545 | 74 LibTest/async/EventTransformStream/elementAt_A03_t01: FAIL # co19 issue 545 |
75 LibTest/async/Stream/elementAt_A03_t01: FAIL # co19 issue 545 | 75 LibTest/async/Stream/elementAt_A03_t01: FAIL # co19 issue 545 |
76 | 76 |
77 ### CHECKED MODE FAILURES ### | 77 ### CHECKED MODE FAILURES ### |
78 | 78 |
79 [ ($runtime == vm || $compiler == dart2js) && $checked] | 79 [ ($runtime == vm || $compiler == dart2js) && $checked] |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 LibTest/core/TypeError/column_A01_t01: FAIL, OK # co19 issue 510 | 133 LibTest/core/TypeError/column_A01_t01: FAIL, OK # co19 issue 510 |
134 LibTest/core/TypeError/dstName_A01_t01: FAIL, OK # co19 issue 510 | 134 LibTest/core/TypeError/dstName_A01_t01: FAIL, OK # co19 issue 510 |
135 LibTest/core/TypeError/dstType_A01_t01: FAIL, OK # co19 issue 510 | 135 LibTest/core/TypeError/dstType_A01_t01: FAIL, OK # co19 issue 510 |
136 LibTest/core/TypeError/failedAssertion_A01_t01: FAIL, OK # co19 issue 510 | 136 LibTest/core/TypeError/failedAssertion_A01_t01: FAIL, OK # co19 issue 510 |
137 LibTest/core/TypeError/line_A01_t01: FAIL, OK # co19 issue 510 | 137 LibTest/core/TypeError/line_A01_t01: FAIL, OK # co19 issue 510 |
138 LibTest/core/TypeError/srcType_A01_t01: FAIL, OK # co19 issue 510 | 138 LibTest/core/TypeError/srcType_A01_t01: FAIL, OK # co19 issue 510 |
139 LibTest/core/TypeError/url_A01_t01: FAIL, OK # co19 issue 510 | 139 LibTest/core/TypeError/url_A01_t01: FAIL, OK # co19 issue 510 |
140 LibTest/isolate/IsolateStream/last_A01_t01: FAIL, OK # co19 issue 498 | 140 LibTest/isolate/IsolateStream/last_A01_t01: FAIL, OK # co19 issue 498 |
141 LibTest/isolate/IsolateStream/length_A01_t01: FAIL, OK # co19 issue 498 | 141 LibTest/isolate/IsolateStream/length_A01_t01: FAIL, OK # co19 issue 498 |
142 LibTest/isolate/IsolateStream/single_A01_t01: FAIL, OK # co19 issue 498 | 142 LibTest/isolate/IsolateStream/single_A01_t01: FAIL, OK # co19 issue 498 |
OLD | NEW |