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. |
11 # | 11 # |
12 # 1) Copy the old version of the test to | 12 # 1) Copy the old version of the test to |
13 # tests/language/src/test_name_[dartc|vm]_test.dart. | 13 # tests/language/src/test_name_[dartc|vm]_test.dart. |
14 # to maintain coverage. | 14 # to maintain coverage. |
15 # 2) File a bug on each architecture for the failure due to the language change. | 15 # 2) File a bug on each architecture for the failure due to the language change. |
16 # 3) Update the language/src directory with the updated test. | 16 # 3) Update the language/src directory with the updated test. |
17 | 17 |
18 [ $compiler == none ] | 18 [ $compiler == none ] |
19 call_constructor_on_unresolvable_class_test/01: Fail # Issue 3801 | 19 call_constructor_on_unresolvable_class_test/01: Fail # Issue 3801 |
20 call_constructor_on_unresolvable_class_test/02: Fail # Issue 3801 | 20 call_constructor_on_unresolvable_class_test/02: Fail # Issue 3801 |
21 call_constructor_on_unresolvable_class_test/03: Fail # Issue 3801 | 21 call_constructor_on_unresolvable_class_test/03: Fail # Issue 3801 |
22 call_constructor_on_unresolvable_class_test/07: Fail # Issue 3801 | 22 call_constructor_on_unresolvable_class_test/07: Fail # Issue 3801 |
23 call_nonexistent_constructor_test: Fail # Issue 3801 | 23 call_nonexistent_constructor_test: Fail # Issue 3801 |
24 gc_test: Fail # Issue 1487 | 24 gc_test: Fail # Issue 1487 |
25 field_override_test/none: Fail # Issue 742: field shadowing now allowed | 25 field_override_test/none: Fail # Issue 742: field shadowing now allowed |
26 field_override_test/01: Fail # Issue 742: field shadowing now allowed | 26 field_override_test/01: Fail # Issue 742: field shadowing now allowed |
27 field_override_test/02: Fail # Issue 742: field shadowing now allowed | |
28 super_field_access_test: Fail # Issue 742: field shadowing now allowed | 27 super_field_access_test: Fail # Issue 742: field shadowing now allowed |
29 pseudo_kw_illegal_test/03: Fail # Issue 356 | 28 pseudo_kw_illegal_test/03: Fail # Issue 356 |
30 pseudo_kw_illegal_test/08: Fail # Issue 356 | 29 pseudo_kw_illegal_test/08: Fail # Issue 356 |
31 pseudo_kw_illegal_test/10: Fail # Issue 356 | 30 pseudo_kw_illegal_test/10: Fail # Issue 356 |
32 pseudo_kw_illegal_test/14: Fail # Issue 356 | 31 pseudo_kw_illegal_test/14: Fail # Issue 356 |
33 final_field_initialization_order_test: Fail # Issue 4839 | 32 final_field_initialization_order_test: Fail # Issue 4839 |
34 | 33 |
35 # These bugs refer currently ongoing language discussions. | 34 # These bugs refer currently ongoing language discussions. |
36 constructor5_test: Fail # (Discussion ongoing) | 35 constructor5_test: Fail # (Discussion ongoing) |
37 constructor6_test: Fail # (Discussion ongoing) | 36 constructor6_test: Fail # (Discussion ongoing) |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 lazy_static4_test: Fail # Issue 3558 | 68 lazy_static4_test: Fail # Issue 3558 |
70 | 69 |
71 | 70 |
72 # DartC specific tests that should not be run by the VM | 71 # DartC specific tests that should not be run by the VM |
73 *dartc_test: Skip | 72 *dartc_test: Skip |
74 *dartc_negative_test: Skip | 73 *dartc_negative_test: Skip |
75 | 74 |
76 [ $compiler == none && $mode == debug ] | 75 [ $compiler == none && $mode == debug ] |
77 gc_test: Skip # Takes too long. | 76 gc_test: Skip # Takes too long. |
78 | 77 |
| 78 [ $compiler == none && $unchecked ] |
| 79 field_override_test/02: Fail # Issue 742: field shadowing now allowed |
| 80 |
79 [ $compiler == dartc ] | 81 [ $compiler == dartc ] |
80 | 82 |
81 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo
dy | 83 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo
dy |
82 application_negative_test: Fail # Runtime only test, rewrite as multitest | 84 application_negative_test: Fail # Runtime only test, rewrite as multitest |
83 interface_negative_test: Fail # instantiation of abstract class | 85 interface_negative_test: Fail # instantiation of abstract class |
84 argument_definition_test/*: Skip # Not implemented. | 86 argument_definition_test/*: Skip # Not implemented. |
85 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest | 87 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest |
86 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as mult
itest | 88 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as mult
itest |
87 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit
e as multitest | 89 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit
e as multitest |
88 call_operator_test: Pass # Issue 1355 | 90 call_operator_test: Pass # Issue 1355 |
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
323 disable_privacy_test: Fail, Ok | 325 disable_privacy_test: Fail, Ok |
324 # This test hard codes name of file being run and precise position. | 326 # This test hard codes name of file being run and precise position. |
325 generic_test: Fail, Ok | 327 generic_test: Fail, Ok |
326 # Minified mode failures. | 328 # Minified mode failures. |
327 # TODO(antonm): proper support in test framework. | 329 # TODO(antonm): proper support in test framework. |
328 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). | 330 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). |
329 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). | 331 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). |
330 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). | 332 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). |
331 | 333 |
332 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. | 334 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. |
OLD | NEW |