| 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/spawnFunction_A02_t01: Fail, OK # co19 issue 639 | |
| 19 LibTest/isolate/Isolate/spawnFunction_A03_t01: Fail, OK # co19 issue 639 | |
| 20 LibTest/isolate/Isolate/spawnFunction_A04_t01: Fail, OK # co19 issue 639 | |
| 21 LibTest/isolate/Isolate/spawnFunction_A04_t02: Fail, OK # co19 issue 639 | |
| 22 LibTest/isolate/Isolate/spawnFunction_A04_t03: Fail, OK # co19 issue 639 | |
| 23 | |
| 24 [ $runtime == vm || $runtime == dartium || $compiler == dart2dart || $compiler =
= dart2js ] | 18 [ $runtime == vm || $runtime == dartium || $compiler == dart2dart || $compiler =
= dart2js ] |
| 25 Language/12_Expressions/30_Identifier_Reference_A02_t01: fail, pass, ok # co19 i
ssue 649 | 19 Language/12_Expressions/30_Identifier_Reference_A02_t01: fail, pass, ok # co19 i
ssue 649 |
| 26 | 20 |
| 27 Language/05_Variables/05_Variables_A06_t01: fail, pass, ok # co19 issue 624 | 21 Language/05_Variables/05_Variables_A06_t01: fail, pass, ok # co19 issue 624 |
| 28 Language/05_Variables/05_Variables_A06_t02: fail, pass, ok # co19 issue 624 | 22 Language/05_Variables/05_Variables_A06_t02: fail, pass, ok # co19 issue 624 |
| 29 Language/05_Variables/05_Variables_A06_t03: fail, pass, ok # co19 issue 624 | 23 Language/05_Variables/05_Variables_A06_t03: fail, pass, ok # co19 issue 624 |
| 30 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # co1
9-roll r587: Please triage this failure | 24 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_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 | 25 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail # co1
9-roll r587: Please triage this failure |
| 32 | 26 |
| 33 LibTest/collection/LinkedList/forEach_A02_t01: RuntimeError, OK # co19 issue 662 | 27 LibTest/collection/LinkedList/forEach_A02_t01: RuntimeError, OK # co19 issue 662 |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 | 122 |
| 129 ### CHECKED MODE FAILURES ### | 123 ### CHECKED MODE FAILURES ### |
| 130 | 124 |
| 131 [ ($runtime == vm || $runtime == dartium || $compiler == dart2js) && $checked] | 125 [ ($runtime == vm || $runtime == dartium || $compiler == dart2js) && $checked] |
| 132 Language/13_Statements/09_Switch_A09_t01: PASS, FAIL, OK # co19 issue 633 | 126 Language/13_Statements/09_Switch_A09_t01: PASS, FAIL, OK # co19 issue 633 |
| 133 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure | 127 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure |
| 134 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure | 128 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure |
| 135 | 129 |
| 136 [ ($runtime == vm || $compiler == dart2js) && $checked] | 130 [ ($runtime == vm || $compiler == dart2js) && $checked] |
| 137 Language/14_Libraries_and_Scripts/1_Imports_A03_t46: PASS, FAIL, OK # co19 issue
560 | 131 Language/14_Libraries_and_Scripts/1_Imports_A03_t46: PASS, FAIL, OK # co19 issue
560 |
| 138 Language/14_Libraries_and_Scripts/1_Imports_A03_t66: PASS, FAIL, OK # co19 issue
560 | 132 Language/14_Libraries_and_Scripts/1_Imports_A03_t66: PASS, FAIL, OK # co19 issue
560 |
| OLD | NEW |