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 LibTest/isolate/IsolateStream/contains_A02_t01: Fail # co19 issue 668 | 16 LibTest/isolate/IsolateStream/contains_A02_t01: Fail # co19 issue 668 |
17 LibTest/typed_data/ByteData/buffer_A01_t01: Fail # co19 r736 bug - sent comment. | 17 LibTest/typed_data/ByteData/buffer_A01_t01: Fail # co19 r736 bug - sent comment. |
18 | 18 |
19 # TODO(terry) re-enable the below CSS tests when Chrome 38 and (Dartium 38) are
ready issue 21075 | 19 # TODO(terry) re-enable the below CSS tests when Chrome 38 and (Dartium 38) are
ready issue 21075 |
20 LayoutTests/fast/css/getComputedStyle/computed-style-font_t01: Skip | 20 LayoutTests/fast/css/getComputedStyle/computed-style-font_t01: Skip |
21 LayoutTests/fast/css/font-shorthand-from-longhands_t01: Skip | 21 LayoutTests/fast/css/font-shorthand-from-longhands_t01: Skip |
| 22 LayoutTests/fast/css/fontface-properties_t01: Skip |
22 | 23 |
23 Language/07_Classes/6_Constructors/1_Generative_Constructors_A01_t06: Fail, Pass
, OK # co19 issue 695 | 24 Language/07_Classes/6_Constructors/1_Generative_Constructors_A01_t06: Fail, Pass
, OK # co19 issue 695 |
24 | 25 |
25 # These tests are obsolete and need updating. | 26 # These tests are obsolete and need updating. |
26 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot
-attributes/test-002_t01: Skip # Issue 19019 | 27 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot
-attributes/test-002_t01: Skip # Issue 19019 |
27 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot
-attributes/test-003_t01: Skip # Issue 19019 | 28 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot
-attributes/test-003_t01: Skip # Issue 19019 |
28 | 29 |
| 30 # These tests are broken in both Javascript and Dart (co19 folks contacted to fi
x). |
| 31 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot
-methods/test-004_t01: Skip # Issue 21115 |
| 32 |
29 [ $compiler != dartanalyzer && $compiler != dart2analyzer ] | 33 [ $compiler != dartanalyzer && $compiler != dart2analyzer ] |
30 # Tests that fail on every runtime, but not on the analyzer. | 34 # Tests that fail on every runtime, but not on the analyzer. |
31 | 35 |
32 LibTest/async/Future/Future.error_A01_t01: RuntimeError # co19 issue 712 | 36 LibTest/async/Future/Future.error_A01_t01: RuntimeError # co19 issue 712 |
33 LibTest/async/Completer/completeError_A02_t01: RuntimeError # co19 issue 712 | 37 LibTest/async/Completer/completeError_A02_t01: RuntimeError # co19 issue 712 |
34 LibTest/isolate/ReceivePort/asBroadcastStream_A02_t01: Fail # co19 issue 687 | 38 LibTest/isolate/ReceivePort/asBroadcastStream_A02_t01: Fail # co19 issue 687 |
35 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 | 39 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 |
36 | 40 |
37 | 41 |
38 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError # co19-roll r607: P
lease triage this failure | 42 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError # co19-roll r607: P
lease triage this failure |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 | 91 |
88 [ $runtime == dartium || $compiler == dart2js ] | 92 [ $runtime == dartium || $compiler == dart2js ] |
89 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 | 93 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 |
90 | 94 |
91 ### CHECKED MODE FAILURES ### | 95 ### CHECKED MODE FAILURES ### |
92 | 96 |
93 [ $compiler != dartanalyzer && $compiler != dart2analyzer && $checked ] | 97 [ $compiler != dartanalyzer && $compiler != dart2analyzer && $checked ] |
94 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 |
95 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 |
96 LibTest/isolate/ReceivePort/any_A01_t02: RuntimeError # co19 issue 704 | 100 LibTest/isolate/ReceivePort/any_A01_t02: RuntimeError # co19 issue 704 |
OLD | NEW |