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 directory contains tests that are intended to show the | 5 # This directory contains tests that are intended to show the |
6 # current state of the language. | 6 # current state of the language. |
7 | 7 |
8 # In order to maintain maximum test coverage for all builds, | 8 # In order to maintain maximum test coverage for all builds, |
9 # please use the following procedure to mark a test | 9 # please use the following procedure to mark a test |
10 # failed on architectures other than the one you are working on. | 10 # failed on architectures other than the one you are working on. |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 setter_no_getter_test/01: Crash # Issue 4360 | 59 setter_no_getter_test/01: Crash # Issue 4360 |
60 | 60 |
61 getter_no_setter2_test/01: Fail # Issue 4898 | 61 getter_no_setter2_test/01: Fail # Issue 4898 |
62 | 62 |
63 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. | 63 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. |
64 | 64 |
65 final_syntax_test/none: Fail # Issue 3558 | 65 final_syntax_test/none: Fail # Issue 3558 |
66 lazy_static_test: Fail # Issue 3558 | 66 lazy_static_test: Fail # Issue 3558 |
67 lazy_static2_test: Fail # Issue 3558 | 67 lazy_static2_test: Fail # Issue 3558 |
68 lazy_static3_test: Fail # Issue 3558 | 68 lazy_static3_test: Fail # Issue 3558 |
| 69 lazy_static4_test: Fail # Issue 3558 |
69 | 70 |
70 | 71 |
71 # DartC specific tests that should not be run by the VM | 72 # DartC specific tests that should not be run by the VM |
72 *dartc_test: Skip | 73 *dartc_test: Skip |
73 *dartc_negative_test: Skip | 74 *dartc_negative_test: Skip |
74 | 75 |
75 [ $compiler == none && $mode == debug ] | 76 [ $compiler == none && $mode == debug ] |
76 gc_test: Skip # Takes too long. | 77 gc_test: Skip # Takes too long. |
77 | 78 |
78 [ $compiler == dartc ] | 79 [ $compiler == dartc ] |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
121 getter_no_setter_test/01: Fail # Fails to detect compile-time error. | 122 getter_no_setter_test/01: Fail # Fails to detect compile-time error. |
122 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. | 123 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. |
123 setter_no_getter_test/01: Fail # Fails to detect compile-time error. | 124 setter_no_getter_test/01: Fail # Fails to detect compile-time error. |
124 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest | 125 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest |
125 interface_factory1_negative_test: Fail # language change 1031 | 126 interface_factory1_negative_test: Fail # language change 1031 |
126 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest | 127 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest |
127 final_syntax_test/none: Fail # Issue 3476 | 128 final_syntax_test/none: Fail # Issue 3476 |
128 lazy_static_test: Fail # Issue 3476 | 129 lazy_static_test: Fail # Issue 3476 |
129 lazy_static2_test: Fail # Issue 3476 | 130 lazy_static2_test: Fail # Issue 3476 |
130 lazy_static3_test: Fail # Issue 3476 | 131 lazy_static3_test: Fail # Issue 3476 |
| 132 lazy_static4_test: Fail # Issue 3476 |
131 library2_negative_test: Fail # still a valid test? Issue 3649 | 133 library2_negative_test: Fail # still a valid test? Issue 3649 |
132 library4_negative_test: Fail # still a valid test? Issue 3530 | 134 library4_negative_test: Fail # still a valid test? Issue 3530 |
133 library6_negative_test: Fail # still a valid test? Issue 3650 | 135 library6_negative_test: Fail # still a valid test? Issue 3650 |
134 list_literal4_test: Fail # Issue 1343 | 136 list_literal4_test: Fail # Issue 1343 |
135 map_literal4_test: Fail # Issue 1343 | 137 map_literal4_test: Fail # Issue 1343 |
136 named_parameters_with_object_property_names_test: Fail # Issue 2137 | 138 named_parameters_with_object_property_names_test: Fail # Issue 2137 |
137 new_expression_type_args_test/01: Fail # language change 1031 | 139 new_expression_type_args_test/01: Fail # language change 1031 |
138 new_expression_type_args_test/02: Fail # language change 1031 | 140 new_expression_type_args_test/02: Fail # language change 1031 |
139 no_such_method_negative_test: Fail # Runtime only test, rewrite as multiteste | 141 no_such_method_negative_test: Fail # Runtime only test, rewrite as multiteste |
140 override_field_test/03: Fail # still a valid test? Issue 3894 | 142 override_field_test/03: Fail # still a valid test? Issue 3894 |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
240 pseudo_kw_illegal_test/14: Fail | 242 pseudo_kw_illegal_test/14: Fail |
241 pseudo_kw_illegal_test/15: Fail | 243 pseudo_kw_illegal_test/15: Fail |
242 pseudo_kw_illegal_test/16: Fail | 244 pseudo_kw_illegal_test/16: Fail |
243 pseudo_kw_test: Fail | 245 pseudo_kw_test: Fail |
244 # external keyword is not yet supported by dart2js/dart2dart. | 246 # external keyword is not yet supported by dart2js/dart2dart. |
245 external_test/*: Skip | 247 external_test/*: Skip |
246 final_syntax_test/none: Fail, OK # Issue 3558 | 248 final_syntax_test/none: Fail, OK # Issue 3558 |
247 lazy_static_test: Fail, OK # Issue 3558 | 249 lazy_static_test: Fail, OK # Issue 3558 |
248 lazy_static2_test: Fail, OK # Issue 3558 | 250 lazy_static2_test: Fail, OK # Issue 3558 |
249 lazy_static3_test: Fail, OK # Issue 3558 | 251 lazy_static3_test: Fail, OK # Issue 3558 |
| 252 lazy_static4_test: Fail, OK # Issue 3558 |
250 # Call operator is not supported by DartVM (see suppression above.) | 253 # Call operator is not supported by DartVM (see suppression above.) |
251 call_operator_test: Fail | 254 call_operator_test: Fail |
252 # dart2js frontend doesn't even analyse problematic classes. | 255 # dart2js frontend doesn't even analyse problematic classes. |
253 class_extends_negative_test: Fail | 256 class_extends_negative_test: Fail |
254 duplicate_implements_test/01: Fail | 257 duplicate_implements_test/01: Fail |
255 duplicate_implements_test/02: Fail | 258 duplicate_implements_test/02: Fail |
256 duplicate_implements_test/03: Fail | 259 duplicate_implements_test/03: Fail |
257 duplicate_implements_test/04: Fail | 260 duplicate_implements_test/04: Fail |
258 field2_negative_test: Fail | 261 field2_negative_test: Fail |
259 field4_negative_test: Fail | 262 field4_negative_test: Fail |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
317 disable_privacy_test: Fail, Ok | 320 disable_privacy_test: Fail, Ok |
318 # This test hard codes name of file being run and precise position. | 321 # This test hard codes name of file being run and precise position. |
319 generic_test: Fail, Ok | 322 generic_test: Fail, Ok |
320 # Minified mode failures. | 323 # Minified mode failures. |
321 # TODO(antonm): proper support in test framework. | 324 # TODO(antonm): proper support in test framework. |
322 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). | 325 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). |
323 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). | 326 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). |
324 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). | 327 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). |
325 | 328 |
326 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. | 329 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. |
OLD | NEW |