teemperor updated this revision to Diff 189995.
teemperor added a comment.
- Addressed Pavel's comments (thanks!).
- Reworked test setup code (thanks Adrian!)
- Rebased the patch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58125/new/
https://reviews.llvm.org/D58125
Files:
lldb/inc
krytarowski added inline comments.
Comment at:
lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/2lwp_process_SIGSEGV.c:9
char F = 'b';
- kill(getpid(), SIGSEGV); // Frame bar
+ while (1); // Frame bar
}
Just style, but I would use
mgorny created this revision.
mgorny added reviewers: labath, krytarowski.
Herald added a subscriber: abidh.
Herald added a reviewer: serge-sans-paille.
Herald added a project: LLDB.
Fix 2lwp_process_SIGSEGV NetBSD core test to terminate inside regular
function rather than libc call, in order to g
Author: mgorny
Date: Sat Mar 9 04:47:38 2019
New Revision: 355774
URL: http://llvm.org/viewvc/llvm-project?rev=355774&view=rev
Log:
[lldb] [test] Adjust XFAIL list to match buildbot results
Adjust the XFAIL-ing tests to match consistent results from buildbot.
I'm going to work on differences bet