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

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

Issue 2644543004: Revert "Improvements to the kernel tree shaker." (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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 covariant_test/51: MissingCompileTimeError # 28166 63 covariant_test/51: MissingCompileTimeError # 28166
64 covariant_test/52: DartkCompileTimeError # 28166 64 covariant_test/52: DartkCompileTimeError # 28166
65 covariant_test/54: DartkCompileTimeError # 28166 65 covariant_test/54: DartkCompileTimeError # 28166
66 covariant_test/55: MissingCompileTimeError # 28166 66 covariant_test/55: MissingCompileTimeError # 28166
67 covariant_test/56: DartkCompileTimeError # 28166 67 covariant_test/56: DartkCompileTimeError # 28166
68 covariant_override_test: DartkCompileTimeError # Issue 28166 68 covariant_override_test: DartkCompileTimeError # Issue 28166
69 69
70 # dartk: temporary failure 70 # dartk: temporary failure
71 mixin_illegal_syntax_test/00: DartkCrash 71 mixin_illegal_syntax_test/00: DartkCrash
72 72
73 # Passing for the wrong reason
74 language/main_not_a_function_test/01: Pass # Fails if tree shaking is disabled
75
76 # dartk: JIT failures 73 # dartk: JIT failures
77 [ $compiler == dartk && $runtime == vm ] 74 [ $compiler == dartk && $runtime == vm ]
78 config_import_corelib_test: RuntimeError 75 config_import_corelib_test: RuntimeError
79 enum_syntax_test/05: MissingCompileTimeError 76 enum_syntax_test/05: MissingCompileTimeError
80 reify_typevar_static_test/00: MissingCompileTimeError 77 reify_typevar_static_test/00: MissingCompileTimeError
81 type_variable_conflict2_test/06: MissingCompileTimeError 78 type_variable_conflict2_test/06: MissingCompileTimeError
82 type_variable_conflict2_test/08: MissingCompileTimeError 79 type_variable_conflict2_test/08: MissingCompileTimeError
83 type_variable_conflict2_test/10: MissingCompileTimeError 80 type_variable_conflict2_test/10: MissingCompileTimeError
84 81
85 # dartk: precompilation failures 82 # dartk: precompilation failures
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 getter_closure_execution_order_test: RuntimeError 189 getter_closure_execution_order_test: RuntimeError
193 getter_setter_in_lib_test: RuntimeError 190 getter_setter_in_lib_test: RuntimeError
194 inferrer_closure_test: RuntimeError 191 inferrer_closure_test: RuntimeError
195 initializing_formal_final_test: RuntimeError 192 initializing_formal_final_test: RuntimeError
196 is_not_class2_test: RuntimeError 193 is_not_class2_test: RuntimeError
197 issue13474_test: RuntimeError 194 issue13474_test: RuntimeError
198 issue_1751477_test: RuntimeError 195 issue_1751477_test: RuntimeError
199 library_env_test/has_html_support: RuntimeError 196 library_env_test/has_html_support: RuntimeError
200 library_env_test/has_no_io_support: RuntimeError 197 library_env_test/has_no_io_support: RuntimeError
201 list_literal4_test: RuntimeError 198 list_literal4_test: RuntimeError
199 main_not_a_function_test/01: Crash
202 malformed_test/none: RuntimeError 200 malformed_test/none: RuntimeError
203 map_literal3_test: RuntimeError 201 map_literal3_test: RuntimeError
204 map_literal4_test: RuntimeError # Checked Mode Issue 202 map_literal4_test: RuntimeError # Checked Mode Issue
205 map_literal6_test: RuntimeError 203 map_literal6_test: RuntimeError
206 method_override_test: RuntimeError 204 method_override_test: RuntimeError
207 mixin_type_parameters_super_extends_test: RuntimeError 205 mixin_type_parameters_super_extends_test: RuntimeError
208 mixin_type_parameters_super_test: RuntimeError 206 mixin_type_parameters_super_test: RuntimeError
209 multiline_newline_test/none: RuntimeError 207 multiline_newline_test/none: RuntimeError
210 named_parameters_type_test/01: MissingRuntimeError 208 named_parameters_type_test/01: MissingRuntimeError
211 named_parameters_type_test/02: MissingRuntimeError 209 named_parameters_type_test/02: MissingRuntimeError
(...skipping 20 matching lines...) Expand all
232 type_variable_function_type_test: RuntimeError 230 type_variable_function_type_test: RuntimeError
233 vm/type_cast_vm_test: RuntimeError 231 vm/type_cast_vm_test: RuntimeError
234 vm/type_vm_test: RuntimeError 232 vm/type_vm_test: RuntimeError
235 233
236 # dartk: JIT failures 234 # dartk: JIT failures
237 [ $compiler == dartk && $runtime == vm ] 235 [ $compiler == dartk && $runtime == vm ]
238 const_locals_test: RuntimeError 236 const_locals_test: RuntimeError
239 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 237 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
240 const_string_test: RuntimeError # Dartk Issue 28306 238 const_string_test: RuntimeError # Dartk Issue 28306
241 library_env_test/has_no_mirror_support: RuntimeError 239 library_env_test/has_no_mirror_support: RuntimeError
240 main_not_a_function_test/01: Crash
242 redirecting_factory_reflection_test: RuntimeError 241 redirecting_factory_reflection_test: RuntimeError
243 242
244 # dartk: JIT failures (debug) 243 # dartk: JIT failures (debug)
245 [ $compiler == dartk && $runtime == vm && $mode == debug ] 244 [ $compiler == dartk && $runtime == vm && $mode == debug ]
246 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 245 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301
247 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 246 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
248 247
249 # dartk: precompilation failures 248 # dartk: precompilation failures
250 [ $compiler == dartkp && $runtime == dart_precompiled ] 249 [ $compiler == dartkp && $runtime == dart_precompiled ]
251 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 250 if_null_assignment_static_test/35: Crash # Dartk Issue 28302
(...skipping 29 matching lines...) Expand all
281 named_parameters_type_test/02: Crash 280 named_parameters_type_test/02: Crash
282 named_parameters_type_test/03: Crash 281 named_parameters_type_test/03: Crash
283 positional_parameters_type_test/01: Crash 282 positional_parameters_type_test/01: Crash
284 positional_parameters_type_test/02: Crash 283 positional_parameters_type_test/02: Crash
285 type_checks_in_factory_method_test: Crash 284 type_checks_in_factory_method_test: Crash
286 vm/regress_27671_test: Crash 285 vm/regress_27671_test: Crash
287 vm/type_vm_test: Crash 286 vm/type_vm_test: Crash
288 287
289 [ $compiler == dartk || $compiler == dartkp ] 288 [ $compiler == dartk || $compiler == dartkp ]
290 vm/async_await_catch_stacktrace_test: RuntimeError # Issue 28446 289 vm/async_await_catch_stacktrace_test: RuntimeError # Issue 28446
OLDNEW
« no previous file with comments | « pkg/kernel/test/treeshaker_membench.dart ('k') | tests/language_strong/unused_overridden_async_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698