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

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

Issue 2690873005: Enable causal stacktrace in kernel (Closed)
Patch Set: Addressed comments Created 3 years, 10 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
« runtime/vm/kernel_to_il.cc ('K') | « 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. 47 vm/regress_28325_test: Pass # Issue 28055. Passes by mistake.
48 48
49 # dartk: JIT failures 49 # dartk: JIT failures
50 [ $compiler == dartk && $runtime == vm ] 50 [ $compiler == dartk && $runtime == vm ]
51 config_import_corelib_test: RuntimeError 51 config_import_corelib_test: RuntimeError
52 52
53 # dartk: precompilation failures 53 # dartk: precompilation failures
54 [ $compiler == dartkp && $runtime == dart_precompiled ] 54 [ $compiler == dartkp && $runtime == dart_precompiled ]
55 config_import_corelib_test: RuntimeError 55 config_import_corelib_test: RuntimeError
56 not_enough_positional_arguments_test/01: DartkCompileTimeError # Issue 28590 56 not_enough_positional_arguments_test/01: DartkCompileTimeError # Issue 28590
57 57
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 # dartk: JIT failures 196 # dartk: JIT failures
197 [ $compiler == dartk && $runtime == vm ] 197 [ $compiler == dartk && $runtime == vm ]
198 const_locals_test: RuntimeError 198 const_locals_test: RuntimeError
199 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 199 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
200 const_string_test: RuntimeError # Dartk Issue 28306 200 const_string_test: RuntimeError # Dartk Issue 28306
201 deferred_regression_28678_test: RuntimeError 201 deferred_regression_28678_test: RuntimeError
202 library_env_test/has_no_mirror_support: RuntimeError 202 library_env_test/has_no_mirror_support: RuntimeError
203 main_not_a_function_test/01: Crash 203 main_not_a_function_test/01: Crash
204 redirecting_factory_reflection_test: RuntimeError 204 redirecting_factory_reflection_test: RuntimeError
205 205
206 # Casual async stack traces are not implemented for Kernel.
207 vm/causal_async_exception_stack_test: RuntimeError
208 vm/causal_async_exception_stack2_test: RuntimeError
209
210 # dartk: JIT failures (debug) 206 # dartk: JIT failures (debug)
211 [ $compiler == dartk && $runtime == vm && $mode == debug ] 207 [ $compiler == dartk && $runtime == vm && $mode == debug ]
212 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 208 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301
213 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 209 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
214 210
215 # dartk: precompilation failures 211 # dartk: precompilation failures
216 [ $compiler == dartkp && $runtime == dart_precompiled ] 212 [ $compiler == dartkp && $runtime == dart_precompiled ]
217 deferred_regression_28678_test: RuntimeError # Issue 28335 213 deferred_regression_28678_test: RuntimeError # Issue 28335
218 enum_syntax_test/05: MissingCompileTimeError 214 enum_syntax_test/05: MissingCompileTimeError
219 215
(...skipping 24 matching lines...) Expand all
244 bad_raw_string_test/none: Skip # Issue 28680 240 bad_raw_string_test/none: Skip # Issue 28680
245 bad_raw_string_test/03: Skip # Issue 28680 241 bad_raw_string_test/03: Skip # Issue 28680
246 242
247 # Triaged checked mode failures 243 # Triaged checked mode failures
248 [ ($compiler == dartk || $compiler == dartkp) && $checked ] 244 [ ($compiler == dartk || $compiler == dartkp) && $checked ]
249 language/regress_22728_test: Fail # Dartk Issue 28498 245 language/regress_22728_test: Fail # Dartk Issue 28498
250 246
251 # Slow (very slow!) during Gardening shift: 247 # Slow (very slow!) during Gardening shift:
252 [ $compiler == dartk && $runtime == vm && $mode == debug ] 248 [ $compiler == dartk && $runtime == vm && $mode == debug ]
253 vm/optimized_stacktrace_test: Skip # Issue 28788 249 vm/optimized_stacktrace_test: Skip # Issue 28788
OLDNEW
« runtime/vm/kernel_to_il.cc ('K') | « runtime/vm/kernel_to_il.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698