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

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

Issue 2638353003: Revert "Fix some crashes in dartk." (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
« 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 deep_nesting1_negative_test: DartkCrash 20 deep_nesting1_negative_test: DartkCrash
21 deep_nesting2_negative_test: DartkCrash 21 deep_nesting2_negative_test: DartkCrash
22 deferred_closurize_load_library_test: DartkCrash
22 enum_syntax_test/06: MissingCompileTimeError 23 enum_syntax_test/06: MissingCompileTimeError
24 export_double_same_main_test: DartkCrash
25 export_main_test: DartkCrash
23 external_test/21: MissingCompileTimeError 26 external_test/21: MissingCompileTimeError
24 external_test/24: MissingCompileTimeError 27 external_test/24: MissingCompileTimeError
25 external_test/25: MissingCompileTimeError 28 external_test/25: MissingCompileTimeError
26 final_syntax_test/01: MissingCompileTimeError 29 final_syntax_test/01: MissingCompileTimeError
27 final_syntax_test/02: MissingCompileTimeError 30 final_syntax_test/02: MissingCompileTimeError
28 final_syntax_test/03: MissingCompileTimeError 31 final_syntax_test/03: MissingCompileTimeError
29 final_syntax_test/04: MissingCompileTimeError 32 final_syntax_test/04: MissingCompileTimeError
33 main_not_a_function_test/01: DartkCrash
30 metadata_test: DartkCompileTimeError 34 metadata_test: DartkCompileTimeError
31 multiline_newline_test/01: DartkCompileTimeError 35 multiline_newline_test/01: DartkCompileTimeError
32 multiline_newline_test/02: DartkCompileTimeError 36 multiline_newline_test/02: DartkCompileTimeError
33 multiline_newline_test/03: DartkCompileTimeError 37 multiline_newline_test/03: DartkCompileTimeError
34 multiline_newline_test/04: MissingCompileTimeError 38 multiline_newline_test/04: MissingCompileTimeError
35 multiline_newline_test/05: MissingCompileTimeError 39 multiline_newline_test/05: MissingCompileTimeError
36 multiline_newline_test/06: MissingCompileTimeError 40 multiline_newline_test/06: MissingCompileTimeError
41 no_main_test/01: DartkCrash
37 not_enough_positional_arguments_test/01: DartkCompileTimeError 42 not_enough_positional_arguments_test/01: DartkCompileTimeError
38 regress_27617_test/1: MissingCompileTimeError 43 regress_27617_test/1: MissingCompileTimeError
44 super_call3_test/01: DartkCrash
39 type_variable_conflict2_test/02: MissingCompileTimeError 45 type_variable_conflict2_test/02: MissingCompileTimeError
40 vm/debug_break_enabled_vm_test/01: DartkCompileTimeError 46 vm/debug_break_enabled_vm_test/01: DartkCompileTimeError
41 vm/debug_break_enabled_vm_test/none: DartkCompileTimeError 47 vm/debug_break_enabled_vm_test/none: DartkCompileTimeError
42 vm/reflect_core_vm_test: DartkCompileTimeError 48 vm/reflect_core_vm_test: DartkCompileTimeError
43 vm/regress_27201_test: DartkCompileTimeError 49 vm/regress_27201_test: DartkCompileTimeError
44 vm/regress_28325_test: RuntimeError # Issue 28055. 50 vm/regress_28325_test: RuntimeError # Issue 28055.
45 covariant_test/06: MissingCompileTimeError # 28166 51 covariant_test/06: MissingCompileTimeError # 28166
46 covariant_test/06b: MissingCompileTimeError # 28166 52 covariant_test/06b: MissingCompileTimeError # 28166
47 covariant_test/07: MissingCompileTimeError # 28166 53 covariant_test/07: MissingCompileTimeError # 28166
48 covariant_test/08: MissingCompileTimeError # 28166 54 covariant_test/08: MissingCompileTimeError # 28166
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 constructor_duplicate_final_test/02: MissingRuntimeError 119 constructor_duplicate_final_test/02: MissingRuntimeError
114 custom_await_stack_trace_test: RuntimeError 120 custom_await_stack_trace_test: RuntimeError
115 cyclic_type_test/00: RuntimeError 121 cyclic_type_test/00: RuntimeError
116 cyclic_type_test/01: RuntimeError 122 cyclic_type_test/01: RuntimeError
117 cyclic_type_test/03: RuntimeError 123 cyclic_type_test/03: RuntimeError
118 cyclic_type_variable_test/01: Crash 124 cyclic_type_variable_test/01: Crash
119 cyclic_type_variable_test/02: Crash 125 cyclic_type_variable_test/02: Crash
120 cyclic_type_variable_test/03: Crash 126 cyclic_type_variable_test/03: Crash
121 cyclic_type_variable_test/04: Crash 127 cyclic_type_variable_test/04: Crash
122 cyclic_type_variable_test/none: Crash 128 cyclic_type_variable_test/none: Crash
123 deferred_call_empty_before_load_test: RuntimeError # Deferred Loading Issue 2833 5 129 deferred_call_empty_before_load_test: RuntimeError
124 deferred_closurize_load_library_test: RuntimeError
125 deferred_constant_list_test: RuntimeError 130 deferred_constant_list_test: RuntimeError
126 deferred_constraints_constants_test/none: RuntimeError 131 deferred_constraints_constants_test/none: RuntimeError
127 deferred_constraints_constants_test/reference_after_load: RuntimeError 132 deferred_constraints_constants_test/reference_after_load: RuntimeError
128 deferred_constraints_type_annotation_test/as_operation: RuntimeError 133 deferred_constraints_type_annotation_test/as_operation: RuntimeError
129 deferred_constraints_type_annotation_test/catch_check: RuntimeError 134 deferred_constraints_type_annotation_test/catch_check: RuntimeError
130 deferred_constraints_type_annotation_test/is_check: RuntimeError 135 deferred_constraints_type_annotation_test/is_check: RuntimeError
131 deferred_constraints_type_annotation_test/new: RuntimeError 136 deferred_constraints_type_annotation_test/new: RuntimeError
132 deferred_constraints_type_annotation_test/new_before_load: RuntimeError 137 deferred_constraints_type_annotation_test/new_before_load: RuntimeError
133 deferred_constraints_type_annotation_test/new_generic1: RuntimeError 138 deferred_constraints_type_annotation_test/new_generic1: RuntimeError
134 deferred_constraints_type_annotation_test/new_generic2: RuntimeError 139 deferred_constraints_type_annotation_test/new_generic2: RuntimeError
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 getter_closure_execution_order_test: RuntimeError 194 getter_closure_execution_order_test: RuntimeError
190 getter_setter_in_lib_test: RuntimeError 195 getter_setter_in_lib_test: RuntimeError
191 inferrer_closure_test: RuntimeError 196 inferrer_closure_test: RuntimeError
192 initializing_formal_final_test: RuntimeError 197 initializing_formal_final_test: RuntimeError
193 is_not_class2_test: RuntimeError 198 is_not_class2_test: RuntimeError
194 issue13474_test: RuntimeError 199 issue13474_test: RuntimeError
195 issue_1751477_test: RuntimeError 200 issue_1751477_test: RuntimeError
196 library_env_test/has_html_support: RuntimeError 201 library_env_test/has_html_support: RuntimeError
197 library_env_test/has_no_io_support: RuntimeError 202 library_env_test/has_no_io_support: RuntimeError
198 list_literal4_test: RuntimeError 203 list_literal4_test: RuntimeError
199 main_not_a_function_test/01: Crash
200 malformed_test/none: RuntimeError 204 malformed_test/none: RuntimeError
201 map_literal3_test: RuntimeError 205 map_literal3_test: RuntimeError
202 map_literal4_test: RuntimeError # Checked Mode Issue 206 map_literal4_test: RuntimeError # Checked Mode Issue
203 map_literal6_test: RuntimeError 207 map_literal6_test: RuntimeError
204 method_override_test: RuntimeError 208 method_override_test: RuntimeError
205 mixin_type_parameters_super_extends_test: RuntimeError 209 mixin_type_parameters_super_extends_test: RuntimeError
206 mixin_type_parameters_super_test: RuntimeError 210 mixin_type_parameters_super_test: RuntimeError
207 multiline_newline_test/none: RuntimeError 211 multiline_newline_test/none: RuntimeError
208 named_parameters_type_test/01: MissingRuntimeError 212 named_parameters_type_test/01: MissingRuntimeError
209 named_parameters_type_test/02: MissingRuntimeError 213 named_parameters_type_test/02: MissingRuntimeError
(...skipping 20 matching lines...) Expand all
230 type_variable_function_type_test: RuntimeError 234 type_variable_function_type_test: RuntimeError
231 vm/type_cast_vm_test: RuntimeError 235 vm/type_cast_vm_test: RuntimeError
232 vm/type_vm_test: RuntimeError 236 vm/type_vm_test: RuntimeError
233 237
234 # dartk: JIT failures 238 # dartk: JIT failures
235 [ $compiler == dartk && $runtime == vm ] 239 [ $compiler == dartk && $runtime == vm ]
236 const_locals_test: RuntimeError 240 const_locals_test: RuntimeError
237 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 241 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
238 const_string_test: RuntimeError # Dartk Issue 28306 242 const_string_test: RuntimeError # Dartk Issue 28306
239 library_env_test/has_no_mirror_support: RuntimeError 243 library_env_test/has_no_mirror_support: RuntimeError
240 main_not_a_function_test/01: Crash
241 redirecting_factory_reflection_test: RuntimeError 244 redirecting_factory_reflection_test: RuntimeError
242 245
243 # dartk: JIT failures (debug) 246 # dartk: JIT failures (debug)
244 [ $compiler == dartk && $runtime == vm && $mode == debug ] 247 [ $compiler == dartk && $runtime == vm && $mode == debug ]
245 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 248 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301
246 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 249 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
247 250
248 # dartk: precompilation failures 251 # dartk: precompilation failures
249 [ $compiler == dartkp && $runtime == dart_precompiled ] 252 [ $compiler == dartkp && $runtime == dart_precompiled ]
250 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 253 if_null_assignment_static_test/35: Crash # Dartk Issue 28302
(...skipping 10 matching lines...) Expand all
261 264
262 # New failures after respecting VMOptions in test files 265 # New failures after respecting VMOptions in test files
263 [ $compiler == dartk && $runtime == vm && $mode == debug] 266 [ $compiler == dartk && $runtime == vm && $mode == debug]
264 hello_dart_test: Crash 267 hello_dart_test: Crash
265 268
266 # New failures after respecting VMOptions in test files 269 # New failures after respecting VMOptions in test files
267 [ $compiler == dartk && $runtime == vm ] 270 [ $compiler == dartk && $runtime == vm ]
268 hello_dart_test: CompileTimeError 271 hello_dart_test: CompileTimeError
269 ct_const2_test: Pass, CompileTimeError # Multitest via multiple VMOptions! 272 ct_const2_test: Pass, CompileTimeError # Multitest via multiple VMOptions!
270 disassemble_test: Pass, Crash # Multitest via multiple VMOptions! 273 disassemble_test: Pass, Crash # Multitest via multiple VMOptions!
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