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 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. |
18 | 18 |
19 LibTest/core/RegExp/firstMatch_A01_t01: Fail # co19 issue 742 | 19 LibTest/core/RegExp/firstMatch_A01_t01: Fail # co19 issue 742 |
| 20 LibTest/collection/ListBase/ListBase_class_A01_t01: Fail # co19 issue 72 |
| 21 LibTest/collection/ListBase/ListBase_class_A01_t02: Fail # co19 issue 72 |
| 22 LibTest/collection/ListBase/listToString_A01_t01: Fail # co19 issue 72 |
| 23 LibTest/collection/ListBase/listToString_A02_t01: Fail # co19 issue 72 |
| 24 LibTest/collection/MapBase/MapBase_class_A01_t01: Fail # co19 issue 72 |
| 25 LibTest/collection/MapMixin/MapMixin_class_A01_t01: Fail # co19 issue 72 |
20 | 26 |
21 [ $compiler != dart2analyzer ] | 27 [ $compiler != dart2analyzer ] |
22 # Tests that fail on every runtime, but not on the analyzer. | 28 # Tests that fail on every runtime, but not on the analyzer. |
23 LibTest/isolate/ReceivePort/asBroadcastStream_A02_t01: Fail # co19 issue 687 | 29 LibTest/isolate/ReceivePort/asBroadcastStream_A02_t01: Fail # co19 issue 687 |
24 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 | 30 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 |
25 | 31 LibTest/collection/LinkedListEntry/unlink_A01_t02: Fail # co19 pull request 73 |
26 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # Issue 25804 | 32 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # Issue 25804 |
27 | 33 |
28 Language/Classes/same_name_type_variable_t04: Pass, MissingCompileTimeError, Fai
l # Issue 14513,25525 | 34 Language/Classes/same_name_type_variable_t04: Pass, MissingCompileTimeError, Fai
l # Issue 14513,25525 |
29 Language/Classes/same_name_type_variable_t07: Pass, MissingCompileTimeError, Fai
l # Issue 14513,25525 | 35 Language/Classes/same_name_type_variable_t07: Pass, MissingCompileTimeError, Fai
l # Issue 14513,25525 |
30 | 36 |
31 Language/Expressions/Instance_Creation/Const/abstract_class_t01: Pass, Fail # co
19 issue 66 | 37 Language/Expressions/Instance_Creation/Const/abstract_class_t01: Pass, Fail # co
19 issue 66 |
32 Language/Expressions/Instance_Creation/Const/abstract_class_t03: Pass, Fail # co
19 issue 66 | 38 Language/Expressions/Instance_Creation/Const/abstract_class_t03: Pass, Fail # co
19 issue 66 |
33 | 39 |
34 LibTest/math/acos_A01_t01: PASS, FAIL, OK # Issue 26261 | 40 LibTest/math/acos_A01_t01: PASS, FAIL, OK # Issue 26261 |
35 LibTest/math/asin_A01_t01: PASS, FAIL, OK # Issue 26261 | 41 LibTest/math/asin_A01_t01: PASS, FAIL, OK # Issue 26261 |
(...skipping 30 matching lines...) Expand all Loading... |
66 LibTest/isolate/ReceivePort/receive_A01_t01: Fail # Co19 issue 639 | 72 LibTest/isolate/ReceivePort/receive_A01_t01: Fail # Co19 issue 639 |
67 LibTest/isolate/ReceivePort/receive_A01_t03: Fail # Co19 issue 639 | 73 LibTest/isolate/ReceivePort/receive_A01_t03: Fail # Co19 issue 639 |
68 LibTest/isolate/ReceivePort/sendPort_A01_t01: Fail # Co19 issue 639 | 74 LibTest/isolate/ReceivePort/sendPort_A01_t01: Fail # Co19 issue 639 |
69 LibTest/isolate/SendPort/call_A01_t01: Fail # Co19 issue 639 | 75 LibTest/isolate/SendPort/call_A01_t01: Fail # Co19 issue 639 |
70 LibTest/isolate/SendPort/send_A02_t04: Fail # Co19 issue 639 | 76 LibTest/isolate/SendPort/send_A02_t04: Fail # Co19 issue 639 |
71 LibTest/isolate/SendPort/send_A02_t05: Fail # Co19 issue 639 | 77 LibTest/isolate/SendPort/send_A02_t05: Fail # Co19 issue 639 |
72 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639 | 78 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639 |
73 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639 | 79 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639 |
74 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 | 80 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 |
75 | 81 |
| 82 [ $compiler != dart2analyzer && $checked == false ] |
| 83 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: RuntimeErr
or # Issue 27183 |
| 84 |
76 [ $runtime == dartium || $compiler == dart2js ] | 85 [ $runtime == dartium || $compiler == dart2js ] |
77 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 | 86 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 |
78 | 87 |
79 [ ($compiler == none || $compiler == precompiler || $compiler == dart2appjit) &&
($runtime == vm || $runtime == drt || $runtime == dartium || $runtime == dart_p
recompiled || $runtime == dart_app) ] | 88 [ ($compiler == none || $compiler == precompiler || $compiler == dart2appjit) &&
($runtime == vm || $runtime == drt || $runtime == dartium || $runtime == dart_p
recompiled || $runtime == dart_app) ] |
80 # Optional trailing commas for argument and parameter lists added to language. | 89 # Optional trailing commas for argument and parameter lists added to language. |
81 # https://github.com/dart-lang/co19/issues/68 | 90 # https://github.com/dart-lang/co19/issues/68 |
82 Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_
t05: Fail, OK | 91 Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_
t05: Fail, OK |
83 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t05: Fail, OK | 92 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t05: Fail, OK |
84 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t10: Fail, OK | 93 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t10: Fail, OK |
85 Language/Expressions/Method_Invocation/Super_Invocation/syntax_t05: Fail, OK | 94 Language/Expressions/Method_Invocation/Super_Invocation/syntax_t05: Fail, OK |
86 Language/Functions/Formal_Parameters/syntax_t04: Fail, OK | 95 Language/Functions/Formal_Parameters/syntax_t04: Fail, OK |
87 Language/Functions/Formal_Parameters/syntax_t05: Fail, OK | 96 Language/Functions/Formal_Parameters/syntax_t05: Fail, OK |
88 Language/Functions/Formal_Parameters/syntax_t12: Fail, OK | 97 Language/Functions/Formal_Parameters/syntax_t12: Fail, OK |
OLD | NEW |