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 | |
30 LibTest/typed_data/ByteData/buffer_A01_t01: Fail # co19 r736 bug - sent comment. | 17 LibTest/typed_data/ByteData/buffer_A01_t01: Fail # co19 r736 bug - sent comment. |
31 | 18 |
32 LibTest/core/RegExp/firstMatch_A01_t01: Fail # co19 issue 742 | 19 LibTest/core/RegExp/firstMatch_A01_t01: Fail # co19 issue 742 |
33 | 20 |
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 | |
41 [ $compiler != dart2analyzer ] | 21 [ $compiler != dart2analyzer ] |
42 # Tests that fail on every runtime, but not on the analyzer. | 22 # Tests that fail on every runtime, but not on the analyzer. |
43 | 23 |
44 LibTest/async/Future/Future.error_A01_t01: RuntimeError # co19 issue 712 | 24 LibTest/async/Future/Future.error_A01_t01: RuntimeError # co19 issue 712 |
45 LibTest/async/Completer/completeError_A02_t01: RuntimeError # co19 issue 712 | 25 LibTest/async/Completer/completeError_A02_t01: RuntimeError # co19 issue 712 |
46 LibTest/isolate/ReceivePort/asBroadcastStream_A02_t01: Fail # co19 issue 687 | 26 LibTest/isolate/ReceivePort/asBroadcastStream_A02_t01: Fail # co19 issue 687 |
47 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 | 27 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 |
48 | 28 |
49 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # Issue 25804 | 29 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # Issue 25804 |
50 | 30 |
51 Language/Classes/same_name_type_variable_t01: Pass, MissingCompileTimeError, Fai
l # Issue 14513 | 31 Language/Classes/same_name_type_variable_t01: Pass, MissingCompileTimeError, Fai
l # Issue 14513 |
52 Language/Classes/same_name_type_variable_t04: Pass, MissingCompileTimeError, Fai
l # Issue 14513 | 32 Language/Classes/same_name_type_variable_t04: Pass, MissingCompileTimeError, Fai
l # Issue 14513 |
53 Language/Classes/same_name_type_variable_t07: Pass, MissingCompileTimeError, Fai
l # Issue 14513 | 33 Language/Classes/same_name_type_variable_t07: Pass, MissingCompileTimeError, Fai
l # Issue 14513 |
54 | 34 |
55 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 | 35 LibTest/math/acos_A01_t01: PASS, FAIL, OK # Issue 26261 |
56 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 | 36 LibTest/math/asin_A01_t01: PASS, FAIL, OK # Issue 26261 |
57 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 | 37 LibTest/math/atan_A01_t01: PASS, FAIL, OK # Issue 26261 |
58 | 38 |
59 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 | 39 LibTest/math/cos_A01_t01: PASS, FAIL, OK # Issue 26261 |
60 LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44 | 40 LibTest/math/tan_A01_t01: PASS, FAIL, OK # Issue 26261 |
61 | 41 |
62 LibTest/core/Expando/Expando_A03_t01: RuntimeError # Issue 17735 | 42 LibTest/core/Expando/Expando_A03_t01: RuntimeError # Issue 17735 |
63 LibTest/core/Expando/Expando_A03_t03: RuntimeError # Issue 17735 | 43 LibTest/core/Expando/Expando_A03_t03: RuntimeError # Issue 17735 |
64 LibTest/core/Expando/Expando_A03_t04: RuntimeError # Issue 17735 | 44 LibTest/core/Expando/Expando_A03_t04: RuntimeError # Issue 17735 |
65 LibTest/core/Expando/Expando_A03_t05: RuntimeError # Issue 17735 | 45 LibTest/core/Expando/Expando_A03_t05: RuntimeError # Issue 17735 |
66 | 46 |
67 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # c
o19 issue 740 | 47 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # c
o19 issue 740 |
68 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Runtim
eError # co19 issue 741 | 48 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Runtim
eError # co19 issue 741 |
69 | 49 |
70 LibTest/isolate/SendPort/send_A02_t02: SKIP # co19 issue 493 (not fixed in r672) | 50 LibTest/isolate/SendPort/send_A02_t02: SKIP # co19 issue 493 (not fixed in r672) |
(...skipping 22 matching lines...) Expand all Loading... |
93 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639 | 73 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639 |
94 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639 | 74 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639 |
95 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 | 75 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 |
96 | 76 |
97 [ $runtime == dartium || $compiler == dart2js ] | 77 [ $runtime == dartium || $compiler == dart2js ] |
98 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 | 78 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 |
99 | 79 |
100 ### CHECKED MODE FAILURES ### | 80 ### CHECKED MODE FAILURES ### |
101 | 81 |
102 [ $compiler != dart2analyzer && $checked ] | 82 [ $compiler != dart2analyzer && $checked ] |
103 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19 is
sue 22 | 83 Language/Statements/Return/runtime_type_t04: RuntimeError # Issue 26133 |
104 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19 issue 23 | |
105 LibTest/collection/LinkedList/lastWhere_A02_t01: RuntimeError # co19 issue 737 | |
OLD | NEW |