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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 LibTest/core/double/round_A01_t02: FAIL, OK # co19 issue 389 | 46 LibTest/core/double/round_A01_t02: FAIL, OK # co19 issue 389 |
47 LibTest/core/double/round_A01_t04: FAIL, OK # co19 issue 389 | 47 LibTest/core/double/round_A01_t04: FAIL, OK # co19 issue 389 |
48 | 48 |
49 LibTest/isolate/SendPort/send_A02_t02: SKIP # co19 issue 493 (not fixed in r672) | 49 LibTest/isolate/SendPort/send_A02_t02: SKIP # co19 issue 493 (not fixed in r672) |
50 LibTest/isolate/SendPort/send_A02_t03: SKIP # co19 issue 495 (not fixed in r672) | 50 LibTest/isolate/SendPort/send_A02_t03: SKIP # co19 issue 495 (not fixed in r672) |
51 | 51 |
52 | 52 |
53 [ $runtime == dartium || $compiler == dart2js ] | 53 [ $runtime == dartium || $compiler == dart2js ] |
54 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 | 54 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 |
55 | 55 |
56 [ $runtime == vm || $compiler == dart2js ] | |
57 LibTest/math/exp_A01_t01: PASS, FAIL, OK # co19 issue 44 | |
58 LibTest/math/sin_A01_t01: PASS, FAIL, OK # co19 issue 44 | |
59 | |
60 | |
61 [ $runtime == vm || $compiler == none || $compiler == dart2js ] | 56 [ $runtime == vm || $compiler == none || $compiler == dart2js ] |
62 LibTest/isolate/IsolateStream/any_A01_t01: Fail # Co19 issue 639 (Fixed in r674) | 57 LibTest/isolate/IsolateStream/any_A01_t01: Fail # Co19 issue 639 (Fixed in r674) |
63 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # Co19 issue 639 | 58 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # Co19 issue 639 |
64 LibTest/isolate/IsolateStream/contains_A01_t01: Fail # Co19 issue 639 | 59 LibTest/isolate/IsolateStream/contains_A01_t01: Fail # Co19 issue 639 |
65 LibTest/isolate/IsolateStream/first_A01_t01: Fail # Co19 issue 639 | 60 LibTest/isolate/IsolateStream/first_A01_t01: Fail # Co19 issue 639 |
66 LibTest/isolate/IsolateStream/first_A02_t01: Fail # Co19 issue 639 | 61 LibTest/isolate/IsolateStream/first_A02_t01: Fail # Co19 issue 639 |
67 LibTest/isolate/IsolateStream/first_A02_t02: Fail # Co19 issue 639 | 62 LibTest/isolate/IsolateStream/first_A02_t02: Fail # Co19 issue 639 |
68 LibTest/isolate/IsolateStream/isBroadcast_A01_t01: Fail # Co19 issue 639 | 63 LibTest/isolate/IsolateStream/isBroadcast_A01_t01: Fail # Co19 issue 639 |
69 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: Fail # Co19 issue 639 | 64 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: Fail # Co19 issue 639 |
70 LibTest/isolate/IsolateStream/isEmpty_A01_t01: Fail # Co19 issue 639 | 65 LibTest/isolate/IsolateStream/isEmpty_A01_t01: Fail # Co19 issue 639 |
71 LibTest/isolate/IsolateStream/last_A01_t01: Fail # Co19 issue 639 | 66 LibTest/isolate/IsolateStream/last_A01_t01: Fail # Co19 issue 639 |
72 LibTest/isolate/IsolateStream/last_A02_t01: Fail # Co19 issue 639 | 67 LibTest/isolate/IsolateStream/last_A02_t01: Fail # Co19 issue 639 |
73 LibTest/isolate/IsolateStream/length_A01_t01: Fail # Co19 issue 639 | 68 LibTest/isolate/IsolateStream/length_A01_t01: Fail # Co19 issue 639 |
74 LibTest/isolate/IsolateStream/single_A01_t01: Fail # Co19 issue 639 | 69 LibTest/isolate/IsolateStream/single_A01_t01: Fail # Co19 issue 639 |
75 LibTest/isolate/IsolateStream/single_A02_t01: Fail # Co19 issue 639 | 70 LibTest/isolate/IsolateStream/single_A02_t01: Fail # Co19 issue 639 |
76 LibTest/isolate/ReceivePort/close_A01_t01: Fail # Co19 issue 639 | 71 LibTest/isolate/ReceivePort/close_A01_t01: Fail # Co19 issue 639 |
77 LibTest/isolate/ReceivePort/close_A02_t01: Fail # Co19 issue 639 | 72 LibTest/isolate/ReceivePort/close_A02_t01: Fail # Co19 issue 639 |
78 LibTest/isolate/ReceivePort/receive_A01_t01: Fail # Co19 issue 639 | 73 LibTest/isolate/ReceivePort/receive_A01_t01: Fail # Co19 issue 639 |
79 LibTest/isolate/ReceivePort/receive_A01_t03: Fail # Co19 issue 639 | 74 LibTest/isolate/ReceivePort/receive_A01_t03: Fail # Co19 issue 639 |
80 LibTest/isolate/ReceivePort/toSendPort_A01_t01: Fail # Co19 issue 639 | 75 LibTest/isolate/ReceivePort/toSendPort_A01_t01: Fail # Co19 issue 639 |
81 LibTest/isolate/ReceivePort/toSendPort_A01_t03: Fail # Co19 issue 639 | 76 LibTest/isolate/ReceivePort/toSendPort_A01_t03: Fail # Co19 issue 639 |
82 LibTest/isolate/SendPort/call_A01_t01: Fail # Co19 issue 639 | 77 LibTest/isolate/SendPort/call_A01_t01: Fail # Co19 issue 639 |
83 LibTest/isolate/SendPort/hashCode_A01_t01: Fail # Co19 issue 639 | 78 LibTest/isolate/SendPort/hashCode_A01_t01: Fail # Co19 issue 639 |
84 LibTest/isolate/SendPort/operator_equality_A01_t01: Fail # Co19 issue 639 | 79 LibTest/isolate/SendPort/operator_equality_A01_t01: Fail # Co19 issue 639 |
85 LibTest/isolate/SendPort/send_A01_t01: Pass | |
86 LibTest/isolate/SendPort/send_A02_t01: Fail # Co19 issue 639 | 80 LibTest/isolate/SendPort/send_A02_t01: Fail # Co19 issue 639 |
87 LibTest/isolate/SendPort/send_A02_t04: Fail # Co19 issue 639 | 81 LibTest/isolate/SendPort/send_A02_t04: Fail # Co19 issue 639 |
88 LibTest/isolate/SendPort/send_A02_t05: Fail # Co19 issue 639 | 82 LibTest/isolate/SendPort/send_A02_t05: Fail # Co19 issue 639 |
89 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639 | 83 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639 |
90 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639 | 84 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639 |
91 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 | 85 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 |
92 | 86 |
93 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c
o19 issue 638 | 87 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c
o19 issue 638 |
94 | 88 |
95 | 89 |
96 ### CHECKED MODE FAILURES ### | 90 ### CHECKED MODE FAILURES ### |
97 | 91 |
98 [ ($runtime == vm || $runtime == dartium || $compiler == dart2js) && $checked] | 92 [ ($runtime == vm || $runtime == dartium || $compiler == dart2js) && $checked] |
99 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure | 93 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure |
100 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure | 94 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure |
OLD | NEW |