| 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 . | 7 # https://code.google.com/p/co19/issues/list . |
| 8 # | 8 # |
| 9 # In order to qualify here these tests need to fail both on the VM and dart2js. | 9 # In order to qualify here these tests need to fail both on the VM and dart2js. |
| 10 | 10 |
| 11 ### GENERAL FAILURES ### | 11 ### GENERAL FAILURES ### |
| 12 | 12 |
| 13 [ $runtime == vm || $runtime != vm ] | 13 [ $runtime == vm || $runtime != vm ] |
| 14 # Tests that fail everywhere, including the analyzer. | 14 # Tests that fail everywhere, including the analyzer. |
| 15 | 15 |
| 16 LibTest/isolate/IsolateStream/contains_A02_t01: Fail # co19 issue 668 | 16 LibTest/isolate/IsolateStream/contains_A02_t01: Fail # co19 issue 668 |
| 17 | 17 |
| 18 LibTest/isolate/ReceivePort/asBroadcastStream_A02_t01: Fail # co19 issue 687 |
| 19 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 |
| 20 |
| 18 [ $compiler != dartanalyzer && $compiler != dart2analyzer ] | 21 [ $compiler != dartanalyzer && $compiler != dart2analyzer ] |
| 19 # Tests that fail on every runtime, but not on the analyzer. | 22 # Tests that fail on every runtime, but not on the analyzer. |
| 20 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # co1
9-roll r587: Please triage this failure | 23 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # co1
9-roll r587: Please triage this failure |
| 21 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail # co1
9-roll r587: Please triage this failure | 24 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail # co1
9-roll r587: Please triage this failure |
| 22 | 25 |
| 23 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError # co19-roll r607: P
lease triage this failure | 26 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError # co19-roll r607: P
lease triage this failure |
| 24 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage
this failure | 27 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage
this failure |
| 25 | 28 |
| 26 Language/07_Classes/07_Classes_A13_t01: Pass, MissingCompileTimeError, Fail # co
19-roll r623: Please triage this failure | 29 Language/07_Classes/07_Classes_A13_t01: Pass, MissingCompileTimeError, Fail # co
19-roll r623: Please triage this failure |
| 27 Language/07_Classes/07_Classes_A13_t04: Pass, MissingCompileTimeError, Fail # co
19-roll r623: Please triage this failure | 30 Language/07_Classes/07_Classes_A13_t04: Pass, MissingCompileTimeError, Fail # co
19-roll r623: Please triage this failure |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 | 79 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 |
| 77 | 80 |
| 78 ### CHECKED MODE FAILURES ### | 81 ### CHECKED MODE FAILURES ### |
| 79 | 82 |
| 80 [ $compiler != dartanalyzer && $compiler != dart2analyzer && $checked ] | 83 [ $compiler != dartanalyzer && $compiler != dart2analyzer && $checked ] |
| 81 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure | 84 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure |
| 82 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure | 85 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure |
| 83 LibTest/math/MutableRectangle/boundingBox_A01_t01: RuntimeError # co19 issue 675 | 86 LibTest/math/MutableRectangle/boundingBox_A01_t01: RuntimeError # co19 issue 675 |
| 84 LibTest/math/MutableRectangle/boundingBox_A01_t02: RuntimeError # co19 issue 675 | 87 LibTest/math/MutableRectangle/boundingBox_A01_t02: RuntimeError # co19 issue 675 |
| 85 LibTest/math/MutableRectangle/intersection_A01_t01: RuntimeError # co19 issue 67
5 | 88 LibTest/math/MutableRectangle/intersection_A01_t01: RuntimeError # co19 issue 67
5 |
| OLD | NEW |