| 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 | 5 # This file contains the tests that have been identified as broken and |
| 6 # have been filed on the co19 issue tracker at | 6 # have been filed on the co19 issue tracker at |
| 7 # https://code.google.com/p/co19/issues/list (read-only). | 7 # https://code.google.com/p/co19/issues/list (read-only). |
| 8 # https://github.com/dart-lang/co19/issues . | 8 # https://github.com/dart-lang/co19/issues . |
| 9 # | 9 # |
| 10 # In order to qualify here these tests need to fail both on the VM and dart2js. | 10 # In order to qualify here these tests need to fail both on the VM and dart2js. |
| 11 | 11 |
| 12 ### GENERAL FAILURES ### | 12 ### GENERAL FAILURES ### |
| 13 | 13 |
| 14 [ $runtime == vm || $runtime != vm ] | 14 [ $runtime == vm || $runtime != vm ] |
| 15 # Tests that fail everywhere, including the analyzer. | 15 # Tests that fail everywhere, including the analyzer. |
| 16 | 16 |
| 17 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t
01: Pass, Fail, OK # co19 issue 18 |
| 18 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t
02: Pass, Fail, OK # co19 issue 18 |
| 19 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t
03: Pass, Fail, OK # co19 issue 18 |
| 20 Language/Classes/Constructors/Constant_Constructors/not_a_constant_in_superclass
_t01: Pass, Fail, OK # co19 issue 18 |
| 21 Language/Classes/Constructors/Constant_Constructors/not_a_constant_in_superclass
_t02: Pass, Fail, OK # co19 issue 18 |
| 22 |
| 17 # Super is now allowed in mixins and mixins may now extend a subclass of Object. | 23 # Super is now allowed in mixins and mixins may now extend a subclass of Object. |
| 18 Language/09_Mixins/09_Mixins_A01_t01: Skip # co19 issue 9. | 24 Language/09_Mixins/09_Mixins_A01_t01: Skip # co19 issue 9. |
| 19 Language/09_Mixins/09_Mixins_A03_t01: Skip # co19 issue 9. | 25 Language/09_Mixins/09_Mixins_A03_t01: Skip # co19 issue 9. |
| 20 | 26 |
| 21 # No longer correct, y#$ now has a meaning. github.com/dart-lang/co19/issues/2 | 27 # No longer correct, y#$ now has a meaning. github.com/dart-lang/co19/issues/2 |
| 22 Language/12_Expressions/30_Identifier_Reference_A01_t03: Skip | 28 Language/12_Expressions/30_Identifier_Reference_A01_t03: Skip |
| 23 | 29 |
| 24 LibTest/typed_data/ByteData/buffer_A01_t01: Fail # co19 r736 bug - sent comment. | 30 LibTest/typed_data/ByteData/buffer_A01_t01: Fail # co19 r736 bug - sent comment. |
| 25 | 31 |
| 26 LibTest/core/RegExp/firstMatch_A01_t01: Fail # co19 issue 742 | 32 LibTest/core/RegExp/firstMatch_A01_t01: Fail # co19 issue 742 |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 | 96 |
| 91 [ $runtime == dartium || $compiler == dart2js ] | 97 [ $runtime == dartium || $compiler == dart2js ] |
| 92 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 | 98 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 |
| 93 | 99 |
| 94 ### CHECKED MODE FAILURES ### | 100 ### CHECKED MODE FAILURES ### |
| 95 | 101 |
| 96 [ $compiler != dart2analyzer && $checked ] | 102 [ $compiler != dart2analyzer && $checked ] |
| 97 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure | 103 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure |
| 98 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure | 104 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure |
| 99 LibTest/collection/LinkedList/lastWhere_A02_t01: RuntimeError # co19 issue 737 | 105 LibTest/collection/LinkedList/lastWhere_A02_t01: RuntimeError # co19 issue 737 |
| OLD | NEW |