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

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

Issue 2641523002: Fix some crashes in dartk. (Closed)
Patch Set: Mark main as static, update status files again 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
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
11 ############################################################################### 11 ###############################################################################
12 12
13 [ $compiler == dartk || $compiler == dartkp ] 13 [ $compiler == dartk || $compiler == dartkp ]
14 bad_constructor_test/05: DartkCompileTimeError 14 bad_constructor_test/05: DartkCompileTimeError
15 conditional_import_string_test: DartkCompileTimeError 15 conditional_import_string_test: DartkCompileTimeError
16 conditional_import_test: DartkCompileTimeError 16 conditional_import_test: DartkCompileTimeError
17 conflicting_type_variable_and_setter_test: DartkCompileTimeError 17 conflicting_type_variable_and_setter_test: DartkCompileTimeError
18 const_for_in_variable_test/01: MissingCompileTimeError 18 const_for_in_variable_test/01: MissingCompileTimeError
19 constructor_duplicate_final_test/03: MissingCompileTimeError 19 constructor_duplicate_final_test/03: MissingCompileTimeError
20 covariant_override_test: DartkCrash 20 covariant_override_test: DartkCrash
21 deep_nesting1_negative_test: DartkCrash 21 deep_nesting1_negative_test: DartkCrash
22 deep_nesting2_negative_test: DartkCrash 22 deep_nesting2_negative_test: DartkCrash
23 deferred_closurize_load_library_test: DartkCrash
24 enum_syntax_test/06: MissingCompileTimeError 23 enum_syntax_test/06: MissingCompileTimeError
25 export_double_same_main_test: DartkCrash
26 export_main_test: DartkCrash
27 external_test/21: MissingCompileTimeError 24 external_test/21: MissingCompileTimeError
28 external_test/24: MissingCompileTimeError 25 external_test/24: MissingCompileTimeError
29 external_test/25: MissingCompileTimeError 26 external_test/25: MissingCompileTimeError
30 final_syntax_test/01: MissingCompileTimeError 27 final_syntax_test/01: MissingCompileTimeError
31 final_syntax_test/02: MissingCompileTimeError 28 final_syntax_test/02: MissingCompileTimeError
32 final_syntax_test/03: MissingCompileTimeError 29 final_syntax_test/03: MissingCompileTimeError
33 final_syntax_test/04: MissingCompileTimeError 30 final_syntax_test/04: MissingCompileTimeError
34 main_not_a_function_test/01: DartkCrash
35 metadata_test: DartkCompileTimeError 31 metadata_test: DartkCompileTimeError
36 multiline_newline_test/01: DartkCompileTimeError 32 multiline_newline_test/01: DartkCompileTimeError
37 multiline_newline_test/02: DartkCompileTimeError 33 multiline_newline_test/02: DartkCompileTimeError
38 multiline_newline_test/03: DartkCompileTimeError 34 multiline_newline_test/03: DartkCompileTimeError
39 multiline_newline_test/04: MissingCompileTimeError 35 multiline_newline_test/04: MissingCompileTimeError
40 multiline_newline_test/05: MissingCompileTimeError 36 multiline_newline_test/05: MissingCompileTimeError
41 multiline_newline_test/06: MissingCompileTimeError 37 multiline_newline_test/06: MissingCompileTimeError
42 no_main_test/01: DartkCrash
43 not_enough_positional_arguments_test/01: DartkCompileTimeError 38 not_enough_positional_arguments_test/01: DartkCompileTimeError
44 regress_27617_test/1: MissingCompileTimeError 39 regress_27617_test/1: MissingCompileTimeError
45 super_call3_test/01: DartkCrash
46 type_variable_conflict2_test/02: MissingCompileTimeError 40 type_variable_conflict2_test/02: MissingCompileTimeError
47 vm/debug_break_enabled_vm_test/01: DartkCompileTimeError 41 vm/debug_break_enabled_vm_test/01: DartkCompileTimeError
48 vm/debug_break_enabled_vm_test/none: DartkCompileTimeError 42 vm/debug_break_enabled_vm_test/none: DartkCompileTimeError
49 vm/reflect_core_vm_test: DartkCompileTimeError 43 vm/reflect_core_vm_test: DartkCompileTimeError
50 vm/regress_27201_test: DartkCompileTimeError 44 vm/regress_27201_test: DartkCompileTimeError
51 vm/regress_28325_test: RuntimeError # Issue 28055. 45 vm/regress_28325_test: RuntimeError # Issue 28055.
52 covariant_test/06: MissingCompileTimeError # 28166 46 covariant_test/06: MissingCompileTimeError # 28166
53 covariant_test/06b: MissingCompileTimeError # 28166 47 covariant_test/06b: MissingCompileTimeError # 28166
54 covariant_test/07: MissingCompileTimeError # 28166 48 covariant_test/07: MissingCompileTimeError # 28166
55 covariant_test/08: MissingCompileTimeError # 28166 49 covariant_test/08: MissingCompileTimeError # 28166
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 constructor_duplicate_final_test/02: MissingRuntimeError 114 constructor_duplicate_final_test/02: MissingRuntimeError
121 custom_await_stack_trace_test: RuntimeError 115 custom_await_stack_trace_test: RuntimeError
122 cyclic_type_test/00: RuntimeError 116 cyclic_type_test/00: RuntimeError
123 cyclic_type_test/01: RuntimeError 117 cyclic_type_test/01: RuntimeError
124 cyclic_type_test/03: RuntimeError 118 cyclic_type_test/03: RuntimeError
125 cyclic_type_variable_test/01: Crash 119 cyclic_type_variable_test/01: Crash
126 cyclic_type_variable_test/02: Crash 120 cyclic_type_variable_test/02: Crash
127 cyclic_type_variable_test/03: Crash 121 cyclic_type_variable_test/03: Crash
128 cyclic_type_variable_test/04: Crash 122 cyclic_type_variable_test/04: Crash
129 cyclic_type_variable_test/none: Crash 123 cyclic_type_variable_test/none: Crash
130 deferred_call_empty_before_load_test: RuntimeError 124 deferred_call_empty_before_load_test: RuntimeError # Deferred Loading Issue 2833 5
125 deferred_closurize_load_library_test: RuntimeError
131 deferred_constant_list_test: RuntimeError 126 deferred_constant_list_test: RuntimeError
132 deferred_constraints_constants_test/none: RuntimeError 127 deferred_constraints_constants_test/none: RuntimeError
133 deferred_constraints_constants_test/reference_after_load: RuntimeError 128 deferred_constraints_constants_test/reference_after_load: RuntimeError
134 deferred_constraints_type_annotation_test/as_operation: RuntimeError 129 deferred_constraints_type_annotation_test/as_operation: RuntimeError
135 deferred_constraints_type_annotation_test/catch_check: RuntimeError 130 deferred_constraints_type_annotation_test/catch_check: RuntimeError
136 deferred_constraints_type_annotation_test/is_check: RuntimeError 131 deferred_constraints_type_annotation_test/is_check: RuntimeError
137 deferred_constraints_type_annotation_test/new: RuntimeError 132 deferred_constraints_type_annotation_test/new: RuntimeError
138 deferred_constraints_type_annotation_test/new_before_load: RuntimeError 133 deferred_constraints_type_annotation_test/new_before_load: RuntimeError
139 deferred_constraints_type_annotation_test/new_generic1: RuntimeError 134 deferred_constraints_type_annotation_test/new_generic1: RuntimeError
140 deferred_constraints_type_annotation_test/new_generic2: RuntimeError 135 deferred_constraints_type_annotation_test/new_generic2: RuntimeError
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 getter_closure_execution_order_test: RuntimeError 190 getter_closure_execution_order_test: RuntimeError
196 getter_setter_in_lib_test: RuntimeError 191 getter_setter_in_lib_test: RuntimeError
197 inferrer_closure_test: RuntimeError 192 inferrer_closure_test: RuntimeError
198 initializing_formal_final_test: RuntimeError 193 initializing_formal_final_test: RuntimeError
199 is_not_class2_test: RuntimeError 194 is_not_class2_test: RuntimeError
200 issue13474_test: RuntimeError 195 issue13474_test: RuntimeError
201 issue_1751477_test: RuntimeError 196 issue_1751477_test: RuntimeError
202 library_env_test/has_html_support: RuntimeError 197 library_env_test/has_html_support: RuntimeError
203 library_env_test/has_no_io_support: RuntimeError 198 library_env_test/has_no_io_support: RuntimeError
204 list_literal4_test: RuntimeError 199 list_literal4_test: RuntimeError
200 main_not_a_function_test/01: Crash
205 malformed_test/none: RuntimeError 201 malformed_test/none: RuntimeError
206 map_literal3_test: RuntimeError 202 map_literal3_test: RuntimeError
207 map_literal4_test: RuntimeError # Checked Mode Issue 203 map_literal4_test: RuntimeError # Checked Mode Issue
208 map_literal6_test: RuntimeError 204 map_literal6_test: RuntimeError
209 method_override_test: RuntimeError 205 method_override_test: RuntimeError
210 mixin_type_parameters_super_extends_test: RuntimeError 206 mixin_type_parameters_super_extends_test: RuntimeError
211 mixin_type_parameters_super_test: RuntimeError 207 mixin_type_parameters_super_test: RuntimeError
212 multiline_newline_test/none: RuntimeError 208 multiline_newline_test/none: RuntimeError
213 named_parameters_type_test/01: MissingRuntimeError 209 named_parameters_type_test/01: MissingRuntimeError
214 named_parameters_type_test/02: MissingRuntimeError 210 named_parameters_type_test/02: MissingRuntimeError
(...skipping 20 matching lines...) Expand all
235 type_variable_function_type_test: RuntimeError 231 type_variable_function_type_test: RuntimeError
236 vm/type_cast_vm_test: RuntimeError 232 vm/type_cast_vm_test: RuntimeError
237 vm/type_vm_test: RuntimeError 233 vm/type_vm_test: RuntimeError
238 234
239 # dartk: JIT failures 235 # dartk: JIT failures
240 [ $compiler == dartk && $runtime == vm ] 236 [ $compiler == dartk && $runtime == vm ]
241 const_locals_test: RuntimeError 237 const_locals_test: RuntimeError
242 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 238 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
243 const_string_test: RuntimeError # Dartk Issue 28306 239 const_string_test: RuntimeError # Dartk Issue 28306
244 library_env_test/has_no_mirror_support: RuntimeError 240 library_env_test/has_no_mirror_support: RuntimeError
241 main_not_a_function_test/01: Crash
245 redirecting_factory_reflection_test: RuntimeError 242 redirecting_factory_reflection_test: RuntimeError
246 243
247 # dartk: JIT failures (debug) 244 # dartk: JIT failures (debug)
248 [ $compiler == dartk && $runtime == vm && $mode == debug ] 245 [ $compiler == dartk && $runtime == vm && $mode == debug ]
249 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 246 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301
250 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 247 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
251 248
252 # dartk: precompilation failures 249 # dartk: precompilation failures
253 [ $compiler == dartkp && $runtime == dart_precompiled ] 250 [ $compiler == dartkp && $runtime == dart_precompiled ]
254 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 251 if_null_assignment_static_test/35: Crash # Dartk Issue 28302
(...skipping 26 matching lines...) Expand all
281 [ $compiler == dartkp && $runtime == dart_precompiled ] 278 [ $compiler == dartkp && $runtime == dart_precompiled ]
282 assert_with_type_test_or_cast_test: Pass, Crash # Multitest via multiple VMOpti ons. 279 assert_with_type_test_or_cast_test: Pass, Crash # Multitest via multiple VMOpti ons.
283 named_parameters_type_test/01: Crash 280 named_parameters_type_test/01: Crash
284 named_parameters_type_test/02: Crash 281 named_parameters_type_test/02: Crash
285 named_parameters_type_test/03: Crash 282 named_parameters_type_test/03: Crash
286 positional_parameters_type_test/01: Crash 283 positional_parameters_type_test/01: Crash
287 positional_parameters_type_test/02: Crash 284 positional_parameters_type_test/02: Crash
288 type_checks_in_factory_method_test: Crash 285 type_checks_in_factory_method_test: Crash
289 vm/regress_27671_test: Crash 286 vm/regress_27671_test: Crash
290 vm/type_vm_test: Crash 287 vm/type_vm_test: Crash
OLDNEW
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698