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

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

Issue 2690873005: Enable causal stacktrace in kernel (Closed)
Patch Set: Change kernel function 'debuggable' field to an 'originalAsyncMarker' field, use it to set function… 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: RuntimeError # Issue 28055. Passes by mistake.
Kevin Millikin (Google) 2017/02/22 10:42:18 Uncomment the line and give it an expectation of P
jensj 2017/02/23 09:40:26 Done.
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. 206 # Casual async stack traces does not give exactly same stacktrace on kernel
207 vm/causal_async_exception_stack_test: RuntimeError 207 vm/causal_async_exception_stack_test: RuntimeError
Kevin Millikin (Google) 2017/02/22 10:42:18 I think this might be caused by not setting the pa
jensj 2017/02/23 09:40:26 It seems you are correct. It passes now.
208 vm/causal_async_exception_stack2_test: RuntimeError
209 208
210 # dartk: JIT failures (debug) 209 # dartk: JIT failures (debug)
211 [ $compiler == dartk && $runtime == vm && $mode == debug ] 210 [ $compiler == dartk && $runtime == vm && $mode == debug ]
212 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 211 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301
213 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 212 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
214 213
215 # dartk: precompilation failures 214 # dartk: precompilation failures
216 [ $compiler == dartkp && $runtime == dart_precompiled ] 215 [ $compiler == dartkp && $runtime == dart_precompiled ]
217 deferred_regression_28678_test: RuntimeError # Issue 28335 216 deferred_regression_28678_test: RuntimeError # Issue 28335
218 enum_syntax_test/05: MissingCompileTimeError 217 enum_syntax_test/05: MissingCompileTimeError
(...skipping 25 matching lines...) Expand all
244 bad_raw_string_test/none: Skip # Issue 28680 243 bad_raw_string_test/none: Skip # Issue 28680
245 bad_raw_string_test/03: Skip # Issue 28680 244 bad_raw_string_test/03: Skip # Issue 28680
246 245
247 # Triaged checked mode failures 246 # Triaged checked mode failures
248 [ ($compiler == dartk || $compiler == dartkp) && $checked ] 247 [ ($compiler == dartk || $compiler == dartkp) && $checked ]
249 language/regress_22728_test: Fail # Dartk Issue 28498 248 language/regress_22728_test: Fail # Dartk Issue 28498
250 249
251 # Slow (very slow!) during Gardening shift: 250 # Slow (very slow!) during Gardening shift:
252 [ $compiler == dartk && $runtime == vm && $mode == debug ] 251 [ $compiler == dartk && $runtime == vm && $mode == debug ]
253 vm/optimized_stacktrace_test: Skip # Issue 28788 252 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