[Lldb-commits] [PATCH] D31825: Fix loading core(5) files from NetBSD 7.99.67
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 11 04:15:04 PDT 2017
labath requested changes to this revision.
labath added a comment.
This revision now requires changes to proceed.
This makes all sorts of tests fail. Regardless of your platform you should at least be able to reproduce the following failures:
FAIL: test_FPR_SSE (functionalities/postmortem/elf-core/TestLinuxCore.py)
FAIL: test_image_list_shows_multiple_architectures (functionalities/object-file/TestImageListMultiArchitecture.py)
FAIL: test_local_variables_in_minidump (functionalities/postmortem/minidump-new/TestMiniDumpNew.py)
ERROR: test_deeper_stack_in_minidump (functionalities/postmortem/minidump-new/TestMiniDumpNew.py)
ERROR: test_deeper_stack_in_minidump_with_same_pid_running (functionalities/postmortem/minidump-new/TestMiniDumpNew.py)
ERROR: test_two_cores_same_pid (functionalities/postmortem/minidump-new/TestMiniDumpNew.py)
Let me know if you have problems reproducing these, and I can then take a look.
Repository:
rL LLVM
https://reviews.llvm.org/D31825
More information about the lldb-commits
mailing list