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 22 matching lines...) Expand all Loading... |
33 | 33 |
34 LibTest/collection/HashSet/HashSet_class_A01_t01: RuntimeError, OK # co19 issue
663 | 34 LibTest/collection/HashSet/HashSet_class_A01_t01: RuntimeError, OK # co19 issue
663 |
35 LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: RuntimeError, OK #
co19 issue 663 | 35 LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: RuntimeError, OK #
co19 issue 663 |
36 LibTest/core/Set/IterableBase_A01_t01: RuntimeError, OK # co19 issue 663 | 36 LibTest/core/Set/IterableBase_A01_t01: RuntimeError, OK # co19 issue 663 |
37 | 37 |
38 LibTest/core/Uri/toFilePath_A01_t01: pass, fail, ok # co19 Issue 592 | 38 LibTest/core/Uri/toFilePath_A01_t01: pass, fail, ok # co19 Issue 592 |
39 | 39 |
40 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip, OK # co19 issue 661 | 40 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip, OK # co19 issue 661 |
41 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip, OK # co19 issue 661 | 41 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip, OK # co19 issue 661 |
42 | 42 |
43 LibTest/isolate/Isolate/spawnUri_A02_t04: Fail # co19-roll r672: Please triage t
his failure | |
44 | |
45 [ $runtime == vm || $runtime == dartium || $compiler == dart2js ] | 43 [ $runtime == vm || $runtime == dartium || $compiler == dart2js ] |
46 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 | 44 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 |
47 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 | 45 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 |
48 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 | 46 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 |
49 | 47 |
50 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 | 48 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 |
51 LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44 | 49 LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44 |
52 | 50 |
53 LibTest/core/double/ceil_A01_t03: FAIL, OK # co19 issue 389 | 51 LibTest/core/double/ceil_A01_t03: FAIL, OK # co19 issue 389 |
54 LibTest/core/double/ceil_A01_t04: FAIL, OK # co19 issue 389 | 52 LibTest/core/double/ceil_A01_t04: FAIL, OK # co19 issue 389 |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 | 114 |
117 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c
o19 issue 638 | 115 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c
o19 issue 638 |
118 | 116 |
119 | 117 |
120 ### CHECKED MODE FAILURES ### | 118 ### CHECKED MODE FAILURES ### |
121 | 119 |
122 [ ($runtime == vm || $runtime == dartium || $compiler == dart2js) && $checked] | 120 [ ($runtime == vm || $runtime == dartium || $compiler == dart2js) && $checked] |
123 Language/13_Statements/09_Switch_A09_t01: PASS, FAIL, OK # co19 issue 633 | 121 Language/13_Statements/09_Switch_A09_t01: PASS, FAIL, OK # co19 issue 633 |
124 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure | 122 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure |
125 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure | 123 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure |
OLD | NEW |