| 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 || $runtime != vm ] | 11 [ $runtime == vm || $runtime != vm ] |
| 12 # Tests that fail everywhere, including the analyzer. | 12 # Tests that fail everywhere, including the analyzer. |
| 13 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Issue 635 | 13 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Issue 635 |
| 14 LibTest/core/Stopwatch/start_A01_t01: PASS, FAIL, OK # co19 issue 657 | 14 LibTest/core/Stopwatch/start_A01_t01: PASS, FAIL, OK # co19 issue 657 |
| 15 LibTest/core/Stopwatch/start_A01_t02: PASS, FAIL, OK # co19 issue 657 | 15 LibTest/core/Stopwatch/start_A01_t02: PASS, FAIL, OK # co19 issue 657 |
| 16 LibTest/core/Stopwatch/elapsedTicks_A01_t01: PASS, FAIL, OK # co19 issue 657 | 16 LibTest/core/Stopwatch/elapsedTicks_A01_t01: PASS, FAIL, OK # co19 issue 657 |
| 17 | 17 |
| 18 LibTest/isolate/Isolate/spawnUri_A01_t01: Fail, OK # co19 issue 639 | |
| 19 LibTest/isolate/Isolate/spawnUri_A01_t02: Fail, OK # co19 issue 639 | |
| 20 LibTest/isolate/Isolate/spawnUri_A01_t03: Fail, OK # co19 issue 639 | |
| 21 LibTest/isolate/Isolate/spawnUri_A01_t04: Fail, OK # co19 issue 639 | |
| 22 LibTest/isolate/Isolate/spawnUri_A01_t05: Fail, OK # co19 issue 639 | |
| 23 LibTest/isolate/Isolate/spawnFunction_A02_t01: Fail, OK # co19 issue 639 | 18 LibTest/isolate/Isolate/spawnFunction_A02_t01: Fail, OK # co19 issue 639 |
| 24 LibTest/isolate/Isolate/spawnFunction_A03_t01: Fail, OK # co19 issue 639 | 19 LibTest/isolate/Isolate/spawnFunction_A03_t01: Fail, OK # co19 issue 639 |
| 25 LibTest/isolate/Isolate/spawnFunction_A04_t01: Fail, OK # co19 issue 639 | 20 LibTest/isolate/Isolate/spawnFunction_A04_t01: Fail, OK # co19 issue 639 |
| 26 LibTest/isolate/Isolate/spawnFunction_A04_t02: Fail, OK # co19 issue 639 | 21 LibTest/isolate/Isolate/spawnFunction_A04_t02: Fail, OK # co19 issue 639 |
| 27 LibTest/isolate/Isolate/spawnFunction_A04_t03: Fail, OK # co19 issue 639 | 22 LibTest/isolate/Isolate/spawnFunction_A04_t03: Fail, OK # co19 issue 639 |
| 28 LibTest/isolate/Isolate/spawnUri_A02_t02: Fail, OK # co19 issue 639 | |
| 29 LibTest/isolate/Isolate/spawnUri_A02_t03: Fail, OK # co19 issue 639 | |
| 30 | |
| 31 | 23 |
| 32 [ $runtime == vm || $runtime == dartium || $compiler == dart2dart || $compiler =
= dart2js ] | 24 [ $runtime == vm || $runtime == dartium || $compiler == dart2dart || $compiler =
= dart2js ] |
| 33 Language/12_Expressions/30_Identifier_Reference_A02_t01: fail, pass, ok # co19 i
ssue 649 | 25 Language/12_Expressions/30_Identifier_Reference_A02_t01: fail, pass, ok # co19 i
ssue 649 |
| 34 | 26 |
| 35 Language/05_Variables/05_Variables_A06_t01: fail, pass, ok # co19 issue 624 | 27 Language/05_Variables/05_Variables_A06_t01: fail, pass, ok # co19 issue 624 |
| 36 Language/05_Variables/05_Variables_A06_t02: fail, pass, ok # co19 issue 624 | 28 Language/05_Variables/05_Variables_A06_t02: fail, pass, ok # co19 issue 624 |
| 37 Language/05_Variables/05_Variables_A06_t03: fail, pass, ok # co19 issue 624 | 29 Language/05_Variables/05_Variables_A06_t03: fail, pass, ok # co19 issue 624 |
| 38 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # co1
9-roll r587: Please triage this failure | 30 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # co1
9-roll r587: Please triage this failure |
| 39 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail # co1
9-roll r587: Please triage this failure | 31 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail # co1
9-roll r587: Please triage this failure |
| 40 | 32 |
| 41 LibTest/collection/LinkedList/forEach_A02_t01: RuntimeError, OK # co19 issue 662 | 33 LibTest/collection/LinkedList/forEach_A02_t01: RuntimeError, OK # co19 issue 662 |
| 42 | 34 |
| 43 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError # co19-roll r607: P
lease triage this failure | 35 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError # co19-roll r607: P
lease triage this failure |
| 44 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 |
| 45 LibTest/core/Set/intersection_A02_t01: Fail, OK # Issue 659 | 37 LibTest/core/Set/intersection_A02_t01: Fail, OK # Issue 659 |
| 46 | 38 |
| 47 Language/07_Classes/07_Classes_A13_t01: Pass, MissingCompileTimeError, Fail # co
19-roll r623: Please triage this failure | 39 Language/07_Classes/07_Classes_A13_t01: Pass, MissingCompileTimeError, Fail # co
19-roll r623: Please triage this failure |
| 48 Language/07_Classes/07_Classes_A13_t04: 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 |
| 49 Language/07_Classes/07_Classes_A13_t07: 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 |
| 50 | 42 |
| 51 LibTest/collection/HashSet/HashSet_class_A01_t01: RuntimeError, OK # co19 issue
663 | 43 LibTest/collection/HashSet/HashSet_class_A01_t01: RuntimeError, OK # co19 issue
663 |
| 52 LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: RuntimeError, OK #
co19 issue 663 | 44 LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: RuntimeError, OK #
co19 issue 663 |
| 53 LibTest/core/Set/IterableBase_A01_t01: RuntimeError, OK # co19 issue 663 | 45 LibTest/core/Set/IterableBase_A01_t01: RuntimeError, OK # co19 issue 663 |
| 54 | 46 |
| 55 LibTest/core/Uri/toFilePath_A01_t01: pass, fail, ok # co19 Issue 592 | 47 LibTest/core/Uri/toFilePath_A01_t01: pass, fail, ok # co19 Issue 592 |
| 56 | 48 |
| 57 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip, OK # co19 issue 661 | 49 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip, OK # co19 issue 661 |
| 58 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip, OK # co19 issue 661 | 50 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip, OK # co19 issue 661 |
| 59 | 51 |
| 52 LibTest/isolate/Isolate/spawnUri_A02_t04: Timeout, Fail # co19-roll r672: Please
triage this failure |
| 53 |
| 60 [ $runtime == vm || $runtime == dartium || $compiler == dart2js ] | 54 [ $runtime == vm || $runtime == dartium || $compiler == dart2js ] |
| 61 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 | 55 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 62 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 | 56 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 63 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 | 57 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 64 | 58 |
| 65 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 | 59 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 66 LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44 | 60 LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 67 | 61 |
| 68 LibTest/core/double/ceil_A01_t03: FAIL, OK # co19 issue 389 | 62 LibTest/core/double/ceil_A01_t03: FAIL, OK # co19 issue 389 |
| 69 LibTest/core/double/ceil_A01_t04: FAIL, OK # co19 issue 389 | 63 LibTest/core/double/ceil_A01_t04: FAIL, OK # co19 issue 389 |
| 70 LibTest/core/double/floor_A01_t03: FAIL, OK # co19 issue 389 | 64 LibTest/core/double/floor_A01_t03: FAIL, OK # co19 issue 389 |
| 71 LibTest/core/double/floor_A01_t04: FAIL, OK # co19 issue 389 | 65 LibTest/core/double/floor_A01_t04: FAIL, OK # co19 issue 389 |
| 72 LibTest/core/double/round_A01_t02: FAIL, OK # co19 issue 389 | 66 LibTest/core/double/round_A01_t02: FAIL, OK # co19 issue 389 |
| 73 LibTest/core/double/round_A01_t04: FAIL, OK # co19 issue 389 | 67 LibTest/core/double/round_A01_t04: FAIL, OK # co19 issue 389 |
| 74 | 68 |
| 75 LibTest/async/Stream/Stream.periodic_A01_t01: TIMEOUT, PASS, FAIL, OK # co19 iss
ue 538 | 69 LibTest/async/Stream/Stream.periodic_A01_t01: TIMEOUT, PASS, FAIL, OK # co19 iss
ue 538 |
| 76 | 70 |
| 77 LibTest/isolate/SendPort/send_A02_t02: SKIP # co19 issue 493 | 71 LibTest/isolate/SendPort/send_A02_t02: SKIP # co19 issue 493 |
| 78 LibTest/isolate/SendPort/send_A02_t03: SKIP # co19 issue 495 | 72 LibTest/isolate/SendPort/send_A02_t03: SKIP # co19 issue 495 |
| 79 | 73 |
| 80 LibTest/typed_data/Int8List/Int8List.fromList_A01_t02: Fail # co19-roll r559: Pl
ease triage this failure | |
| 81 | |
| 82 | 74 |
| 83 [ $runtime == vm || $compiler == dart2js ] | 75 [ $runtime == vm || $compiler == dart2js ] |
| 84 Language/07_Classes/6_Constructors_A02_t01: SKIP # co19 issue 415. | 76 Language/07_Classes/6_Constructors_A02_t01: SKIP # co19 issue 415. |
| 85 Language/14_Libraries_and_Scripts/1_Imports_A03_t65: PASS, FAIL, OK # co19 issue
560 | 77 Language/14_Libraries_and_Scripts/1_Imports_A03_t65: PASS, FAIL, OK # co19 issue
560 |
| 86 | 78 |
| 87 LibTest/math/exp_A01_t01: PASS, FAIL, OK # co19 issue 44 | 79 LibTest/math/exp_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 88 LibTest/math/sin_A01_t01: PASS, FAIL, OK # co19 issue 44 | 80 LibTest/math/sin_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 89 | 81 |
| 90 LibTest/async/Stream/Stream.periodic_A03_t01: PASS, FAIL, OK # co19 issue 538 | 82 LibTest/async/Stream/Stream.periodic_A03_t01: PASS, FAIL, OK # co19 issue 538 |
| 91 LibTest/async/Timer/run_A01_t01: PASS, FAIL, OK # co19 issue 538 | 83 LibTest/async/Timer/run_A01_t01: PASS, FAIL, OK # co19 issue 538 |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 ### CHECKED MODE FAILURES ### | 128 ### CHECKED MODE FAILURES ### |
| 137 | 129 |
| 138 [ ($runtime == vm || $runtime == dartium || $compiler == dart2js) && $checked] | 130 [ ($runtime == vm || $runtime == dartium || $compiler == dart2js) && $checked] |
| 139 Language/13_Statements/09_Switch_A09_t01: PASS, FAIL, OK # co19 issue 633 | 131 Language/13_Statements/09_Switch_A09_t01: PASS, FAIL, OK # co19 issue 633 |
| 140 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure | 132 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure |
| 141 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure | 133 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure |
| 142 | 134 |
| 143 [ ($runtime == vm || $compiler == dart2js) && $checked] | 135 [ ($runtime == vm || $compiler == dart2js) && $checked] |
| 144 Language/14_Libraries_and_Scripts/1_Imports_A03_t46: PASS, FAIL, OK # co19 issue
560 | 136 Language/14_Libraries_and_Scripts/1_Imports_A03_t46: PASS, FAIL, OK # co19 issue
560 |
| 145 Language/14_Libraries_and_Scripts/1_Imports_A03_t66: PASS, FAIL, OK # co19 issue
560 | 137 Language/14_Libraries_and_Scripts/1_Imports_A03_t66: PASS, FAIL, OK # co19 issue
560 |
| OLD | NEW |