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 |
(...skipping 15 matching lines...) Expand all Loading... |
26 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot
-methods/test-004_t01: Skip # Issue 21115 | 26 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot
-methods/test-004_t01: Skip # Issue 21115 |
27 | 27 |
28 [ $compiler != dartanalyzer && $compiler != dart2analyzer ] | 28 [ $compiler != dartanalyzer && $compiler != dart2analyzer ] |
29 # Tests that fail on every runtime, but not on the analyzer. | 29 # Tests that fail on every runtime, but not on the analyzer. |
30 | 30 |
31 LibTest/async/Future/Future.error_A01_t01: RuntimeError # co19 issue 712 | 31 LibTest/async/Future/Future.error_A01_t01: RuntimeError # co19 issue 712 |
32 LibTest/async/Completer/completeError_A02_t01: RuntimeError # co19 issue 712 | 32 LibTest/async/Completer/completeError_A02_t01: RuntimeError # co19 issue 712 |
33 LibTest/isolate/ReceivePort/asBroadcastStream_A02_t01: Fail # co19 issue 687 | 33 LibTest/isolate/ReceivePort/asBroadcastStream_A02_t01: Fail # co19 issue 687 |
34 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 | 34 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 |
35 | 35 |
36 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError # co19-roll r607: P
lease triage this failure | |
37 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage
this failure | 36 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage
this failure |
38 | 37 |
39 Language/07_Classes/07_Classes_A13_t01: Pass, MissingCompileTimeError, Fail # co
19-roll r623: Please triage this failure | 38 Language/07_Classes/07_Classes_A13_t01: Pass, MissingCompileTimeError, Fail # co
19-roll r623: Please triage this failure |
40 Language/07_Classes/07_Classes_A13_t04: Pass, MissingCompileTimeError, Fail # co
19-roll r623: Please triage this failure | 39 Language/07_Classes/07_Classes_A13_t04: Pass, MissingCompileTimeError, Fail # co
19-roll r623: Please triage this failure |
41 Language/07_Classes/07_Classes_A13_t07: Pass, MissingCompileTimeError, Fail # co
19-roll r623: Please triage this failure | 40 Language/07_Classes/07_Classes_A13_t07: Pass, MissingCompileTimeError, Fail # co
19-roll r623: Please triage this failure |
42 | 41 |
43 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 | 42 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 |
44 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 | 43 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 |
45 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 | 44 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 |
46 | 45 |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 | 83 |
85 [ $runtime == dartium || $compiler == dart2js ] | 84 [ $runtime == dartium || $compiler == dart2js ] |
86 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 | 85 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 |
87 | 86 |
88 ### CHECKED MODE FAILURES ### | 87 ### CHECKED MODE FAILURES ### |
89 | 88 |
90 [ $compiler != dartanalyzer && $compiler != dart2analyzer && $checked ] | 89 [ $compiler != dartanalyzer && $compiler != dart2analyzer && $checked ] |
91 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure | 90 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure |
92 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure | 91 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure |
93 LibTest/collection/LinkedList/lastWhere_A02_t01: RuntimeError # co19 issue 737 | 92 LibTest/collection/LinkedList/lastWhere_A02_t01: RuntimeError # co19 issue 737 |
OLD | NEW |