| 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 # co19-roll r667: Please triage t
his failure | 18 LibTest/isolate/Isolate/spawnUri_A01_t01: Fail, OK # co19 issue 639 |
| 19 LibTest/isolate/Isolate/spawnUri_A01_t02: Fail # co19-roll r667: Please triage t
his failure | 19 LibTest/isolate/Isolate/spawnUri_A01_t02: Fail, OK # co19 issue 639 |
| 20 LibTest/isolate/Isolate/spawnUri_A01_t03: Fail # co19-roll r667: Please triage t
his failure | 20 LibTest/isolate/Isolate/spawnUri_A01_t03: Fail, OK # co19 issue 639 |
| 21 LibTest/isolate/Isolate/spawnUri_A01_t04: Fail # co19-roll r667: Please triage t
his failure | 21 LibTest/isolate/Isolate/spawnUri_A01_t04: Fail, OK # co19 issue 639 |
| 22 LibTest/isolate/Isolate/spawnUri_A01_t05: Fail # co19-roll r667: Please triage t
his failure | 22 LibTest/isolate/Isolate/spawnUri_A01_t05: Fail, OK # co19 issue 639 |
| 23 LibTest/isolate/Isolate/spawnFunction_A02_t01: Fail # co19-roll r667: Please tri
age this failure | 23 LibTest/isolate/Isolate/spawnFunction_A02_t01: Fail, OK # co19 issue 639 |
| 24 LibTest/isolate/Isolate/spawnFunction_A03_t01: Fail # co19-roll r667: Please tri
age this failure | 24 LibTest/isolate/Isolate/spawnFunction_A03_t01: Fail, OK # co19 issue 639 |
| 25 LibTest/isolate/Isolate/spawnFunction_A04_t01: Fail # co19-roll r667: Please tri
age this failure | 25 LibTest/isolate/Isolate/spawnFunction_A04_t01: Fail, OK # co19 issue 639 |
| 26 LibTest/isolate/Isolate/spawnFunction_A04_t02: Fail # co19-roll r667: Please tri
age this failure | 26 LibTest/isolate/Isolate/spawnFunction_A04_t02: Fail, OK # co19 issue 639 |
| 27 LibTest/isolate/Isolate/spawnFunction_A04_t03: Fail # co19-roll r667: Please tri
age this failure | 27 LibTest/isolate/Isolate/spawnFunction_A04_t03: Fail, OK # co19 issue 639 |
| 28 LibTest/isolate/Isolate/spawnUri_A02_t02: Fail # co19-roll r667: Please triage t
his failure | 28 LibTest/isolate/Isolate/spawnUri_A02_t02: Fail, OK # co19 issue 639 |
| 29 LibTest/isolate/Isolate/spawnUri_A02_t03: Fail # co19-roll r667: Please triage t
his failure | 29 LibTest/isolate/Isolate/spawnUri_A02_t03: Fail, OK # co19 issue 639 |
| 30 | 30 |
| 31 | 31 |
| 32 [ $runtime == vm || $runtime == dartium || $compiler == dart2dart || $compiler =
= dart2js ] | 32 [ $runtime == vm || $runtime == dartium || $compiler == dart2dart || $compiler =
= dart2js ] |
| 33 Language/12_Expressions/30_Identifier_Reference_A02_t01: fail, pass, ok # co19 i
ssue 649 | 33 Language/12_Expressions/30_Identifier_Reference_A02_t01: fail, pass, ok # co19 i
ssue 649 |
| 34 | 34 |
| 35 Language/05_Variables/05_Variables_A06_t01: fail, pass, ok # co19 issue 624 | 35 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 | 36 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 | 37 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 | 38 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 | 39 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail # co1
9-roll r587: Please triage this failure |
| 40 | 40 |
| 41 LibTest/collection/LinkedList/forEach_A02_t01: RuntimeError # co19-roll r607: Pl
ease triage this failure | 41 LibTest/collection/LinkedList/forEach_A02_t01: RuntimeError, OK # co19 issue 662 |
| 42 |
| 42 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError # co19-roll r607: P
lease triage this failure | 43 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError # co19-roll r607: P
lease triage this failure |
| 43 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage
this failure | 44 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage
this failure |
| 44 LibTest/core/Set/intersection_A02_t01: Fail, OK # Issue 659 | 45 LibTest/core/Set/intersection_A02_t01: Fail, OK # Issue 659 |
| 45 | 46 |
| 46 Language/07_Classes/07_Classes_A13_t01: Pass, MissingCompileTimeError, Fail # co
19-roll r623: Please triage this failure | 47 Language/07_Classes/07_Classes_A13_t01: Pass, MissingCompileTimeError, Fail # co
19-roll r623: Please triage this failure |
| 47 Language/07_Classes/07_Classes_A13_t04: 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 |
| 48 Language/07_Classes/07_Classes_A13_t07: 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 |
| 49 LibTest/collection/HashSet/HashSet_class_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure | 50 |
| 50 LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: RuntimeError # co1
9-roll r623: Please triage this failure | 51 LibTest/collection/HashSet/HashSet_class_A01_t01: RuntimeError, OK # co19 issue
663 |
| 51 LibTest/core/Set/IterableBase_A01_t01: RuntimeError # co19-roll r623: Please tri
age this failure | 52 LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: RuntimeError, OK #
co19 issue 663 |
| 53 LibTest/core/Set/IterableBase_A01_t01: RuntimeError, OK # co19 issue 663 |
| 52 | 54 |
| 53 LibTest/core/Uri/toFilePath_A01_t01: pass, fail, ok # co19 Issue 592 | 55 LibTest/core/Uri/toFilePath_A01_t01: pass, fail, ok # co19 Issue 592 |
| 54 | 56 |
| 55 LibTest/collection/ListBase/ListBase_class_A01_t01: Fail, Timeout # co19-roll r6
41: Please triage this failure | 57 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip, OK # co19 issue 661 |
| 56 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Fail, Timeout # co19-roll
r641: Please triage this failure | 58 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip, OK # co19 issue 661 |
| 57 | 59 |
| 58 [ $runtime == vm || $runtime == dartium || $compiler == dart2js ] | 60 [ $runtime == vm || $runtime == dartium || $compiler == dart2js ] |
| 59 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 | 61 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 60 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 | 62 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 61 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 | 63 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 62 | 64 |
| 63 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 | 65 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 64 LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44 | 66 LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 65 | 67 |
| 66 LibTest/core/double/ceil_A01_t03: FAIL, OK # co19 issue 389 | 68 LibTest/core/double/ceil_A01_t03: FAIL, OK # co19 issue 389 |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 ### CHECKED MODE FAILURES ### | 136 ### CHECKED MODE FAILURES ### |
| 135 | 137 |
| 136 [ ($runtime == vm || $runtime == dartium || $compiler == dart2js) && $checked] | 138 [ ($runtime == vm || $runtime == dartium || $compiler == dart2js) && $checked] |
| 137 Language/13_Statements/09_Switch_A09_t01: PASS, FAIL, OK # co19 issue 633 | 139 Language/13_Statements/09_Switch_A09_t01: PASS, FAIL, OK # co19 issue 633 |
| 138 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure | 140 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure |
| 139 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure | 141 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure |
| 140 | 142 |
| 141 [ ($runtime == vm || $compiler == dart2js) && $checked] | 143 [ ($runtime == vm || $compiler == dart2js) && $checked] |
| 142 Language/14_Libraries_and_Scripts/1_Imports_A03_t46: PASS, FAIL, OK # co19 issue
560 | 144 Language/14_Libraries_and_Scripts/1_Imports_A03_t46: PASS, FAIL, OK # co19 issue
560 |
| 143 Language/14_Libraries_and_Scripts/1_Imports_A03_t66: PASS, FAIL, OK # co19 issue
560 | 145 Language/14_Libraries_and_Scripts/1_Imports_A03_t66: PASS, FAIL, OK # co19 issue
560 |
| OLD | NEW |