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 |
11 [ $runtime == vm || $compiler == dart2js ] | 11 [ $runtime == vm || $compiler == dart2js ] |
12 Language/07_Classes/6_Constructors_A02_t01: SKIP # co19 issue 415. | 12 Language/07_Classes/6_Constructors_A02_t01: SKIP # co19 issue 415. |
13 Language/16_Reference/1_Lexical_Rules/2_Comments_A04_t03: FAIL, OK # co19 issue
505 | 13 Language/16_Reference/1_Lexical_Rules/2_Comments_A04_t03: FAIL, OK # co19 issue
505 |
14 Language/15_Types/1_Static_Types_A03_t01: FAIL, OK # co19 issue 506 | 14 Language/15_Types/1_Static_Types_A03_t01: FAIL, OK # co19 issue 506 |
15 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: FAIL, OK # c
o19 issue 426 | 15 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: FAIL, OK # c
o19 issue 426 |
| 16 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: FAIL, OK #
co19 issue 547 |
16 | 17 |
17 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 | 18 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 |
18 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 | 19 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 |
19 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 | 20 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 |
20 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 | 21 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 |
21 LibTest/math/exp_A01_t01: PASS, FAIL, OK # co19 issue 44 | 22 LibTest/math/exp_A01_t01: PASS, FAIL, OK # co19 issue 44 |
22 LibTest/math/max_A01_t03: FAIL, OK # co19 issue 467 | 23 LibTest/math/max_A01_t03: FAIL, OK # co19 issue 467 |
23 LibTest/math/min_A01_t03: FAIL, OK # co19 issue 467 | 24 LibTest/math/min_A01_t03: FAIL, OK # co19 issue 467 |
24 LibTest/math/pow_A01_t01: FAIL, OK # co19 issue 44 | 25 LibTest/math/pow_A01_t01: FAIL, OK # co19 issue 44 |
25 LibTest/math/pow_A11_t01: FAIL, OK # co19 issue 512 | 26 LibTest/math/pow_A11_t01: FAIL, OK # co19 issue 512 |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 LibTest/core/TypeError/column_A01_t01: FAIL, OK # co19 issue 510 | 135 LibTest/core/TypeError/column_A01_t01: FAIL, OK # co19 issue 510 |
135 LibTest/core/TypeError/dstName_A01_t01: FAIL, OK # co19 issue 510 | 136 LibTest/core/TypeError/dstName_A01_t01: FAIL, OK # co19 issue 510 |
136 LibTest/core/TypeError/dstType_A01_t01: FAIL, OK # co19 issue 510 | 137 LibTest/core/TypeError/dstType_A01_t01: FAIL, OK # co19 issue 510 |
137 LibTest/core/TypeError/failedAssertion_A01_t01: FAIL, OK # co19 issue 510 | 138 LibTest/core/TypeError/failedAssertion_A01_t01: FAIL, OK # co19 issue 510 |
138 LibTest/core/TypeError/line_A01_t01: FAIL, OK # co19 issue 510 | 139 LibTest/core/TypeError/line_A01_t01: FAIL, OK # co19 issue 510 |
139 LibTest/core/TypeError/srcType_A01_t01: FAIL, OK # co19 issue 510 | 140 LibTest/core/TypeError/srcType_A01_t01: FAIL, OK # co19 issue 510 |
140 LibTest/core/TypeError/url_A01_t01: FAIL, OK # co19 issue 510 | 141 LibTest/core/TypeError/url_A01_t01: FAIL, OK # co19 issue 510 |
141 LibTest/isolate/IsolateStream/last_A01_t01: FAIL, OK # co19 issue 498 | 142 LibTest/isolate/IsolateStream/last_A01_t01: FAIL, OK # co19 issue 498 |
142 LibTest/isolate/IsolateStream/length_A01_t01: FAIL, OK # co19 issue 498 | 143 LibTest/isolate/IsolateStream/length_A01_t01: FAIL, OK # co19 issue 498 |
143 LibTest/isolate/IsolateStream/single_A01_t01: FAIL, OK # co19 issue 498 | 144 LibTest/isolate/IsolateStream/single_A01_t01: FAIL, OK # co19 issue 498 |
OLD | NEW |