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

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

Issue 2697083002: Revert "Enable causal stacktrace in kernel" (Closed)
Patch Set: 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
« 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. Passes by mistake. 47 vm/regress_28325_test: RuntimeError # Issue 28055.
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 does not give exactly same stacktrace on kernel 206 # Casual async stack traces are not implemented for Kernel.
207 vm/causal_async_exception_stack_test: RuntimeError 207 vm/causal_async_exception_stack_test: RuntimeError
208 vm/causal_async_exception_stack2_test: RuntimeError
208 209
209 # dartk: JIT failures (debug) 210 # dartk: JIT failures (debug)
210 [ $compiler == dartk && $runtime == vm && $mode == debug ] 211 [ $compiler == dartk && $runtime == vm && $mode == debug ]
211 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 212 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301
212 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 213 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
213 214
214 # dartk: precompilation failures 215 # dartk: precompilation failures
215 [ $compiler == dartkp && $runtime == dart_precompiled ] 216 [ $compiler == dartkp && $runtime == dart_precompiled ]
216 deferred_regression_28678_test: RuntimeError # Issue 28335 217 deferred_regression_28678_test: RuntimeError # Issue 28335
217 enum_syntax_test/05: MissingCompileTimeError 218 enum_syntax_test/05: MissingCompileTimeError
(...skipping 20 matching lines...) Expand all
238 [ $compiler == dartk || $compiler == dartkp ] 239 [ $compiler == dartk || $compiler == dartkp ]
239 runtime_type_function_test: RuntimeError 240 runtime_type_function_test: RuntimeError
240 241
241 [ $compiler == dartkp ] 242 [ $compiler == dartkp ]
242 bad_raw_string_test/none: Skip # Issue 28680 243 bad_raw_string_test/none: Skip # Issue 28680
243 bad_raw_string_test/03: Skip # Issue 28680 244 bad_raw_string_test/03: Skip # Issue 28680
244 245
245 # Triaged checked mode failures 246 # Triaged checked mode failures
246 [ ($compiler == dartk || $compiler == dartkp) && $checked ] 247 [ ($compiler == dartk || $compiler == dartkp) && $checked ]
247 language/regress_22728_test: Fail # Dartk Issue 28498 248 language/regress_22728_test: Fail # Dartk Issue 28498
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