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

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

Issue 2690873005: Enable causal stacktrace in kernel (Closed)
Patch Set: function.set_is_inlinable to make precompiled builds work too Created 3 years, 9 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 | « runtime/vm/kernel_to_il.cc ('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
(...skipping 26 matching lines...) Expand all
37 multiline_newline_test/03: CompileTimeError 37 multiline_newline_test/03: CompileTimeError
38 multiline_newline_test/04: MissingCompileTimeError 38 multiline_newline_test/04: MissingCompileTimeError
39 multiline_newline_test/05: MissingCompileTimeError 39 multiline_newline_test/05: MissingCompileTimeError
40 multiline_newline_test/06: MissingCompileTimeError 40 multiline_newline_test/06: MissingCompileTimeError
41 regress_27617_test/1: MissingCompileTimeError 41 regress_27617_test/1: MissingCompileTimeError
42 type_variable_conflict2_test/02: MissingCompileTimeError 42 type_variable_conflict2_test/02: MissingCompileTimeError
43 vm/debug_break_enabled_vm_test/01: CompileTimeError 43 vm/debug_break_enabled_vm_test/01: CompileTimeError
44 vm/debug_break_enabled_vm_test/none: CompileTimeError 44 vm/debug_break_enabled_vm_test/none: CompileTimeError
45 vm/reflect_core_vm_test: CompileTimeError 45 vm/reflect_core_vm_test: CompileTimeError
46 vm/regress_27201_test: CompileTimeError 46 vm/regress_27201_test: CompileTimeError
47 vm/regress_28325_test: RuntimeError # Issue 28055.
48 generic_function_typedef2_test: DartkCrash # Issue 27969 47 generic_function_typedef2_test: DartkCrash # Issue 27969
49 generic_function_typedef_test: DartkCrash # Issue 27969 48 generic_function_typedef_test: DartkCrash # Issue 27969
50 function_type/function_type*: DartkCrash # Issue 27969 49 function_type/function_type*: DartkCrash # Issue 27969
50 vm/regress_28325_test: Pass # Issue 28055. Passes by mistake.
51 51
52 # dartk: JIT failures 52 # dartk: JIT failures
53 [ $compiler == dartk && $runtime == vm ] 53 [ $compiler == dartk && $runtime == vm ]
54 config_import_corelib_test: RuntimeError 54 config_import_corelib_test: RuntimeError
55 55
56 # dartk: precompilation failures 56 # dartk: precompilation failures
57 [ $compiler == dartkp && $runtime == dart_precompiled ] 57 [ $compiler == dartkp && $runtime == dart_precompiled ]
58 config_import_corelib_test: RuntimeError 58 config_import_corelib_test: RuntimeError
59 not_enough_positional_arguments_test/01: DartkCompileTimeError # Issue 28590 59 not_enough_positional_arguments_test/01: DartkCompileTimeError # Issue 28590
60 60
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 # dartk: JIT failures 199 # dartk: JIT failures
200 [ $compiler == dartk && $runtime == vm ] 200 [ $compiler == dartk && $runtime == vm ]
201 const_locals_test: RuntimeError 201 const_locals_test: RuntimeError
202 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 202 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
203 const_string_test: RuntimeError # Dartk Issue 28306 203 const_string_test: RuntimeError # Dartk Issue 28306
204 deferred_regression_28678_test: RuntimeError 204 deferred_regression_28678_test: RuntimeError
205 library_env_test/has_no_mirror_support: RuntimeError 205 library_env_test/has_no_mirror_support: RuntimeError
206 main_not_a_function_test/01: Crash 206 main_not_a_function_test/01: Crash
207 redirecting_factory_reflection_test: RuntimeError 207 redirecting_factory_reflection_test: RuntimeError
208 208
209 # Casual async stack traces are not implemented for Kernel.
210 vm/causal_async_exception_stack_test: RuntimeError
211 vm/causal_async_exception_stack2_test: RuntimeError
212
213 # dartk: JIT failures (debug) 209 # dartk: JIT failures (debug)
214 [ $compiler == dartk && $runtime == vm && $mode == debug ] 210 [ $compiler == dartk && $runtime == vm && $mode == debug ]
215 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 211 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301
216 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 212 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
217 213
218 # dartk: precompilation failures 214 # dartk: precompilation failures
219 [ $compiler == dartkp && $runtime == dart_precompiled ] 215 [ $compiler == dartkp && $runtime == dart_precompiled ]
220 deferred_regression_28678_test: RuntimeError # Issue 28335 216 deferred_regression_28678_test: RuntimeError # Issue 28335
221 enum_syntax_test/05: MissingCompileTimeError 217 enum_syntax_test/05: MissingCompileTimeError
222 218
(...skipping 24 matching lines...) Expand all
247 bad_raw_string_test/none: Skip # Issue 28680 243 bad_raw_string_test/none: Skip # Issue 28680
248 bad_raw_string_test/03: Skip # Issue 28680 244 bad_raw_string_test/03: Skip # Issue 28680
249 245
250 # Triaged checked mode failures 246 # Triaged checked mode failures
251 [ ($compiler == dartk || $compiler == dartkp) && $checked ] 247 [ ($compiler == dartk || $compiler == dartkp) && $checked ]
252 language/regress_22728_test: Fail # Dartk Issue 28498 248 language/regress_22728_test: Fail # Dartk Issue 28498
253 249
254 # Slow (very slow!) during Gardening shift: 250 # Slow (very slow!) during Gardening shift:
255 [ $compiler == dartk && $runtime == vm && $mode == debug ] 251 [ $compiler == dartk && $runtime == vm && $mode == debug ]
256 vm/optimized_stacktrace_test: Skip # Issue 28788 252 vm/optimized_stacktrace_test: Skip # Issue 28788
OLDNEW
« no previous file with comments | « runtime/vm/kernel_to_il.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698