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 |
| 23 # Super is now allowed in mixins and mixins may now extend a subclass of Object. |
| 24 Language/09_Mixins/09_Mixins_A01_t01: Skip # co19 issue 9. |
| 25 Language/09_Mixins/09_Mixins_A03_t01: Skip # co19 issue 9. |
| 26 |
| 27 # No longer correct, y#$ now has a meaning. github.com/dart-lang/co19/issues/2 |
| 28 Language/12_Expressions/30_Identifier_Reference_A01_t03: Skip |
| 29 |
17 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. |
18 | 31 |
19 LibTest/core/RegExp/firstMatch_A01_t01: Fail # co19 issue 742 | 32 LibTest/core/RegExp/firstMatch_A01_t01: Fail # co19 issue 742 |
20 | 33 |
| 34 # These tests are obsolete and need updating. |
| 35 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot
-attributes/test-002_t01: Skip # Issue 19019 |
| 36 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot
-attributes/test-003_t01: Skip # Issue 19019 |
| 37 |
| 38 # These tests are broken in both Javascript and Dart (co19 folks contacted to fi
x). |
| 39 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot
-methods/test-004_t01: Skip # Issue 21115 |
| 40 |
21 [ $compiler != dart2analyzer ] | 41 [ $compiler != dart2analyzer ] |
22 # Tests that fail on every runtime, but not on the analyzer. | 42 # Tests that fail on every runtime, but not on the analyzer. |
23 | 43 |
24 LibTest/async/Future/Future.error_A01_t01: RuntimeError # co19 issue 712 | 44 LibTest/async/Future/Future.error_A01_t01: RuntimeError # co19 issue 712 |
25 LibTest/async/Completer/completeError_A02_t01: RuntimeError # co19 issue 712 | 45 LibTest/async/Completer/completeError_A02_t01: RuntimeError # co19 issue 712 |
26 LibTest/isolate/ReceivePort/asBroadcastStream_A02_t01: Fail # co19 issue 687 | 46 LibTest/isolate/ReceivePort/asBroadcastStream_A02_t01: Fail # co19 issue 687 |
27 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 | 47 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 |
28 | 48 |
29 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # Issue 25804 | 49 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # Issue 25804 |
30 | 50 |
31 Language/Classes/same_name_type_variable_t01: Pass, MissingCompileTimeError, Fai
l # Issue 14513 | 51 Language/Classes/same_name_type_variable_t01: Pass, MissingCompileTimeError, Fai
l # Issue 14513 |
32 Language/Classes/same_name_type_variable_t04: Pass, MissingCompileTimeError, Fai
l # Issue 14513 | 52 Language/Classes/same_name_type_variable_t04: Pass, MissingCompileTimeError, Fai
l # Issue 14513 |
33 Language/Classes/same_name_type_variable_t07: Pass, MissingCompileTimeError, Fai
l # Issue 14513 | 53 Language/Classes/same_name_type_variable_t07: Pass, MissingCompileTimeError, Fai
l # Issue 14513 |
34 | 54 |
35 LibTest/math/acos_A01_t01: PASS, FAIL, OK # Issue 26261 | 55 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 |
36 LibTest/math/asin_A01_t01: PASS, FAIL, OK # Issue 26261 | 56 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 |
37 LibTest/math/atan_A01_t01: PASS, FAIL, OK # Issue 26261 | 57 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 |
38 | 58 |
39 LibTest/math/cos_A01_t01: PASS, FAIL, OK # Issue 26261 | 59 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 |
40 LibTest/math/tan_A01_t01: PASS, FAIL, OK # Issue 26261 | 60 LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44 |
41 | 61 |
42 LibTest/core/Expando/Expando_A03_t01: RuntimeError # Issue 17735 | 62 LibTest/core/Expando/Expando_A03_t01: RuntimeError # Issue 17735 |
43 LibTest/core/Expando/Expando_A03_t03: RuntimeError # Issue 17735 | 63 LibTest/core/Expando/Expando_A03_t03: RuntimeError # Issue 17735 |
44 LibTest/core/Expando/Expando_A03_t04: RuntimeError # Issue 17735 | 64 LibTest/core/Expando/Expando_A03_t04: RuntimeError # Issue 17735 |
45 LibTest/core/Expando/Expando_A03_t05: RuntimeError # Issue 17735 | 65 LibTest/core/Expando/Expando_A03_t05: RuntimeError # Issue 17735 |
46 | 66 |
47 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # c
o19 issue 740 | 67 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # c
o19 issue 740 |
48 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Runtim
eError # co19 issue 741 | 68 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Runtim
eError # co19 issue 741 |
49 | 69 |
50 LibTest/isolate/SendPort/send_A02_t02: SKIP # co19 issue 493 (not fixed in r672) | 70 LibTest/isolate/SendPort/send_A02_t02: SKIP # co19 issue 493 (not fixed in r672) |
(...skipping 22 matching lines...) Expand all Loading... |
73 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639 | 93 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639 |
74 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639 | 94 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639 |
75 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 | 95 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 |
76 | 96 |
77 [ $runtime == dartium || $compiler == dart2js ] | 97 [ $runtime == dartium || $compiler == dart2js ] |
78 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 | 98 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 |
79 | 99 |
80 ### CHECKED MODE FAILURES ### | 100 ### CHECKED MODE FAILURES ### |
81 | 101 |
82 [ $compiler != dart2analyzer && $checked ] | 102 [ $compiler != dart2analyzer && $checked ] |
83 Language/Statements/Return/runtime_type_t04: RuntimeError # Issue 26133 | 103 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19 is
sue 22 |
| 104 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19 issue 23 |
| 105 LibTest/collection/LinkedList/lastWhere_A02_t01: RuntimeError # co19 issue 737 |
OLD | NEW |