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

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

Issue 2644513002: 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
49 covariant_test/11: MissingCompileTimeError # 28166 55 covariant_test/11: MissingCompileTimeError # 28166
50 covariant_test/15: MissingCompileTimeError # 28166 56 covariant_test/15: MissingCompileTimeError # 28166
51 covariant_test/26: MissingCompileTimeError # 28166 57 covariant_test/26: MissingCompileTimeError # 28166
52 covariant_test/26b: MissingCompileTimeError # 28166 58 covariant_test/26b: MissingCompileTimeError # 28166
53 covariant_test/27: MissingCompileTimeError # 28166 59 covariant_test/27: MissingCompileTimeError # 28166
54 covariant_test/28: MissingCompileTimeError # 28166 60 covariant_test/28: MissingCompileTimeError # 28166
55 covariant_test/31: MissingCompileTimeError # 28166 61 covariant_test/31: MissingCompileTimeError # 28166
56 covariant_test/35: MissingCompileTimeError # 28166 62 covariant_test/35: MissingCompileTimeError # 28166
57 covariant_test/40: DartkCompileTimeError # 28166 63 covariant_test/40: DartkCompileTimeError # 28166
58 covariant_test/40b: DartkCompileTimeError # 28166 64 covariant_test/40b: DartkCompileTimeError # 28166
59 covariant_test/42: DartkCompileTimeError # 28166 65 covariant_test/42: DartkCompileTimeError # 28166
60 covariant_test/46: MissingCompileTimeError # 28166 66 covariant_test/46: MissingCompileTimeError # 28166
61 covariant_test/46b: MissingCompileTimeError # 28166 67 covariant_test/46b: MissingCompileTimeError # 28166
62 covariant_test/47: MissingCompileTimeError # 28166 68 covariant_test/47: MissingCompileTimeError # 28166
63 covariant_test/51: MissingCompileTimeError # 28166 69 covariant_test/51: MissingCompileTimeError # 28166
64 covariant_test/52: DartkCompileTimeError # 28166 70 covariant_test/52: DartkCompileTimeError # 28166
65 covariant_test/54: DartkCompileTimeError # 28166 71 covariant_test/54: DartkCompileTimeError # 28166
66 covariant_test/55: MissingCompileTimeError # 28166 72 covariant_test/55: MissingCompileTimeError # 28166
67 covariant_test/56: DartkCompileTimeError # 28166 73 covariant_test/56: DartkCompileTimeError # 28166
68 covariant_override_test: DartkCompileTimeError # Issue 28166 74 covariant_override_test: DartkCrash # Issue 28166
69 generalized_function_type_test: DartkCrash # Issue 27966 75 generalized_function_type_test: DartkCrash # Issue 27966
70 generic_function_typedef2_test: DartkCrash # Issue 27966 76 generic_function_typedef2_test: DartkCrash # Issue 27966
71 generic_function_typedef_test: DartkCrash # Issue 27966 77 generic_function_typedef_test: DartkCrash # Issue 27966
72 78
73 # dartk: temporary failure 79 # dartk: temporary failure
74 mixin_illegal_syntax_test/00: DartkCrash 80 mixin_illegal_syntax_test/00: DartkCrash
75 81
76 # dartk: JIT failures 82 # dartk: JIT failures
77 [ $compiler == dartk && $runtime == vm ] 83 [ $compiler == dartk && $runtime == vm ]
78 config_import_corelib_test: RuntimeError 84 config_import_corelib_test: RuntimeError
79 enum_syntax_test/05: MissingCompileTimeError 85 enum_syntax_test/05: MissingCompileTimeError
80 main_not_a_function_test/01: Crash
81 reify_typevar_static_test/00: MissingCompileTimeError 86 reify_typevar_static_test/00: MissingCompileTimeError
82 type_variable_conflict2_test/06: MissingCompileTimeError 87 type_variable_conflict2_test/06: MissingCompileTimeError
83 type_variable_conflict2_test/08: MissingCompileTimeError 88 type_variable_conflict2_test/08: MissingCompileTimeError
84 type_variable_conflict2_test/10: MissingCompileTimeError 89 type_variable_conflict2_test/10: MissingCompileTimeError
85 90
86 # dartk: precompilation failures 91 # dartk: precompilation failures
87 [ $compiler == dartkp && $runtime == dart_precompiled ] 92 [ $compiler == dartkp && $runtime == dart_precompiled ]
88 config_import_corelib_test: RuntimeError 93 config_import_corelib_test: RuntimeError
89 94
90 ############################################################################### 95 ###############################################################################
(...skipping 27 matching lines...) Expand all
118 constructor_duplicate_final_test/02: MissingRuntimeError 123 constructor_duplicate_final_test/02: MissingRuntimeError
119 custom_await_stack_trace_test: RuntimeError 124 custom_await_stack_trace_test: RuntimeError
120 cyclic_type_test/00: RuntimeError 125 cyclic_type_test/00: RuntimeError
121 cyclic_type_test/01: RuntimeError 126 cyclic_type_test/01: RuntimeError
122 cyclic_type_test/03: RuntimeError 127 cyclic_type_test/03: RuntimeError
123 cyclic_type_variable_test/01: Crash 128 cyclic_type_variable_test/01: Crash
124 cyclic_type_variable_test/02: Crash 129 cyclic_type_variable_test/02: Crash
125 cyclic_type_variable_test/03: Crash 130 cyclic_type_variable_test/03: Crash
126 cyclic_type_variable_test/04: Crash 131 cyclic_type_variable_test/04: Crash
127 cyclic_type_variable_test/none: Crash 132 cyclic_type_variable_test/none: Crash
128 deferred_call_empty_before_load_test: RuntimeError # Deferred Loading Issue 2833 5 133 deferred_call_empty_before_load_test: RuntimeError
129 deferred_closurize_load_library_test: RuntimeError
130 deferred_constant_list_test: RuntimeError 134 deferred_constant_list_test: RuntimeError
131 deferred_constraints_constants_test/none: RuntimeError 135 deferred_constraints_constants_test/none: RuntimeError
132 deferred_constraints_constants_test/reference_after_load: RuntimeError 136 deferred_constraints_constants_test/reference_after_load: RuntimeError
133 deferred_constraints_type_annotation_test/as_operation: RuntimeError 137 deferred_constraints_type_annotation_test/as_operation: RuntimeError
134 deferred_constraints_type_annotation_test/catch_check: RuntimeError 138 deferred_constraints_type_annotation_test/catch_check: RuntimeError
135 deferred_constraints_type_annotation_test/is_check: RuntimeError 139 deferred_constraints_type_annotation_test/is_check: RuntimeError
136 deferred_constraints_type_annotation_test/new: RuntimeError 140 deferred_constraints_type_annotation_test/new: RuntimeError
137 deferred_constraints_type_annotation_test/new_before_load: RuntimeError 141 deferred_constraints_type_annotation_test/new_before_load: RuntimeError
138 deferred_constraints_type_annotation_test/new_generic1: RuntimeError 142 deferred_constraints_type_annotation_test/new_generic1: RuntimeError
139 deferred_constraints_type_annotation_test/new_generic2: RuntimeError 143 deferred_constraints_type_annotation_test/new_generic2: RuntimeError
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 vm/type_vm_test: RuntimeError 243 vm/type_vm_test: RuntimeError
240 244
241 # dartk: JIT failures 245 # dartk: JIT failures
242 [ $compiler == dartk && $runtime == vm ] 246 [ $compiler == dartk && $runtime == vm ]
243 const_evaluation_test/01: RuntimeError 247 const_evaluation_test/01: RuntimeError
244 const_locals_test: RuntimeError 248 const_locals_test: RuntimeError
245 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 249 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
246 const_string_test: RuntimeError # Dartk Issue 28306 250 const_string_test: RuntimeError # Dartk Issue 28306
247 instance_creation_in_function_annotation_test: RuntimeError 251 instance_creation_in_function_annotation_test: RuntimeError
248 library_env_test/has_no_mirror_support: RuntimeError 252 library_env_test/has_no_mirror_support: RuntimeError
249 main_not_a_function_test/01: Crash
250 redirecting_factory_reflection_test: RuntimeError 253 redirecting_factory_reflection_test: RuntimeError
251 254
252 # dartk: JIT failures (debug) 255 # dartk: JIT failures (debug)
253 [ $compiler == dartk && $runtime == vm && $mode == debug ] 256 [ $compiler == dartk && $runtime == vm && $mode == debug ]
254 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 257 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301
255 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 258 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
256 259
257 # dartk: precompilation failures 260 # dartk: precompilation failures
258 [ $compiler == dartkp && $runtime == dart_precompiled ] 261 [ $compiler == dartkp && $runtime == dart_precompiled ]
259 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 262 if_null_assignment_static_test/35: Crash # Dartk Issue 28302
260 string_interpolation7_test: RuntimeError # Dartk Issue 28306 263 string_interpolation7_test: RuntimeError # Dartk Issue 28306
261 264
262 # dartk: precompilation failures (debug) 265 # dartk: precompilation failures (debug)
263 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] 266 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
264 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 267 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
265 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 268 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
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