| 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 [ $compiler != dartanalyzer && $compiler != dart2analyzer ] | 18 [ $compiler != dartanalyzer && $compiler != dart2analyzer ] |
| 19 # Tests that fail on every runtime, but not on the analyzer. |
| 19 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # co1
9-roll r587: Please triage this failure | 20 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # co1
9-roll r587: Please triage this failure |
| 20 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_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 |
| 21 | 22 |
| 22 LibTest/collection/LinkedList/forEach_A02_t01: RuntimeError, OK # co19 issue 662
(fixed in r673) | |
| 23 | |
| 24 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError # co19-roll r607: P
lease triage this failure | 23 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError # co19-roll r607: P
lease triage this failure |
| 25 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage
this failure | 24 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage
this failure |
| 26 LibTest/core/Set/intersection_A02_t01: Fail, OK # Issue 659 (fixed in r675) | |
| 27 | 25 |
| 28 Language/07_Classes/07_Classes_A13_t01: Pass, MissingCompileTimeError, Fail # co
19-roll r623: Please triage this failure | 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_t04: 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_t07: Pass, MissingCompileTimeError, Fail # co
19-roll r623: Please triage this failure | 28 Language/07_Classes/07_Classes_A13_t07: Pass, MissingCompileTimeError, Fail # co
19-roll r623: Please triage this failure |
| 31 | 29 |
| 32 LibTest/collection/HashSet/HashSet_class_A01_t01: RuntimeError, OK # co19 issue
663 (fixed in r675) | |
| 33 LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: RuntimeError, OK #
co19 issue 663 | |
| 34 LibTest/core/Set/IterableBase_A01_t01: RuntimeError, OK # co19 issue 663 | |
| 35 | |
| 36 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 | 30 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 37 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 | 31 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 38 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 | 32 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 39 | 33 |
| 40 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 | 34 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 41 LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44 | 35 LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 42 | 36 |
| 43 LibTest/core/double/ceil_A01_t03: FAIL, OK # co19 issue 389 (not fixed in r672) | 37 LibTest/math/MutableRectangle/MutableRectangle_A01_t01: RuntimeError # co19 issu
e 674 |
| 44 LibTest/core/double/ceil_A01_t04: FAIL, OK # co19 issue 389 | 38 LibTest/math/Rectangle/Rectangle_A01_t01: RuntimeError # co19 issue 674 |
| 45 LibTest/core/double/floor_A01_t03: FAIL, OK # co19 issue 389 | 39 |
| 46 LibTest/core/double/floor_A01_t04: FAIL, OK # co19 issue 389 | 40 LibTest/core/Expando/Expando_A03_t01: RuntimeError # Issue 17735 |
| 47 LibTest/core/double/round_A01_t02: FAIL, OK # co19 issue 389 | 41 LibTest/core/Expando/Expando_A03_t03: RuntimeError # Issue 17735 |
| 48 LibTest/core/double/round_A01_t04: FAIL, OK # co19 issue 389 | 42 LibTest/core/Expando/Expando_A03_t04: RuntimeError # Issue 17735 |
| 43 LibTest/core/Expando/Expando_A03_t05: RuntimeError # Issue 17735 |
| 49 | 44 |
| 50 LibTest/isolate/SendPort/send_A02_t02: SKIP # co19 issue 493 (not fixed in r672) | 45 LibTest/isolate/SendPort/send_A02_t02: SKIP # co19 issue 493 (not fixed in r672) |
| 51 LibTest/isolate/SendPort/send_A02_t03: SKIP # co19 issue 495 (not fixed in r672) | 46 LibTest/isolate/SendPort/send_A02_t03: SKIP # co19 issue 495 (not fixed in r672) |
| 52 | 47 |
| 53 LibTest/isolate/IsolateStream/any_A01_t01: Fail # Co19 issue 639 (Fixed in r674) | 48 LibTest/isolate/IsolateStream/any_A01_t01: Fail # Co19 issue 639 (Fixed in r674) |
| 54 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # Co19 issue 639 | 49 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # Co19 issue 639 |
| 55 LibTest/isolate/IsolateStream/contains_A01_t01: Fail # Co19 issue 639 | 50 LibTest/isolate/IsolateStream/contains_A01_t01: Fail # Co19 issue 639 |
| 56 LibTest/isolate/IsolateStream/first_A01_t01: Fail # Co19 issue 639 | 51 LibTest/isolate/IsolateStream/first_A01_t01: Fail # Co19 issue 639 |
| 57 LibTest/isolate/IsolateStream/first_A02_t01: Fail # Co19 issue 639 | 52 LibTest/isolate/IsolateStream/first_A02_t01: Fail # Co19 issue 639 |
| 58 LibTest/isolate/IsolateStream/first_A02_t02: Fail # Co19 issue 639 | 53 LibTest/isolate/IsolateStream/first_A02_t02: Fail # Co19 issue 639 |
| 59 LibTest/isolate/IsolateStream/isBroadcast_A01_t01: Fail # Co19 issue 639 | 54 LibTest/isolate/IsolateStream/isBroadcast_A01_t01: Fail # Co19 issue 639 |
| 60 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: Fail # Co19 issue 639 | 55 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: Fail # Co19 issue 639 |
| 61 LibTest/isolate/IsolateStream/isEmpty_A01_t01: Fail # Co19 issue 639 | 56 LibTest/isolate/IsolateStream/isEmpty_A01_t01: Fail # Co19 issue 639 |
| 62 LibTest/isolate/IsolateStream/last_A01_t01: Fail # Co19 issue 639 | 57 LibTest/isolate/IsolateStream/last_A01_t01: Fail # Co19 issue 639 |
| 63 LibTest/isolate/IsolateStream/last_A02_t01: Fail # Co19 issue 639 | 58 LibTest/isolate/IsolateStream/last_A02_t01: Fail # Co19 issue 639 |
| 64 LibTest/isolate/IsolateStream/length_A01_t01: Fail # Co19 issue 639 | 59 LibTest/isolate/IsolateStream/length_A01_t01: Fail # Co19 issue 639 |
| 65 LibTest/isolate/IsolateStream/single_A01_t01: Fail # Co19 issue 639 | 60 LibTest/isolate/IsolateStream/single_A01_t01: Fail # Co19 issue 639 |
| 66 LibTest/isolate/IsolateStream/single_A02_t01: Fail # Co19 issue 639 | 61 LibTest/isolate/IsolateStream/single_A02_t01: Fail # Co19 issue 639 |
| 67 LibTest/isolate/ReceivePort/close_A01_t01: Fail # Co19 issue 639 | |
| 68 LibTest/isolate/ReceivePort/close_A02_t01: Fail # Co19 issue 639 | |
| 69 LibTest/isolate/ReceivePort/receive_A01_t01: Fail # Co19 issue 639 | 62 LibTest/isolate/ReceivePort/receive_A01_t01: Fail # Co19 issue 639 |
| 70 LibTest/isolate/ReceivePort/receive_A01_t03: Fail # Co19 issue 639 | 63 LibTest/isolate/ReceivePort/receive_A01_t03: Fail # Co19 issue 639 |
| 71 LibTest/isolate/ReceivePort/toSendPort_A01_t01: Fail # Co19 issue 639 | 64 LibTest/isolate/ReceivePort/sendPort_A01_t01: Fail # Co19 issue 639 |
| 72 LibTest/isolate/ReceivePort/toSendPort_A01_t03: Fail # Co19 issue 639 | |
| 73 LibTest/isolate/SendPort/call_A01_t01: Fail # Co19 issue 639 | 65 LibTest/isolate/SendPort/call_A01_t01: Fail # Co19 issue 639 |
| 74 LibTest/isolate/SendPort/hashCode_A01_t01: Fail # Co19 issue 639 | |
| 75 LibTest/isolate/SendPort/operator_equality_A01_t01: Fail # Co19 issue 639 | |
| 76 LibTest/isolate/SendPort/send_A02_t01: Fail # Co19 issue 639 | |
| 77 LibTest/isolate/SendPort/send_A02_t04: Fail # Co19 issue 639 | 66 LibTest/isolate/SendPort/send_A02_t04: Fail # Co19 issue 639 |
| 78 LibTest/isolate/SendPort/send_A02_t05: Fail # Co19 issue 639 | 67 LibTest/isolate/SendPort/send_A02_t05: Fail # Co19 issue 639 |
| 79 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639 | 68 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639 |
| 80 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639 | 69 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639 |
| 81 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 | 70 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 |
| 82 | 71 |
| 72 LibTest/isolate/ReceivePort/any_A01_t02: RuntimeError # co19 issue 676 |
| 83 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c
o19 issue 638 | 73 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c
o19 issue 638 |
| 84 | 74 |
| 85 [ $runtime == dartium || $compiler == dart2js ] | 75 [ $runtime == dartium || $compiler == dart2js ] |
| 86 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 | 76 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 |
| 87 | 77 |
| 88 ### CHECKED MODE FAILURES ### | 78 ### CHECKED MODE FAILURES ### |
| 89 | 79 |
| 90 [ $compiler != dartanalyzer && $compiler != dart2analyzer && $checked ] | 80 [ $compiler != dartanalyzer && $compiler != dart2analyzer && $checked ] |
| 91 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure | 81 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure |
| 92 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure | 82 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 |
| 84 LibTest/math/MutableRectangle/boundingBox_A01_t02: RuntimeError # co19 issue 675 |
| 85 LibTest/math/MutableRectangle/intersection_A01_t01: RuntimeError # co19 issue 67
5 |
| 86 LibTest/math/MutableRectangle/operator_equality_A02_t01: RuntimeError # Issue 17
734 |
| 87 LibTest/math/MutableRectangle/operator_equality_A04_t01: RuntimeError # Issue 17
734 |
| 88 |
| OLD | NEW |