| 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 == dart2dart || $compiler == dart2js ] | 11 [ $runtime == vm || $compiler == dart2dart || $compiler == dart2js ] |
| 12 LibTest/typed_data/ByteData/elementSizeInBytes_A01_t01: fail # co19-roll r569: P
lease triage this failure | 12 LibTest/typed_data/ByteData/elementSizeInBytes_A01_t01: fail # co19-roll r569: P
lease triage this failure |
| 13 | 13 |
| 14 [ $runtime == vm || $compiler == dart2js ] | 14 [ $runtime == vm || $compiler == dart2js ] |
| 15 Language/12_Expressions/01_Constants_A16_t01: FAIL, OK # co19 issue 525 | 15 Language/12_Expressions/01_Constants_A16_t01: FAIL, OK # co19 issue 525 |
| 16 Language/12_Expressions/01_Constants_A16_t02: FAIL, OK # co19 issue 525 | 16 Language/12_Expressions/01_Constants_A16_t02: FAIL, OK # co19 issue 525 |
| 17 | 17 |
| 18 Language/13_Statements/11_Try_A02_t03: FAIL, OK # co19 issue 552 | 18 Language/13_Statements/11_Try_A02_t03: FAIL, OK # co19 issue 552 |
| 19 Language/13_Statements/11_Try_A03_t03: FAIL, OK # co19 issue 552 | 19 Language/13_Statements/11_Try_A03_t03: FAIL, OK # co19 issue 552 |
| 20 Language/13_Statements/11_Try_A04_t03: FAIL, OK # co19 issue 552 | 20 Language/13_Statements/11_Try_A04_t03: FAIL, OK # co19 issue 552 |
| 21 Language/13_Statements/11_Try_A07_t03: FAIL, OK # co19 issue 553 | 21 Language/13_Statements/11_Try_A07_t03: FAIL, OK # co19 issue 553 |
| 22 | 22 |
| 23 Language/14_Libraries_and_Scripts/1_Imports_A03_t65: FAIL, OK # co19 issue 560 |
| 24 |
| 23 Language/07_Classes/6_Constructors_A02_t01: SKIP # co19 issue 415. | 25 Language/07_Classes/6_Constructors_A02_t01: SKIP # co19 issue 415. |
| 24 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: FAIL, OK #
co19 issue 547 | 26 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: FAIL, OK #
co19 issue 547 |
| 25 | 27 |
| 26 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 | 28 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 27 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 | 29 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 28 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 | 30 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 29 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 | 31 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 30 LibTest/math/exp_A01_t01: PASS, FAIL, OK # co19 issue 44 | 32 LibTest/math/exp_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 31 LibTest/math/max_A01_t03: FAIL, OK # co19 issue 467 | 33 LibTest/math/max_A01_t03: FAIL, OK # co19 issue 467 |
| 32 LibTest/math/min_A01_t03: FAIL, OK # co19 issue 467 | 34 LibTest/math/min_A01_t03: FAIL, OK # co19 issue 467 |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 LibTest/core/DateTime/compareTo_A02_t01: FAIL, OK # co19 issue 498 | 113 LibTest/core/DateTime/compareTo_A02_t01: FAIL, OK # co19 issue 498 |
| 112 LibTest/core/List/removeAt_A02_t01: FAIL, OK # co19 issue 498 | 114 LibTest/core/List/removeAt_A02_t01: FAIL, OK # co19 issue 498 |
| 113 LibTest/core/TypeError/column_A01_t01: FAIL, OK # co19 issue 510 | 115 LibTest/core/TypeError/column_A01_t01: FAIL, OK # co19 issue 510 |
| 114 LibTest/core/TypeError/dstName_A01_t01: FAIL, OK # co19 issue 510 | 116 LibTest/core/TypeError/dstName_A01_t01: FAIL, OK # co19 issue 510 |
| 115 LibTest/core/TypeError/dstType_A01_t01: FAIL, OK # co19 issue 510 | 117 LibTest/core/TypeError/dstType_A01_t01: FAIL, OK # co19 issue 510 |
| 116 LibTest/core/TypeError/failedAssertion_A01_t01: FAIL, OK # co19 issue 510 | 118 LibTest/core/TypeError/failedAssertion_A01_t01: FAIL, OK # co19 issue 510 |
| 117 LibTest/core/TypeError/line_A01_t01: FAIL, OK # co19 issue 510 | 119 LibTest/core/TypeError/line_A01_t01: FAIL, OK # co19 issue 510 |
| 118 LibTest/core/TypeError/srcType_A01_t01: FAIL, OK # co19 issue 510 | 120 LibTest/core/TypeError/srcType_A01_t01: FAIL, OK # co19 issue 510 |
| 119 LibTest/core/TypeError/url_A01_t01: FAIL, OK # co19 issue 510 | 121 LibTest/core/TypeError/url_A01_t01: FAIL, OK # co19 issue 510 |
| 120 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: Fail # co19 issue 550 | 122 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: Fail # co19 issue 550 |
| OLD | NEW |