| 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 | 11 |
| 12 [ $runtime == vm || $compiler == dart2dart || $compiler == dart2js ] | 12 [ $runtime == vm || $compiler == dart2dart || $compiler == dart2js ] |
| 13 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # co1
9-roll r587: Please triage this failure |
| 14 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail # co1
9-roll r587: Please triage this failure |
| 13 LibTest/core/Uri/decodeQueryComponent_A02_t01: fail # co19 Issue 591 | 15 LibTest/core/Uri/decodeQueryComponent_A02_t01: fail # co19 Issue 591 |
| 14 LibTest/core/Uri/encodeComponent_A01_t02: fail # Issue 13251, co19 Issues 588, 5
89 | |
| 15 LibTest/core/Uri/toFilePath_A01_t01: pass, fail, ok # co19 Issue 592 | 16 LibTest/core/Uri/toFilePath_A01_t01: pass, fail, ok # co19 Issue 592 |
| 16 LibTest/core/Uri/Uri_A03_t01: fail # Issue 13250, co19 Issue 588 | |
| 17 LibTest/core/Uri/Uri.http_A02_t01: fail # Issue 13250, co19 Issue 588 | |
| 18 LibTest/core/Uri/Uri.https_A02_t01: fail # Issue 13250, co19 Issue 588 | |
| 19 # Maybe we should wait until isolate library is sealed before triaging these. | 17 # Maybe we should wait until isolate library is sealed before triaging these. |
| 20 LibTest/isolate/isolate_api/spawnFunction_A04_t01: fail, timeout # co19-roll r54
6: Please triage this failure | 18 LibTest/isolate/isolate_api/spawnFunction_A04_t01: fail, timeout # co19-roll r54
6: Please triage this failure |
| 21 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail, timeout # co19-ro
ll r546: Please triage this failure | 19 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail, timeout # co19-ro
ll r546: Please triage this failure |
| 22 | 20 |
| 23 [ $runtime == vm || $compiler == dart2dart || $compiler == dart2js ] | 21 [ $runtime == vm || $compiler == dart2dart || $compiler == dart2js ] |
| 24 LibTest/typed_data/ByteData/elementSizeInBytes_A01_t01: fail # co19-roll r569: P
lease triage this failure | 22 LibTest/typed_data/ByteData/elementSizeInBytes_A01_t01: fail # co19-roll r569: P
lease triage this failure |
| 25 | 23 |
| 26 [ $runtime == vm || $compiler == dart2js ] | 24 [ $runtime == vm || $compiler == dart2js ] |
| 27 Language/07_Classes/6_Constructors_A02_t01: SKIP # co19 issue 415. | 25 Language/07_Classes/6_Constructors_A02_t01: SKIP # co19 issue 415. |
| 28 Language/12_Expressions/01_Constants_A16_t01: FAIL, OK # co19 issue 525 | 26 Language/12_Expressions/01_Constants_A16_t01: FAIL, OK # co19 issue 525 |
| 29 Language/12_Expressions/01_Constants_A16_t02: FAIL, OK # co19 issue 525 | 27 Language/12_Expressions/01_Constants_A16_t02: FAIL, OK # co19 issue 525 |
| 30 Language/14_Libraries_and_Scripts/1_Imports_A03_t65: PASS, FAIL, OK # co19 issue
560 | 28 Language/14_Libraries_and_Scripts/1_Imports_A03_t65: PASS, FAIL, OK # co19 issue
560 |
| 31 | 29 |
| 32 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 | 30 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 33 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 | 31 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 34 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 | 32 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 35 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 | 33 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 36 LibTest/math/exp_A01_t01: PASS, FAIL, OK # co19 issue 44 | 34 LibTest/math/exp_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 37 LibTest/math/max_A01_t03: FAIL, OK # co19 issue 467 | 35 LibTest/math/max_A01_t03: FAIL, OK # co19 issue 467 |
| 38 LibTest/math/min_A01_t03: FAIL, OK # co19 issue 467 | 36 LibTest/math/min_A01_t03: FAIL, OK # co19 issue 467 |
| 39 LibTest/math/pow_A01_t01: FAIL, OK # co19 issue 44 | |
| 40 LibTest/math/sin_A01_t01: PASS, FAIL, OK # co19 issue 44 | 37 LibTest/math/sin_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 41 LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44 | 38 LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 42 | 39 |
| 43 LibTest/collection/Queue/iterator_current_A01_t02: FAIL, OK # co19 issue 475 | 40 LibTest/collection/Queue/iterator_current_A01_t02: FAIL, OK # co19 issue 475 |
| 44 | 41 |
| 45 LibTest/core/double/ceil_A01_t03: FAIL, OK # co19 issue 389 | 42 LibTest/core/double/ceil_A01_t03: FAIL, OK # co19 issue 389 |
| 46 LibTest/core/double/ceil_A01_t04: FAIL, OK # co19 issue 389 | 43 LibTest/core/double/ceil_A01_t04: FAIL, OK # co19 issue 389 |
| 47 LibTest/core/double/floor_A01_t03: FAIL, OK # co19 issue 389 | 44 LibTest/core/double/floor_A01_t03: FAIL, OK # co19 issue 389 |
| 48 LibTest/core/double/floor_A01_t04: FAIL, OK # co19 issue 389 | 45 LibTest/core/double/floor_A01_t04: FAIL, OK # co19 issue 389 |
| 49 LibTest/core/double/round_A01_t02: FAIL, OK # co19 issue 389 | 46 LibTest/core/double/round_A01_t02: FAIL, OK # co19 issue 389 |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 LibTest/typed_data/Uint16List/retainAll_A01_t01: Fail # co19 issue 548 | 86 LibTest/typed_data/Uint16List/retainAll_A01_t01: Fail # co19 issue 548 |
| 90 LibTest/typed_data/Uint32List/removeAll_A01_t01: Fail # co19 issue 548 | 87 LibTest/typed_data/Uint32List/removeAll_A01_t01: Fail # co19 issue 548 |
| 91 LibTest/typed_data/Uint32List/retainAll_A01_t01: Fail # co19 issue 548 | 88 LibTest/typed_data/Uint32List/retainAll_A01_t01: Fail # co19 issue 548 |
| 92 LibTest/typed_data/Uint64List/removeAll_A01_t01: Fail # co19 issue 548 | 89 LibTest/typed_data/Uint64List/removeAll_A01_t01: Fail # co19 issue 548 |
| 93 LibTest/typed_data/Uint64List/retainAll_A01_t01: Fail # co19 issue 548 | 90 LibTest/typed_data/Uint64List/retainAll_A01_t01: Fail # co19 issue 548 |
| 94 LibTest/typed_data/Uint8ClampedList/removeAll_A01_t01: Fail # co19 issue 548 | 91 LibTest/typed_data/Uint8ClampedList/removeAll_A01_t01: Fail # co19 issue 548 |
| 95 LibTest/typed_data/Uint8ClampedList/retainAll_A01_t01: Fail # co19 issue 548 | 92 LibTest/typed_data/Uint8ClampedList/retainAll_A01_t01: Fail # co19 issue 548 |
| 96 LibTest/typed_data/Uint8List/removeAll_A01_t01: Fail # co19 issue 548 | 93 LibTest/typed_data/Uint8List/removeAll_A01_t01: Fail # co19 issue 548 |
| 97 LibTest/typed_data/Uint8List/retainAll_A01_t01: Fail # co19 issue 548 | 94 LibTest/typed_data/Uint8List/retainAll_A01_t01: Fail # co19 issue 548 |
| 98 | 95 |
| 99 Language/12_Expressions/06_Lists_A08_t01: Fail # co19 issue 561 | |
| 100 LibTest/core/String/String_class_A01_t01: Fail # co19 issue 561 | |
| 101 LibTest/core/String/concat_A01_t01: Fail # co19 issue 561 | 96 LibTest/core/String/concat_A01_t01: Fail # co19 issue 561 |
| 102 LibTest/core/String/concat_A02_t01: Fail # co19 issue 561 | 97 LibTest/core/String/concat_A02_t01: Fail # co19 issue 561 |
| 103 LibTest/core/String/hashCode_A01_t01: Fail # co19 issue 561 | |
| 104 | 98 |
| 105 [ $compiler == none || $compiler == dart2dart ] | 99 [ $compiler == none || $compiler == dart2dart ] |
| 106 # Dart2js/Dart2dart succeedes due to a bug in their parser (issue 13223). | 100 # Dart2js/Dart2dart succeedes due to a bug in their parser (issue 13223). |
| 107 Language/12_Expressions/21_Bitwise_Expressions_A01_t01: Fail # co19 Issue 595 | 101 Language/12_Expressions/21_Bitwise_Expressions_A01_t01: Fail # co19 Issue 595 |
| 108 | 102 |
| 109 [ $compiler == dart2dart || $compiler == dart2js ] | |
| 110 Language/14_Libraries_and_Scripts/1_Imports_A03_t49: Fail # co19 Issue 590 | |
| 111 | |
| 112 ### CHECKED MODE FAILURES ### | 103 ### CHECKED MODE FAILURES ### |
| 113 | 104 |
| 114 [ ($runtime == vm || $compiler == dart2js) && $checked] | 105 [ ($runtime == vm || $compiler == dart2js) && $checked] |
| 106 Language/07_Classes/6_Constructors/2_Factories_A12_t02: fail # co19-roll r587: P
lease triage this failure |
| 115 Language/13_Statements/09_Switch_A05_t01: FAIL, OK # co19 issue 498 | 107 Language/13_Statements/09_Switch_A05_t01: FAIL, OK # co19 issue 498 |
| 116 Language/14_Libraries_and_Scripts/1_Imports_A03_t26: FAIL, OK # co19 issue 498 | 108 Language/14_Libraries_and_Scripts/1_Imports_A03_t26: FAIL, OK # co19 issue 498 |
| 117 Language/14_Libraries_and_Scripts/1_Imports_A03_t46: PASS, FAIL, OK # co19 issue
560 | 109 Language/14_Libraries_and_Scripts/1_Imports_A03_t46: PASS, FAIL, OK # co19 issue
560 |
| 118 Language/14_Libraries_and_Scripts/1_Imports_A03_t66: PASS, FAIL, OK # co19 issue
560 | 110 Language/14_Libraries_and_Scripts/1_Imports_A03_t66: PASS, FAIL, OK # co19 issue
560 |
| 119 Language/15_Types/1_Static_Types_A03_t01: Fail # co19-roll r559: Please triage t
his failure | 111 Language/15_Types/1_Static_Types_A03_t01: Fail # co19-roll r559: Please triage t
his failure |
| 120 LibTest/async/EventTransformStream/contains_A01_t01: FAIL, OK # co19 issue 498 | 112 LibTest/async/EventTransformStream/contains_A01_t01: FAIL, OK # co19 issue 498 |
| 121 LibTest/core/DateTime/compareTo_A02_t01: FAIL, OK # co19 issue 498 | 113 LibTest/core/DateTime/compareTo_A02_t01: FAIL, OK # co19 issue 498 |
| 122 LibTest/core/List/removeAt_A02_t01: FAIL, OK # co19 issue 498 | 114 LibTest/core/List/removeAt_A02_t01: FAIL, OK # co19 issue 498 |
| 123 LibTest/core/TypeError/column_A01_t01: FAIL, OK # co19 issue 510 | 115 LibTest/core/TypeError/column_A01_t01: FAIL, OK # co19 issue 510 |
| 124 LibTest/core/TypeError/dstName_A01_t01: FAIL, OK # co19 issue 510 | 116 LibTest/core/TypeError/dstName_A01_t01: FAIL, OK # co19 issue 510 |
| 125 LibTest/core/TypeError/dstType_A01_t01: FAIL, OK # co19 issue 510 | 117 LibTest/core/TypeError/dstType_A01_t01: FAIL, OK # co19 issue 510 |
| 126 LibTest/core/TypeError/failedAssertion_A01_t01: FAIL, OK # co19 issue 510 | 118 LibTest/core/TypeError/failedAssertion_A01_t01: FAIL, OK # co19 issue 510 |
| 127 LibTest/core/TypeError/line_A01_t01: FAIL, OK # co19 issue 510 | 119 LibTest/core/TypeError/line_A01_t01: FAIL, OK # co19 issue 510 |
| 128 LibTest/core/TypeError/srcType_A01_t01: FAIL, OK # co19 issue 510 | 120 LibTest/core/TypeError/srcType_A01_t01: FAIL, OK # co19 issue 510 |
| 129 LibTest/core/TypeError/url_A01_t01: FAIL, OK # co19 issue 510 | 121 LibTest/core/TypeError/url_A01_t01: FAIL, OK # co19 issue 510 |
| 130 LibTest/core/Uri/encodeFull_A01_t02: fail # co19 Issue 589 | |
| OLD | NEW |