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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
51 | 51 |
52 compile_time_constant10_test/none: Fail # issue 5214 | 52 compile_time_constant10_test/none: Fail # issue 5214 |
53 | 53 |
54 invocation_mirror_test: Fail # issue 3326, 3622. | 54 invocation_mirror_test: Fail # issue 3326, 3622. |
55 no_such_method_test: Fail # issue 3326, 3622. | 55 no_such_method_test: Fail # issue 3326, 3622. |
56 | 56 |
57 export_cyclic_test: Fail, Crash # issue 6060 | 57 export_cyclic_test: Fail, Crash # issue 6060 |
58 duplicate_export_negative_test: Fail # issue 6134 | 58 duplicate_export_negative_test: Fail # issue 6134 |
59 invocation_mirror_indirect_test: Fail # Issue 3326 | 59 invocation_mirror_indirect_test: Fail # Issue 3326 |
60 | 60 |
61 # test issue 6324 | |
62 factory2_test: Fail, OK | |
63 factory3_test: Fail, OK | |
64 factory5_test/none: Fail, OK | |
65 factory5_test/00: Fail, OK | |
66 factory4_test: Fail, OK | |
67 factory_implementation_test: Fail, OK | |
68 interface_factory_test: Fail, OK | |
69 interface_factory_multi_test: Fail, OK | |
70 type_variable_bounds_test/none: Fail, OK | |
71 type_variable_bounds_test/00: Fail, OK | |
72 type_variable_bounds_test/03: Fail, OK | |
73 type_variable_bounds_test/06: Fail, OK | |
74 type_variable_bounds_test/09: Fail, OK | |
75 type_variable_bounds_test/10: Fail, OK | |
76 non_parameterized_factory2_test: Fail, OK | |
77 non_parameterized_factory_test: Fail, OK | |
78 default_factory_test: Fail, OK | |
79 default_factory_library_test: Fail, OK | |
80 default_factory_test: Fail, OK | |
81 type_variable_scope_test/none: Fail, OK | |
82 [ $compiler == none && $unchecked ] | |
hausner
2012/11/28 00:26:38
Add a blank line before the new section?
regis
2012/11/28 01:09:18
I skipped the blank line to group these failures u
| |
83 type_variable_bounds_test/01: Fail, OK | |
84 type_variable_bounds_test/02: Fail, OK | |
85 type_variable_bounds_test/04: Fail, OK | |
86 type_variable_bounds_test/05: Fail, OK | |
87 type_variable_bounds_test/07: Fail, OK | |
88 type_variable_scope_test/00: Fail, OK | |
89 type_variable_scope_test/01: Fail, OK | |
90 type_variable_scope_test/02: Fail, OK | |
91 type_variable_scope_test/03: Fail, OK | |
92 type_variable_scope_test/04: Fail, OK | |
93 type_variable_scope_test/05: Fail, OK | |
94 [ $compiler == none && $checked ] | |
hausner
2012/11/28 00:26:38
Add a blank line before the new section?
regis
2012/11/28 01:09:18
ditto
| |
95 # Pass for the wrong reason: no distinction between compile-time error and dynam ic error | |
96 type_variable_bounds_test/01: Pass | |
97 type_variable_bounds_test/02: Pass | |
98 type_variable_bounds_test/04: Pass | |
99 type_variable_bounds_test/05: Pass | |
100 type_variable_bounds_test/07: Pass | |
101 type_variable_scope_test/00: Pass | |
102 type_variable_scope_test/01: Pass | |
103 type_variable_scope_test/02: Pass | |
104 type_variable_scope_test/03: Pass | |
105 type_variable_scope_test/04: Pass | |
106 type_variable_scope_test/05: Pass | |
107 | |
61 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ] | 108 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ] |
62 gc_test: Skip # Issue 1487, flaky. | 109 gc_test: Skip # Issue 1487, flaky. |
63 | 110 |
64 [ $compiler == none && $mode == debug ] | 111 [ $compiler == none && $mode == debug ] |
65 gc_test: Skip # Takes too long. | 112 gc_test: Skip # Takes too long. |
66 | 113 |
67 [ $compiler == none && $unchecked ] | 114 [ $compiler == none && $unchecked ] |
68 | 115 |
69 # Only checked mode reports an error on type assignment | 116 # Only checked mode reports an error on type assignment |
70 # problems in compile time constants. | 117 # problems in compile time constants. |
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
599 compile_time_constant_checked3_test/03: Fail, OK | 646 compile_time_constant_checked3_test/03: Fail, OK |
600 compile_time_constant_checked3_test/04: Fail, OK | 647 compile_time_constant_checked3_test/04: Fail, OK |
601 compile_time_constant_checked3_test/05: Fail, OK | 648 compile_time_constant_checked3_test/05: Fail, OK |
602 compile_time_constant_checked3_test/06: Fail, OK | 649 compile_time_constant_checked3_test/06: Fail, OK |
603 | 650 |
604 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 651 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
605 | 652 |
606 # This is a VM error when the compiled code is run. | 653 # This is a VM error when the compiled code is run. |
607 invocation_mirror_test: Fail # issue 3326, 3622. | 654 invocation_mirror_test: Fail # issue 3326, 3622. |
608 invocation_mirror_indirect_test: Fail # issue 3326, 3622. | 655 invocation_mirror_indirect_test: Fail # issue 3326, 3622. |
OLD | NEW |