Chromium Code Reviews

Unified Diff: runtime/tests/vm/vm.status

Issue 1582683003: Fall back to inlining intervals to generate stack traces in --noopt. Inlined frames will lack line … (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | runtime/vm/object.cc » ('j') | runtime/vm/profiler_test.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/tests/vm/vm.status
diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status
index b810967066e0931cbb3ab41ff4ff5529c4b7bafe..f0bc1efc763223389892b2117b7b3c361094ae99 100644
--- a/runtime/tests/vm/vm.status
+++ b/runtime/tests/vm/vm.status
@@ -86,8 +86,8 @@ dart/byte_array_test: Crash # Incompatible flag --disable_alloc_stubs_after_gc
[ $noopt || $compiler == precompiler ]
dart/redirection_type_shuffling_test: CompileTimeError # Imports dart:mirrors
-dart/inline_stack_frame_test: Fail # Issue 24783 - inlined frames missing
+dart/optimized_stacktrace_test: RuntimeError # Expects line and column numbers
[ $runtime == dart_precompiled ]
-dart/optimized_stacktrace_test: Fail
+dart/inline_stack_frame_test: Fail # Issue 24783 - inlined frames missing
dart/data_uri_spawn_test: RuntimeError # Isolate.spawnUri
« no previous file with comments | « no previous file | runtime/vm/object.cc » ('j') | runtime/vm/profiler_test.cc » ('J')

Powered by Google App Engine