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 (read-only). |
| 8 # https://github.com/dart-lang/co19/issues . |
8 # | 9 # |
9 # In order to qualify here these tests need to fail both on the VM and dart2js. | 10 # In order to qualify here these tests need to fail both on the VM and dart2js. |
10 | 11 |
11 ### GENERAL FAILURES ### | 12 ### GENERAL FAILURES ### |
12 | 13 |
13 [ $runtime == vm || $runtime != vm ] | 14 [ $runtime == vm || $runtime != vm ] |
14 # Tests that fail everywhere, including the analyzer. | 15 # Tests that fail everywhere, including the analyzer. |
15 | 16 |
| 17 # Super is now allowed in mixins and mixins may now extend a subclass of Object. |
| 18 Language/09_Mixins/09_Mixins_A01_t01: Skip # co19 issue 9. |
| 19 Language/09_Mixins/09_Mixins_A03_t01: Skip # co19 issue 9. |
| 20 |
16 # No longer correct, y#$ now has a meaning. github.com/dart-lang/co19/issues/2 | 21 # 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 | 22 Language/12_Expressions/30_Identifier_Reference_A01_t03: Skip |
18 | 23 |
19 LibTest/typed_data/ByteData/buffer_A01_t01: Fail # co19 r736 bug - sent comment. | 24 LibTest/typed_data/ByteData/buffer_A01_t01: Fail # co19 r736 bug - sent comment. |
20 LayoutTests/fast/mediastream/getusermedia_t01: Fail # co19 issue 738. | 25 LayoutTests/fast/mediastream/getusermedia_t01: Fail # co19 issue 738. |
21 | 26 |
22 LibTest/core/RegExp/firstMatch_A01_t01: Fail # co19 issue 742 | 27 LibTest/core/RegExp/firstMatch_A01_t01: Fail # co19 issue 742 |
23 | 28 |
24 # These tests are obsolete and need updating. | 29 # These tests are obsolete and need updating. |
25 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot
-attributes/test-002_t01: Skip # Issue 19019 | 30 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot
-attributes/test-002_t01: Skip # Issue 19019 |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 | 91 |
87 [ $runtime == dartium || $compiler == dart2js ] | 92 [ $runtime == dartium || $compiler == dart2js ] |
88 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 | 93 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 |
89 | 94 |
90 ### CHECKED MODE FAILURES ### | 95 ### CHECKED MODE FAILURES ### |
91 | 96 |
92 [ $compiler != dartanalyzer && $compiler != dart2analyzer && $checked ] | 97 [ $compiler != dartanalyzer && $compiler != dart2analyzer && $checked ] |
93 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure | 98 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure |
94 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure | 99 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure |
95 LibTest/collection/LinkedList/lastWhere_A02_t01: RuntimeError # co19 issue 737 | 100 LibTest/collection/LinkedList/lastWhere_A02_t01: RuntimeError # co19 issue 737 |
OLD | NEW |