Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1362)

Side by Side Diff: tests/language/language_kernel.status

Issue 2624973004: VM: [Kernel] Merge common test expectations from language_kernel.status -> language.status (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, 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 # These tests currently take too long. Remove when they are fixed. 5 # These tests currently take too long. Remove when they are fixed.
6 [ $compiler == dartk || $compiler == dartkp ] 6 [ $compiler == dartk || $compiler == dartkp ]
7 large_class_declaration_test: SkipSlow # KernelVM Issue 28312 7 large_class_declaration_test: SkipSlow # KernelVM Issue 28312
8 8
9 ############################################################################### 9 ###############################################################################
10 # Dartk Entries 10 # Dartk Entries
(...skipping 14 matching lines...) Expand all
25 export_main_test: DartkCrash 25 export_main_test: DartkCrash
26 external_test/21: MissingCompileTimeError 26 external_test/21: MissingCompileTimeError
27 external_test/24: MissingCompileTimeError 27 external_test/24: MissingCompileTimeError
28 external_test/25: MissingCompileTimeError 28 external_test/25: MissingCompileTimeError
29 final_syntax_test/01: MissingCompileTimeError 29 final_syntax_test/01: MissingCompileTimeError
30 final_syntax_test/02: MissingCompileTimeError 30 final_syntax_test/02: MissingCompileTimeError
31 final_syntax_test/03: MissingCompileTimeError 31 final_syntax_test/03: MissingCompileTimeError
32 final_syntax_test/04: MissingCompileTimeError 32 final_syntax_test/04: MissingCompileTimeError
33 main_not_a_function_test/01: DartkCrash 33 main_not_a_function_test/01: DartkCrash
34 metadata_test: DartkCompileTimeError 34 metadata_test: DartkCompileTimeError
35 mixin_illegal_super_use_test/01: MissingCompileTimeError
36 mixin_illegal_super_use_test/02: MissingCompileTimeError
37 mixin_illegal_super_use_test/03: MissingCompileTimeError
38 mixin_illegal_super_use_test/04: MissingCompileTimeError
39 mixin_illegal_super_use_test/05: MissingCompileTimeError
40 mixin_illegal_super_use_test/06: MissingCompileTimeError
41 mixin_illegal_super_use_test/07: MissingCompileTimeError
42 mixin_illegal_super_use_test/08: MissingCompileTimeError
43 mixin_illegal_super_use_test/09: MissingCompileTimeError
44 mixin_illegal_super_use_test/10: MissingCompileTimeError
45 mixin_illegal_super_use_test/11: MissingCompileTimeError
46 mixin_illegal_superclass_test/01: MissingCompileTimeError
47 mixin_illegal_superclass_test/02: MissingCompileTimeError
48 mixin_illegal_superclass_test/03: MissingCompileTimeError
49 mixin_illegal_superclass_test/04: MissingCompileTimeError
50 mixin_illegal_superclass_test/05: MissingCompileTimeError
51 mixin_illegal_superclass_test/06: MissingCompileTimeError
52 mixin_illegal_superclass_test/07: MissingCompileTimeError
53 mixin_illegal_superclass_test/08: MissingCompileTimeError
54 mixin_illegal_superclass_test/09: MissingCompileTimeError
55 mixin_illegal_superclass_test/10: MissingCompileTimeError
56 mixin_illegal_superclass_test/11: MissingCompileTimeError
57 mixin_illegal_superclass_test/12: MissingCompileTimeError
58 mixin_illegal_superclass_test/13: MissingCompileTimeError
59 mixin_illegal_superclass_test/14: MissingCompileTimeError
60 mixin_illegal_superclass_test/15: MissingCompileTimeError
61 mixin_illegal_superclass_test/16: MissingCompileTimeError
62 mixin_illegal_superclass_test/17: MissingCompileTimeError
63 mixin_illegal_superclass_test/18: MissingCompileTimeError
64 mixin_illegal_superclass_test/19: MissingCompileTimeError
65 mixin_illegal_superclass_test/20: MissingCompileTimeError
66 mixin_illegal_superclass_test/21: MissingCompileTimeError
67 mixin_illegal_superclass_test/22: MissingCompileTimeError
68 mixin_illegal_superclass_test/23: MissingCompileTimeError
69 mixin_illegal_superclass_test/24: MissingCompileTimeError
70 mixin_illegal_superclass_test/25: MissingCompileTimeError
71 mixin_illegal_superclass_test/26: MissingCompileTimeError
72 mixin_illegal_superclass_test/27: MissingCompileTimeError
73 mixin_illegal_superclass_test/28: MissingCompileTimeError
74 mixin_illegal_superclass_test/29: MissingCompileTimeError
75 mixin_illegal_superclass_test/30: MissingCompileTimeError
76 multiline_newline_test/01: DartkCompileTimeError 35 multiline_newline_test/01: DartkCompileTimeError
77 multiline_newline_test/02: DartkCompileTimeError 36 multiline_newline_test/02: DartkCompileTimeError
78 multiline_newline_test/03: DartkCompileTimeError 37 multiline_newline_test/03: DartkCompileTimeError
79 multiline_newline_test/04: MissingCompileTimeError 38 multiline_newline_test/04: MissingCompileTimeError
80 multiline_newline_test/05: MissingCompileTimeError 39 multiline_newline_test/05: MissingCompileTimeError
81 multiline_newline_test/06: MissingCompileTimeError 40 multiline_newline_test/06: MissingCompileTimeError
82 no_main_test/01: DartkCrash 41 no_main_test/01: DartkCrash
83 not_enough_positional_arguments_test/01: DartkCompileTimeError 42 not_enough_positional_arguments_test/01: DartkCompileTimeError
84 regress_27617_test/1: MissingCompileTimeError 43 regress_27617_test/1: MissingCompileTimeError
85 super_call3_test/01: DartkCrash 44 super_call3_test/01: DartkCrash
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 compile_time_constant_k_test/01: RuntimeError 83 compile_time_constant_k_test/01: RuntimeError
125 compile_time_constant_k_test/02: RuntimeError 84 compile_time_constant_k_test/02: RuntimeError
126 compile_time_constant_k_test/03: RuntimeError 85 compile_time_constant_k_test/03: RuntimeError
127 compile_time_constant_o_test/01: RuntimeError 86 compile_time_constant_o_test/01: RuntimeError
128 compile_time_constant_o_test/02: RuntimeError 87 compile_time_constant_o_test/02: RuntimeError
129 config_import_test: RuntimeError 88 config_import_test: RuntimeError
130 const_dynamic_type_literal_test/02: RuntimeError 89 const_dynamic_type_literal_test/02: RuntimeError
131 const_error_multiply_initialized_test/02: RuntimeError 90 const_error_multiply_initialized_test/02: RuntimeError
132 const_error_multiply_initialized_test/04: RuntimeError 91 const_error_multiply_initialized_test/04: RuntimeError
133 const_nested_test: RuntimeError 92 const_nested_test: RuntimeError
134 constructor2_test: RuntimeError
135 constructor3_test: RuntimeError
136 constructor5_test: RuntimeError
137 constructor6_test: RuntimeError
138 constructor_duplicate_final_test/01: MissingRuntimeError 93 constructor_duplicate_final_test/01: MissingRuntimeError
139 constructor_duplicate_final_test/02: MissingRuntimeError 94 constructor_duplicate_final_test/02: MissingRuntimeError
140 custom_await_stack_trace_test: RuntimeError 95 custom_await_stack_trace_test: RuntimeError
141 cyclic_type2_test: CompileTimeError
142 cyclic_type_test/00: RuntimeError 96 cyclic_type_test/00: RuntimeError
143 cyclic_type_test/01: RuntimeError 97 cyclic_type_test/01: RuntimeError
144 cyclic_type_test/02: CompileTimeError
145 cyclic_type_test/03: RuntimeError 98 cyclic_type_test/03: RuntimeError
146 cyclic_type_test/04: CompileTimeError
147 cyclic_type_variable_test/01: Crash 99 cyclic_type_variable_test/01: Crash
148 cyclic_type_variable_test/02: Crash 100 cyclic_type_variable_test/02: Crash
149 cyclic_type_variable_test/03: Crash 101 cyclic_type_variable_test/03: Crash
150 cyclic_type_variable_test/04: Crash 102 cyclic_type_variable_test/04: Crash
151 cyclic_type_variable_test/none: Crash 103 cyclic_type_variable_test/none: Crash
152 deferred_call_empty_before_load_test: RuntimeError 104 deferred_call_empty_before_load_test: RuntimeError
153 deferred_constant_list_test: RuntimeError 105 deferred_constant_list_test: RuntimeError
154 deferred_constraints_constants_test/none: RuntimeError 106 deferred_constraints_constants_test/none: RuntimeError
155 deferred_constraints_constants_test/reference_after_load: RuntimeError 107 deferred_constraints_constants_test/reference_after_load: RuntimeError
156 deferred_constraints_type_annotation_test/as_operation: RuntimeError 108 deferred_constraints_type_annotation_test/as_operation: RuntimeError
(...skipping 30 matching lines...) Expand all
187 deferred_redirecting_factory_test: RuntimeError 139 deferred_redirecting_factory_test: RuntimeError
188 deferred_regression_22995_test: RuntimeError 140 deferred_regression_22995_test: RuntimeError
189 deferred_shadow_load_library_test: RuntimeError 141 deferred_shadow_load_library_test: RuntimeError
190 deferred_shared_and_unshared_classes_test: RuntimeError 142 deferred_shared_and_unshared_classes_test: RuntimeError
191 deferred_static_seperate_test: RuntimeError 143 deferred_static_seperate_test: RuntimeError
192 deferred_super_dependency_test/01: RuntimeError 144 deferred_super_dependency_test/01: RuntimeError
193 deferred_type_dependency_test/as: RuntimeError 145 deferred_type_dependency_test/as: RuntimeError
194 deferred_type_dependency_test/is: RuntimeError 146 deferred_type_dependency_test/is: RuntimeError
195 deferred_type_dependency_test/none: RuntimeError 147 deferred_type_dependency_test/none: RuntimeError
196 deferred_type_dependency_test/type_annotation: RuntimeError 148 deferred_type_dependency_test/type_annotation: RuntimeError
197 duplicate_export_negative_test: Fail
198 evaluation_redirecting_constructor_test: RuntimeError 149 evaluation_redirecting_constructor_test: RuntimeError
199 example_constructor_test: RuntimeError
200 external_test/10: MissingRuntimeError 150 external_test/10: MissingRuntimeError
201 external_test/13: MissingRuntimeError 151 external_test/13: MissingRuntimeError
202 external_test/20: MissingRuntimeError 152 external_test/20: MissingRuntimeError
203 f_bounded_equality_test: RuntimeError 153 f_bounded_equality_test: RuntimeError
204 field_initialization_order_test: RuntimeError
205 final_field_initialization_order_test: RuntimeError
206 fixed_type_variable2_test/02: RuntimeError 154 fixed_type_variable2_test/02: RuntimeError
207 fixed_type_variable2_test/04: RuntimeError 155 fixed_type_variable2_test/04: RuntimeError
208 fixed_type_variable2_test/06: RuntimeError 156 fixed_type_variable2_test/06: RuntimeError
209 fixed_type_variable_test/02: RuntimeError 157 fixed_type_variable_test/02: RuntimeError
210 fixed_type_variable_test/04: RuntimeError 158 fixed_type_variable_test/04: RuntimeError
211 fixed_type_variable_test/06: RuntimeError 159 fixed_type_variable_test/06: RuntimeError
212 for2_test: RuntimeError 160 for2_test: RuntimeError
213 for_variable_capture_test: RuntimeError 161 for_variable_capture_test: RuntimeError
214 function_subtype2_test: RuntimeError 162 function_subtype2_test: RuntimeError
215 function_subtype_bound_closure3_test: RuntimeError 163 function_subtype_bound_closure3_test: RuntimeError
216 function_subtype_bound_closure4_test: RuntimeError 164 function_subtype_bound_closure4_test: RuntimeError
217 function_subtype_cast1_test: RuntimeError 165 function_subtype_cast1_test: RuntimeError
218 function_subtype_inline0_test: RuntimeError 166 function_subtype_inline0_test: RuntimeError
219 function_subtype_local3_test: RuntimeError 167 function_subtype_local3_test: RuntimeError
220 function_subtype_local4_test: RuntimeError 168 function_subtype_local4_test: RuntimeError
221 function_subtype_not1_test: RuntimeError 169 function_subtype_not1_test: RuntimeError
222 function_type_alias2_test: RuntimeError 170 function_type_alias2_test: RuntimeError
223 function_type_alias3_test: RuntimeError 171 function_type_alias3_test: RuntimeError
224 function_type_alias4_test: RuntimeError 172 function_type_alias4_test: RuntimeError
225 generic2_test: RuntimeError 173 generic2_test: RuntimeError
226 generic_closure_test: RuntimeError 174 generic_closure_test: RuntimeError
227 generic_creation_test: RuntimeError 175 generic_creation_test: RuntimeError
228 generic_field_mixin4_test: RuntimeError 176 generic_field_mixin4_test: RuntimeError
229 generic_inheritance_test: RuntimeError 177 generic_inheritance_test: RuntimeError
230 generic_method_types_test: Pass, RuntimeError 178 generic_method_types_test: Pass, RuntimeError
231 generic_methods_type_expression_test: RuntimeError
232 generic_test: RuntimeError 179 generic_test: RuntimeError
233 getter_closure_execution_order_test: RuntimeError 180 getter_closure_execution_order_test: RuntimeError
234 getter_setter_in_lib_test: RuntimeError 181 getter_setter_in_lib_test: RuntimeError
235 inferrer_closure_test: RuntimeError 182 inferrer_closure_test: RuntimeError
236 initializing_formal_final_test: RuntimeError 183 initializing_formal_final_test: RuntimeError
237 is_not_class2_test: RuntimeError 184 is_not_class2_test: RuntimeError
238 issue13474_test: RuntimeError 185 issue13474_test: RuntimeError
239 issue_1751477_test: RuntimeError 186 issue_1751477_test: RuntimeError
240 least_upper_bound_expansive_test/01: CompileTimeError
241 least_upper_bound_expansive_test/02: CompileTimeError
242 least_upper_bound_expansive_test/03: CompileTimeError
243 least_upper_bound_expansive_test/04: CompileTimeError
244 least_upper_bound_expansive_test/05: CompileTimeError
245 least_upper_bound_expansive_test/06: CompileTimeError
246 least_upper_bound_expansive_test/07: CompileTimeError
247 least_upper_bound_expansive_test/08: CompileTimeError
248 least_upper_bound_expansive_test/09: CompileTimeError
249 least_upper_bound_expansive_test/10: CompileTimeError
250 least_upper_bound_expansive_test/11: CompileTimeError
251 least_upper_bound_expansive_test/12: CompileTimeError
252 least_upper_bound_expansive_test/none: CompileTimeError
253 library_env_test/has_html_support: RuntimeError 187 library_env_test/has_html_support: RuntimeError
254 library_env_test/has_no_io_support: RuntimeError 188 library_env_test/has_no_io_support: RuntimeError
255 list_literal4_test: RuntimeError 189 list_literal4_test: RuntimeError
256 malformed_test/none: RuntimeError 190 malformed_test/none: RuntimeError
257 map_literal3_test: RuntimeError 191 map_literal3_test: RuntimeError
258 map_literal4_test: RuntimeError # Checked Mode Issue 192 map_literal4_test: RuntimeError # Checked Mode Issue
259 map_literal6_test: RuntimeError 193 map_literal6_test: RuntimeError
260 method_override_test: RuntimeError 194 method_override_test: RuntimeError
261 mixin_mixin2_test: RuntimeError 195 mixin_mixin2_test: RuntimeError
262 mixin_type_parameters_super_extends_test: RuntimeError 196 mixin_type_parameters_super_extends_test: RuntimeError
(...skipping 11 matching lines...) Expand all
274 prefix21_test: RuntimeError 208 prefix21_test: RuntimeError
275 redirecting_constructor_initializer_test: RuntimeError 209 redirecting_constructor_initializer_test: RuntimeError
276 regress_22443_test: RuntimeError # Deferred Loading Issue 28335 210 regress_22443_test: RuntimeError # Deferred Loading Issue 28335
277 regress_23408_test: RuntimeError # Deferred Loading Issue 28335 211 regress_23408_test: RuntimeError # Deferred Loading Issue 28335
278 regress_r24720_test: RuntimeError 212 regress_r24720_test: RuntimeError
279 regress_28278_test: RuntimeError # Mirrors Issue 213 regress_28278_test: RuntimeError # Mirrors Issue
280 script1_negative_test: Fail 214 script1_negative_test: Fail
281 script2_negative_test: Fail 215 script2_negative_test: Fail
282 setter_no_getter_call_test/none: RuntimeError 216 setter_no_getter_call_test/none: RuntimeError
283 static_setter_get_test/01: RuntimeError 217 static_setter_get_test/01: RuntimeError
284 super_test: RuntimeError
285 switch7_negative_test: Fail 218 switch7_negative_test: Fail
286 switch_try_catch_test: RuntimeError 219 switch_try_catch_test: RuntimeError
287 try_catch_on_syntax_test/10: MissingRuntimeError 220 try_catch_on_syntax_test/10: MissingRuntimeError
288 try_catch_on_syntax_test/11: MissingRuntimeError 221 try_catch_on_syntax_test/11: MissingRuntimeError
289 try_finally_regress_25654_test: RuntimeError 222 try_finally_regress_25654_test: RuntimeError
290 type_checks_in_factory_method_test: RuntimeError 223 type_checks_in_factory_method_test: RuntimeError
291 type_variable_function_type_test: RuntimeError 224 type_variable_function_type_test: RuntimeError
292 vm/type_cast_vm_test: RuntimeError 225 vm/type_cast_vm_test: RuntimeError
293 vm/type_vm_test: RuntimeError 226 vm/type_vm_test: RuntimeError
294 227
(...skipping 14 matching lines...) Expand all
309 242
310 # dartk: precompilation failures 243 # dartk: precompilation failures
311 [ $compiler == dartkp && $runtime == dart_precompiled ] 244 [ $compiler == dartkp && $runtime == dart_precompiled ]
312 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 245 if_null_assignment_static_test/35: Crash # Dartk Issue 28302
313 string_interpolation7_test: RuntimeError # Dartk Issue 28306 246 string_interpolation7_test: RuntimeError # Dartk Issue 28306
314 247
315 # dartk: precompilation failures (debug) 248 # dartk: precompilation failures (debug)
316 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] 249 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
317 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 250 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
318 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 251 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
OLDNEW
« tests/language/language.status ('K') | « tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698