| 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 LibTest/typed_data/ByteData/buffer_A01_t01: Fail # co19 r736 bug - sent comment. |
| 17 | 18 |
| 18 # These tests are obsolete and need updating. | 19 # These tests are obsolete and need updating. |
| 19 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot
-attributes/test-002_t01: Skip # Issue 19019 | 20 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot
-attributes/test-002_t01: Skip # Issue 19019 |
| 20 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot
-attributes/test-003_t01: Skip # Issue 19019 | 21 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot
-attributes/test-003_t01: Skip # Issue 19019 |
| 21 | 22 |
| 22 | 23 |
| 23 [ $compiler != dartanalyzer && $compiler != dart2analyzer ] | 24 [ $compiler != dartanalyzer && $compiler != dart2analyzer ] |
| 25 # Tests that fail on every runtime, but not on the analyzer. |
| 24 LibTest/typed_data/Float32List/last_A01_t02: Fail # co19 issue 691 | 26 LibTest/typed_data/Float32List/last_A01_t02: Fail # co19 issue 691 |
| 25 LibTest/typed_data/Float32x4List/last_A01_t02: Fail # co19 issue 691 | 27 LibTest/typed_data/Float32x4List/last_A01_t02: Fail # co19 issue 691 |
| 26 LibTest/typed_data/Float64List/last_A01_t02: Fail # co19 issue 691 | 28 LibTest/typed_data/Float64List/last_A01_t02: Fail # co19 issue 691 |
| 27 LibTest/typed_data/Int16List/last_A01_t02: Fail # co19 issue 691 | 29 LibTest/typed_data/Int16List/last_A01_t02: Fail # co19 issue 691 |
| 28 LibTest/typed_data/Int32List/last_A01_t02: Fail # co19 issue 691 | 30 LibTest/typed_data/Int32List/last_A01_t02: Fail # co19 issue 691 |
| 29 LibTest/typed_data/Int64List/last_A01_t02: Fail # co19 issue 691 | 31 LibTest/typed_data/Int64List/last_A01_t02: Fail # co19 issue 691 |
| 30 LibTest/typed_data/Int8List/last_A01_t02: Fail # co19 issue 691 | 32 LibTest/typed_data/Int8List/last_A01_t02: Fail # co19 issue 691 |
| 31 LibTest/typed_data/Uint16List/last_A01_t02: Fail # co19 issue 691 | 33 LibTest/typed_data/Uint16List/last_A01_t02: Fail # co19 issue 691 |
| 32 LibTest/typed_data/Uint32List/last_A01_t02: Fail # co19 issue 691 | 34 LibTest/typed_data/Uint32List/last_A01_t02: Fail # co19 issue 691 |
| 33 LibTest/typed_data/Uint64List/last_A01_t02: Fail # co19 issue 691 | 35 LibTest/typed_data/Uint64List/last_A01_t02: Fail # co19 issue 691 |
| 34 LibTest/typed_data/Uint8ClampedList/last_A01_t02: Fail # co19 issue 691 | 36 LibTest/typed_data/Uint8ClampedList/last_A01_t02: Fail # co19 issue 691 |
| 35 LibTest/typed_data/Uint8List/last_A01_t02: Fail # co19 issue 691 | 37 LibTest/typed_data/Uint8List/last_A01_t02: Fail # co19 issue 691 |
| 36 | 38 |
| 37 # Tests that fail on every runtime, but not on the analyzer. | |
| 38 LibTest/isolate/ReceivePort/asBroadcastStream_A02_t01: Fail # co19 issue 687 | 39 LibTest/isolate/ReceivePort/asBroadcastStream_A02_t01: Fail # co19 issue 687 |
| 39 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 | 40 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 |
| 40 | 41 |
| 41 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # co1
9-roll r587: Please triage this failure | 42 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # co1
9-roll r587: Please triage this failure |
| 42 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail # co1
9-roll r587: Please triage this failure | 43 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail # co1
9-roll r587: Please triage this failure |
| 43 | 44 |
| 44 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError # co19-roll r607: P
lease triage this failure | 45 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError # co19-roll r607: P
lease triage this failure |
| 45 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage
this failure | 46 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage
this failure |
| 46 | 47 |
| 47 Language/07_Classes/07_Classes_A13_t01: Pass, MissingCompileTimeError, Fail # co
19-roll r623: Please triage this failure | 48 Language/07_Classes/07_Classes_A13_t01: 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 | 49 Language/07_Classes/07_Classes_A13_t04: 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 | 50 Language/07_Classes/07_Classes_A13_t07: Pass, MissingCompileTimeError, Fail # co
19-roll r623: Please triage this failure |
| 50 | 51 |
| 51 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 | 52 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 52 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 | 53 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 53 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 | 54 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 54 | 55 |
| 55 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 | 56 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 56 LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44 | 57 LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44 |
| 57 | 58 |
| 58 LibTest/math/MutableRectangle/MutableRectangle_A01_t01: RuntimeError # co19 issu
e 674 | |
| 59 LibTest/math/Rectangle/Rectangle_A01_t01: RuntimeError # co19 issue 674 | |
| 60 | |
| 61 LibTest/core/Expando/Expando_A03_t01: RuntimeError # Issue 17735 | 59 LibTest/core/Expando/Expando_A03_t01: RuntimeError # Issue 17735 |
| 62 LibTest/core/Expando/Expando_A03_t03: RuntimeError # Issue 17735 | 60 LibTest/core/Expando/Expando_A03_t03: RuntimeError # Issue 17735 |
| 63 LibTest/core/Expando/Expando_A03_t04: RuntimeError # Issue 17735 | 61 LibTest/core/Expando/Expando_A03_t04: RuntimeError # Issue 17735 |
| 64 LibTest/core/Expando/Expando_A03_t05: RuntimeError # Issue 17735 | 62 LibTest/core/Expando/Expando_A03_t05: RuntimeError # Issue 17735 |
| 65 | 63 |
| 66 LibTest/isolate/SendPort/send_A02_t02: SKIP # co19 issue 493 (not fixed in r672) | 64 LibTest/isolate/SendPort/send_A02_t02: SKIP # co19 issue 493 (not fixed in r672) |
| 67 LibTest/isolate/SendPort/send_A02_t03: SKIP # co19 issue 495 (not fixed in r672) | 65 LibTest/isolate/SendPort/send_A02_t03: SKIP # co19 issue 495 (not fixed in r672) |
| 68 | 66 |
| 69 LibTest/isolate/IsolateStream/any_A01_t01: Fail # Co19 issue 639 (Fixed in r674) | 67 LibTest/isolate/IsolateStream/any_A01_t01: Fail # Co19 issue 639 (Fixed in r674) |
| 70 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # Co19 issue 639 | 68 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # Co19 issue 639 |
| (...skipping 23 matching lines...) Expand all Loading... |
| 94 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c
o19 issue 638 | 92 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c
o19 issue 638 |
| 95 | 93 |
| 96 [ $runtime == dartium || $compiler == dart2js ] | 94 [ $runtime == dartium || $compiler == dart2js ] |
| 97 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 | 95 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 |
| 98 | 96 |
| 99 ### CHECKED MODE FAILURES ### | 97 ### CHECKED MODE FAILURES ### |
| 100 | 98 |
| 101 [ $compiler != dartanalyzer && $compiler != dart2analyzer && $checked ] | 99 [ $compiler != dartanalyzer && $compiler != dart2analyzer && $checked ] |
| 102 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure | 100 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro
ll r607: Please triage this failure |
| 103 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure | 101 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623:
Please triage this failure |
| 104 LibTest/math/MutableRectangle/boundingBox_A01_t01: RuntimeError # co19 issue 675 | |
| 105 LibTest/math/MutableRectangle/boundingBox_A01_t02: RuntimeError # co19 issue 675 | |
| 106 LibTest/math/MutableRectangle/intersection_A01_t01: RuntimeError # co19 issue 67
5 | |
| 107 | |
| 108 [ $compiler == dart2js ] | |
| 109 LibTest/isolate/Isolate/spawn_A01_t04: RuntimeError # co19 issue 688 | |
| OLD | NEW |