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 [ $compiler == dart2js || $compiler == dart2dart ] | 5 [ $compiler == dart2js || $compiler == dart2dart ] |
6 block_scope_test: Fail # Issue 13204. | 6 block_scope_test: CompileTimeError # Issue 13204. |
7 null_test/03: Fail # Issue 12445. | 7 null_test/03: MissingCompileTimeError # Issue 12445. |
8 black_listed_test/none: Fail # Issue 12446. | 8 black_listed_test/none: CompileTimeError # Issue 12446. |
9 malformed_test/none: Fail # Issue 12695 | 9 malformed_test/none: RuntimeError # Issue 12695 |
10 malformed_test/05: Fail # Issue 12695 | 10 malformed_test/05: MissingCompileTimeError # Issue 12695 |
11 malformed_test/06: Fail # Issue 12695 | 11 malformed_test/06: MissingCompileTimeError # Issue 12695 |
12 full_stacktrace1_test: Pass, Fail # Issue 12698 | 12 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 |
13 full_stacktrace2_test: Pass, Fail # Issue 12698 | 13 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 |
14 full_stacktrace3_test: Pass, Fail # Issue 12698 | 14 full_stacktrace3_test: Pass, RuntimeError # Issue 12698 |
15 stacktrace_test: Pass, Fail # # Issue 12698 | 15 stacktrace_test: Pass, RuntimeError # # Issue 12698 |
16 | 16 |
17 # VM specific tests that should not be run by dart2js. | 17 # VM specific tests that should not be run by dart2js. |
18 vm/*: Skip # Issue 12699 | 18 vm/*: Skip # Issue 12699 |
19 | 19 |
20 [ $compiler == dart2js && $checked ] | 20 [ $compiler == dart2js && $checked ] |
21 checked_setter2_test: Fail # Issue 11273 | 21 checked_setter2_test: Fail # Issue 11273 |
22 default_factory2_test/01: Fail # Issue 12700 | 22 default_factory2_test/01: Fail # Issue 12700 |
23 type_variable_bounds_test/01: Fail # Issue 12702 | 23 type_variable_bounds_test/01: Fail # Issue 12702 |
24 type_variable_bounds_test/02: Fail # Issue 12702 | 24 type_variable_bounds_test/02: Fail # Issue 12702 |
25 type_variable_bounds_test/04: Fail # Issue 12702 | 25 type_variable_bounds_test/04: Fail # Issue 12702 |
26 type_variable_bounds_test/05: Fail # Issue 12702 | 26 type_variable_bounds_test/05: Fail # Issue 12702 |
27 type_variable_bounds2_test/00: Fail # Issue 12702 | 27 type_variable_bounds2_test/00: Fail # Issue 12702 |
28 type_variable_bounds2_test/03: Fail # Issue 12702 | 28 type_variable_bounds2_test/03: Fail # Issue 12702 |
29 type_variable_bounds2_test/05: Fail # Issue 12702 | 29 type_variable_bounds2_test/05: Fail # Issue 12702 |
30 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). | 30 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). |
31 type_variable_bounds3_test/00: Fail # Issue 12702 | 31 type_variable_bounds3_test/00: Fail # Issue 12702 |
32 f_bounded_quantification_test/01: Fail # Issue 12703 | 32 f_bounded_quantification_test/01: Fail # Issue 12703 |
33 f_bounded_quantification_test/02: Fail # Issue 12703 | 33 f_bounded_quantification_test/02: Fail # Issue 12703 |
34 f_bounded_quantification5_test: Fail # Issue 12703 | 34 f_bounded_quantification5_test: Fail # Issue 12703 |
35 closure_type_test: Fail # Issue 12745 | 35 closure_type_test: Fail # Issue 12745 |
36 function_subtype_setter0_test: Fail # Issue 11273 | 36 function_subtype_setter0_test: Fail # Issue 11273 |
37 redirecting_factory_malbounded_test/01: Fail # Issue 12825 | 37 redirecting_factory_malbounded_test/01: Fail # Issue 12825 |
38 | 38 |
39 [ $compiler == dart2js && $unchecked ] | 39 [ $compiler == dart2js && $unchecked ] |
40 type_checks_in_factory_method_test: Fail # Issue 12746 | 40 type_checks_in_factory_method_test: RuntimeError # Issue 12746 |
41 assertion_test: Fail # Issue 12748 | 41 assertion_test: RuntimeError # Issue 12748 |
42 double_to_string_as_exponential2_test: Fail # Issue 12749 | 42 double_to_string_as_exponential2_test: RuntimeError # Issue 12749 |
43 double_to_string_as_fixed2_test: Fail # Issue 12749 | 43 double_to_string_as_fixed2_test: RuntimeError # Issue 12749 |
44 double_to_string_as_precision2_test: Fail # Issue 12749 | 44 double_to_string_as_precision2_test: RuntimeError # Issue 12749 |
45 compile_time_constant_checked_test/02: Fail, OK | 45 compile_time_constant_checked_test/02: MissingCompileTimeError, OK |
46 compile_time_constant_checked2_test/01: Fail, OK | 46 compile_time_constant_checked2_test/01: MissingCompileTimeError, OK |
47 compile_time_constant_checked2_test/02: Fail, OK | 47 compile_time_constant_checked2_test/02: MissingCompileTimeError, OK |
48 compile_time_constant_checked2_test/03: Fail, OK | 48 compile_time_constant_checked2_test/03: MissingCompileTimeError, OK |
49 compile_time_constant_checked2_test/04: Fail, OK | 49 compile_time_constant_checked2_test/04: MissingCompileTimeError, OK |
50 compile_time_constant_checked2_test/05: Fail, OK | 50 compile_time_constant_checked2_test/05: MissingCompileTimeError, OK |
51 compile_time_constant_checked2_test/06: Fail, OK | 51 compile_time_constant_checked2_test/06: MissingCompileTimeError, OK |
52 compile_time_constant_checked3_test/01: Fail, OK | 52 compile_time_constant_checked3_test/01: MissingCompileTimeError, OK |
53 compile_time_constant_checked3_test/02: Fail, OK | 53 compile_time_constant_checked3_test/02: MissingCompileTimeError, OK |
54 compile_time_constant_checked3_test/03: Fail, OK | 54 compile_time_constant_checked3_test/03: MissingCompileTimeError, OK |
55 compile_time_constant_checked3_test/04: Fail, OK | 55 compile_time_constant_checked3_test/04: MissingCompileTimeError, OK |
56 compile_time_constant_checked3_test/05: Fail, OK | 56 compile_time_constant_checked3_test/05: MissingCompileTimeError, OK |
57 compile_time_constant_checked3_test/06: Fail, OK | 57 compile_time_constant_checked3_test/06: MissingCompileTimeError, OK |
58 generic_test: Fail, OK | 58 generic_test: RuntimeError, OK |
59 named_parameters_type_test/01: Fail, OK | 59 named_parameters_type_test/01: MissingRuntimeError, OK |
60 named_parameters_type_test/02: Fail, OK | 60 named_parameters_type_test/02: MissingRuntimeError, OK |
61 named_parameters_type_test/03: Fail, OK | 61 named_parameters_type_test/03: MissingRuntimeError, OK |
62 positional_parameters_type_test/01: Fail, OK | 62 positional_parameters_type_test/01: MissingRuntimeError, OK |
63 positional_parameters_type_test/02: Fail, OK | 63 positional_parameters_type_test/02: MissingRuntimeError, OK |
64 | 64 |
65 [ $compiler == dart2js && $minified ] | 65 [ $compiler == dart2js && $minified ] |
66 f_bounded_quantification4_test: Fail # Issue 12605. | 66 f_bounded_quantification4_test: Fail # Issue 12605. |
67 f_bounded_quantification5_test: Fail # Issue 12605. | 67 f_bounded_quantification5_test: Fail # Issue 12605. |
68 mixin_generic_test: Fail # Issue 12605. | 68 mixin_generic_test: Fail # Issue 12605. |
69 mixin_mixin2_test: Fail # Issue 12605. | 69 mixin_mixin2_test: Fail # Issue 12605. |
70 mixin_mixin3_test: Fail # Issue 12605. | 70 mixin_mixin3_test: Fail # Issue 12605. |
71 mixin_mixin4_test: Fail # Issue 12605. | 71 mixin_mixin4_test: Fail # Issue 12605. |
72 mixin_mixin5_test: Fail # Issue 12605. | 72 mixin_mixin5_test: Fail # Issue 12605. |
73 mixin_mixin6_test: Fail # Issue 12605. | 73 mixin_mixin6_test: Fail # Issue 12605. |
74 invocation_mirror_test: Fail # Issue 13503 | 74 invocation_mirror_test: Fail # Issue 13503 |
75 | 75 |
76 [ $compiler == dart2js ] | 76 [ $compiler == dart2js ] |
77 function_type_alias9_test/00: Crash # Issue 9792 | 77 function_type_alias9_test/00: Crash # Issue 9792 |
78 branch_canonicalization_test: Fail # Issue 638. | 78 branch_canonicalization_test: RuntimeError # Issue 638. |
79 identical_closure2_test: Fail # Issue 1533, Issue 12596 | 79 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 |
80 integer_division_by_zero_test: Fail # Issue 8301 | 80 integer_division_by_zero_test: CompileTimeError # Issue 8301 |
81 built_in_identifier_prefix_test: Fail # Issue 6972 | 81 built_in_identifier_prefix_test: RuntimeError # Issue 6972 |
82 number_identity2_test: Fail # Issue 12596 | 82 number_identity2_test: CompileTimeError # Issue 12596 |
83 new_expression_type_args_test/00: Fail # Issue 5519 | 83 new_expression_type_args_test/00: CompileTimeError # Issue 5519 |
84 new_expression_type_args_test/01: Fail # Issue 5519 | 84 new_expression_type_args_test/01: RuntimeError # Issue 5519 |
85 double_int_to_string_test: Fail # Issue 1533 | 85 double_int_to_string_test: RuntimeError # Issue 1533 |
86 mint_arithmetic_test: Fail # Issue 1533 | 86 mint_arithmetic_test: RuntimeError # Issue 1533 |
87 left_shift_test: Fail # Issue 1533 | 87 left_shift_test: CompileTimeError # Issue 1533 |
88 factory_redirection_test/01: Fail # Issue 12752 | 88 factory_redirection_test/01: MissingCompileTimeError # Issue 12752 |
89 factory_redirection_test/07: Fail # Issue 12752 | 89 factory_redirection_test/07: CompileTimeError # Issue 12752 |
90 bad_override_test/01: Fail # Issue 11496 | 90 bad_override_test/01: CompileTimeError # Issue 11496 |
91 bad_override_test/02: Fail # Issue 11496 | 91 bad_override_test/02: CompileTimeError # Issue 11496 |
92 bad_override_test/06: Fail # Issue 11496 | 92 bad_override_test/06: CompileTimeError # Issue 11496 |
93 class_override_test/00: Fail # Issue 11496 | 93 class_override_test/00: MissingCompileTimeError # Issue 11496 |
94 field_override3_test/00: Fail # Issue 11496 | 94 field_override3_test/00: MissingCompileTimeError # Issue 11496 |
95 field_override3_test/01: Fail # Issue 11496 | 95 field_override3_test/01: MissingCompileTimeError # Issue 11496 |
96 field_override3_test/02: Fail # Issue 11496 | 96 field_override3_test/02: MissingCompileTimeError # Issue 11496 |
97 field_override3_test/03: Fail # Issue 11496 | 97 field_override3_test/03: MissingCompileTimeError # Issue 11496 |
98 getter_override_test/00: Fail # Issue 11496 | 98 getter_override_test/00: MissingCompileTimeError # Issue 11496 |
99 getter_override_test/01: Fail # Issue 11496 | 99 getter_override_test/01: MissingCompileTimeError # Issue 11496 |
100 getter_override_test/02: Fail # Issue 11496 | 100 getter_override_test/02: MissingCompileTimeError # Issue 11496 |
101 method_override7_test/00: Fail # Issue 11496 | 101 method_override7_test/00: MissingCompileTimeError # Issue 11496 |
102 method_override7_test/01: Fail # Issue 11496 | 102 method_override7_test/01: MissingCompileTimeError # Issue 11496 |
103 method_override7_test/02: Fail # Issue 11496 | 103 method_override7_test/02: CompileTimeError # Issue 11496 |
104 method_override8_test/03: Fail # Issue 11496 | 104 method_override8_test/03: MissingCompileTimeError # Issue 11496 |
105 setter_override_test/00: Fail # Issue 11496 | 105 setter_override_test/00: MissingCompileTimeError # Issue 11496 |
106 setter_override_test/03: Fail # Issue 11496 | 106 setter_override_test/03: CompileTimeError # Issue 11496 |
107 setter_override2_test/02: Fail # Issue 11496 | 107 setter_override2_test/02: CompileTimeError # Issue 11496 |
108 constructor_named_arguments_test/01: Fail # Issue 5519 | 108 constructor_named_arguments_test/01: MissingCompileTimeError # Issue 5519 |
109 getter_no_setter_test/01: Fail # Issue 5519 | 109 getter_no_setter_test/01: CompileTimeError # Issue 5519 |
110 not_enough_positional_arguments_test/01: Fail # Issue 12838 | 110 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838 |
111 not_enough_positional_arguments_test/02: Fail # Issue 12838 | 111 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838 |
112 not_enough_positional_arguments_test/05: Fail # Issue 12838 | 112 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838 |
113 metadata_test: Fail # Issue 5841 | 113 metadata_test: RuntimeError # Issue 5841 |
114 infinity_test: Fail # Issue 4984 | 114 infinity_test: RuntimeError # Issue 4984 |
115 positive_bit_operations_test: Fail # Issue 12795 | 115 positive_bit_operations_test: RuntimeError # Issue 12795 |
116 mixin_mixin2_test: Fail # Issue 13109. | 116 mixin_mixin2_test: RuntimeError # Issue 13109. |
117 mixin_mixin3_test: Fail # Issue 13109. | 117 mixin_mixin3_test: Fail # Issue 13109. |
118 mixin_mixin7_test: Fail # Issue 13109. | 118 mixin_mixin7_test: Fail # Issue 13109. |
119 | 119 |
120 # Compilation errors. | 120 # Compilation errors. |
121 const_var_test: Fail # Issue 12793 | 121 const_var_test: MissingCompileTimeError # Issue 12793 |
122 map_literal3_test: Fail # Issue 12793 | 122 map_literal3_test: MissingCompileTimeError # Issue 12793 |
123 function_type_alias5_test/00: Fail # Issue 12754 | 123 function_type_alias5_test/00: MissingCompileTimeError # Issue 12754 |
124 function_type_alias5_test/01: Fail # Issue 12754 | 124 function_type_alias5_test/01: RuntimeError # Issue 12754 |
125 function_type_alias5_test/02: Fail # Issue 12754 | 125 function_type_alias5_test/02: Fail # Issue 12754 |
126 method_override5_test: Fail # Issue 12809 | 126 method_override5_test: MissingCompileTimeError # Issue 12809 |
127 parameter_initializer6_negative_test: Fail # Issue 3502 | 127 parameter_initializer6_negative_test: MissingCompileTimeError # Issue 3502 |
128 named_parameters_aggregated_test/03: Fail # Issue 12812 | 128 named_parameters_aggregated_test/03: MissingCompileTimeError # Issue 12812 |
129 external_test/11: Fail # Issue 12887 | 129 external_test/11: CompileTimeError # Issue 12887 |
130 external_test/12: Fail # Issue 12887 | 130 external_test/12: MissingCompileTimeError # Issue 12887 |
131 external_test/13: Fail # Issue 12887 | 131 external_test/13: MissingCompileTimeError # Issue 12887 |
132 external_test/21: Fail # Issue 12887 | 132 external_test/21: MissingCompileTimeError # Issue 12887 |
133 external_test/22: Fail # Issue 12887 | 133 external_test/22: MissingCompileTimeError # Issue 12887 |
134 external_test/23: Fail # Issue 12887 | 134 external_test/23: MissingCompileTimeError # Issue 12887 |
135 external_test/30: Fail # Issue 12887 | 135 external_test/30: RuntimeError # Issue 12887 |
136 external_test/31: Fail # Issue 12887 | 136 external_test/31: RuntimeError # Issue 12887 |
137 instanceof4_test/01: Fail # Issue 12889 | 137 instanceof4_test/01: RuntimeError # Issue 12889 |
138 list_literal4_test: Fail # Issue 12890 | 138 list_literal4_test: CompileTimeError # Issue 12890 |
139 map_literal4_test: Fail # Issue 12891 | 139 map_literal4_test: Fail # Issue 12891 |
140 built_in_identifier_test/01: Fail # Issue 13022 | 140 built_in_identifier_test/01: MissingCompileTimeError # Issue 13022 |
141 | 141 |
142 const_syntax_test/03: Fail # Issue 12932 | 142 const_syntax_test/03: MissingCompileTimeError # Issue 12932 |
143 const_syntax_test/04: Fail # Issue 12932 | 143 const_syntax_test/04: MissingCompileTimeError # Issue 12932 |
144 constructor9_test/01: Fail # Issue 12934 | 144 constructor9_test/01: MissingCompileTimeError # Issue 12934 |
145 list_literal1_test/01: Fail # Issue 12993 | 145 list_literal1_test/01: MissingCompileTimeError # Issue 12993 |
146 map_literal1_test/01: Fail # Issue 12993 | 146 map_literal1_test/01: MissingCompileTimeError # Issue 12993 |
147 scope_variable_test/01: Fail # Issue 13016 | 147 scope_variable_test/01: MissingCompileTimeError # Issue 13016 |
148 static_final_field2_test/02: Fail # Issue 13017 | 148 static_final_field2_test/02: Fail # Issue 13017 |
149 throw7_test/01: Fail # Issue 13019 | 149 throw7_test/01: RuntimeError # Issue 13019 |
150 | 150 |
151 numbers_test: Fail, OK # Issue 1533 | 151 numbers_test: RuntimeError, OK # Issue 1533 |
152 canonical_const2_test: Fail, OK # Issue 1533 | 152 canonical_const2_test: RuntimeError, OK # Issue 1533 |
153 bit_operations_test: Fail, OK # Issue 1533 | 153 bit_operations_test: Fail, OK # Issue 1533 |
154 expect_test: Fail, OK # Issue 13080 | 154 expect_test: MissingCompileTimeError, OK # Issue 13080 |
155 | 155 |
156 final_syntax_test/01: Fail # Issue 13020 | 156 final_syntax_test/01: MissingCompileTimeError # Issue 13020 |
157 final_syntax_test/02: Fail # Issue 13020 | 157 final_syntax_test/02: MissingCompileTimeError # Issue 13020 |
158 final_syntax_test/03: Fail # Issue 13020 | 158 final_syntax_test/03: Fail # Issue 13020 |
159 final_syntax_test/04: Fail # Issue 13020 | 159 final_syntax_test/04: RuntimeError # Issue 13020 |
160 | 160 |
161 assign_top_method_test: Fail # Issue 13075 | 161 assign_top_method_test: Fail # Issue 13075 |
162 null_test/none: Fail # Issue 12482 | 162 null_test/none: Fail # Issue 12482 |
163 | 163 |
164 | 164 |
165 [ $compiler == dart2js && $runtime == none ] | 165 [ $compiler == dart2js && $runtime == none ] |
166 *: Fail, Pass # TODO(ahe): Triage these tests. | 166 *: Fail, Pass # TODO(ahe): Triage these tests. |
167 | 167 |
168 | 168 |
169 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime ==
ie9 || $runtime == safari)] | 169 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime ==
ie9 || $runtime == safari)] |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
339 import_core_prefix_test: Pass | 339 import_core_prefix_test: Pass |
340 prefix22_test: Pass | 340 prefix22_test: Pass |
341 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 341 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
342 super_call4_test: Fail, OK # hardcoded names. | 342 super_call4_test: Fail, OK # hardcoded names. |
343 | 343 |
344 [ $minified ] | 344 [ $minified ] |
345 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 345 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
346 | 346 |
347 [ $runtime == ie9 ] | 347 [ $runtime == ie9 ] |
348 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 348 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
OLD | NEW |