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 | 5 # This file contains the tests that have been identified as broken and |
6 # have been filed on the co19 issue tracker at | 6 # have been filed on the co19 issue tracker at |
7 # https://code.google.com/p/co19/issues/list . | 7 # https://code.google.com/p/co19/issues/list . |
8 # | 8 # |
9 # In order to qualify here these tests need to fail both on the VM and dart2js. | 9 # In order to qualify here these tests need to fail both on the VM and dart2js. |
10 | 10 |
11 ### GENERAL FAILURES ### | 11 ### GENERAL FAILURES ### |
12 | 12 |
13 [ $runtime == vm || $runtime != vm ] | 13 [ $runtime == vm || $runtime != vm ] |
14 # Tests that fail everywhere, including the analyzer. | 14 # Tests that fail everywhere, including the analyzer. |
15 | 15 |
| 16 # No longer correct, y#$ now has a meaning. github.com/dart-lang/co19/issues/2 |
| 17 Language/12_Expressions/30_Identifier_Reference_A01_t03: Skip |
| 18 |
16 LibTest/typed_data/ByteData/buffer_A01_t01: Fail # co19 r736 bug - sent comment. | 19 LibTest/typed_data/ByteData/buffer_A01_t01: Fail # co19 r736 bug - sent comment. |
17 LayoutTests/fast/mediastream/getusermedia_t01: Fail # co19 issue 738. | 20 LayoutTests/fast/mediastream/getusermedia_t01: Fail # co19 issue 738. |
18 | 21 |
19 LibTest/core/RegExp/firstMatch_A01_t01: Fail # co19 issue 742 | 22 LibTest/core/RegExp/firstMatch_A01_t01: Fail # co19 issue 742 |
20 | 23 |
21 # These tests are obsolete and need updating. | 24 # These tests are obsolete and need updating. |
22 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot
-attributes/test-002_t01: Skip # Issue 19019 | 25 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot
-attributes/test-002_t01: Skip # Issue 19019 |
23 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot
-attributes/test-003_t01: Skip # Issue 19019 | 26 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot
-attributes/test-003_t01: Skip # Issue 19019 |
24 | 27 |
25 # These tests are broken in both Javascript and Dart (co19 folks contacted to fi
x). | 28 # These tests are broken in both Javascript and Dart (co19 folks contacted to fi
x). |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 | 86 |
84 [ $runtime == dartium || $compiler == dart2js ] | 87 [ $runtime == dartium || $compiler == dart2js ] |
85 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 | 88 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 |
86 | 89 |
87 ### CHECKED MODE FAILURES ### | 90 ### CHECKED MODE FAILURES ### |
88 | 91 |
89 [ $compiler != dartanalyzer && $compiler != dart2analyzer && $checked ] | 92 [ $compiler != dartanalyzer && $compiler != dart2analyzer && $checked ] |
90 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 |
91 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 |
92 LibTest/collection/LinkedList/lastWhere_A02_t01: RuntimeError # co19 issue 737 | 95 LibTest/collection/LinkedList/lastWhere_A02_t01: RuntimeError # co19 issue 737 |
OLD | NEW |