[all-commits] [llvm/llvm-project] b36976: Convert the test file for TestIgnoredExceptions.py...
jimingham via All-commits
all-commits at lists.llvm.org
Fri May 20 15:16:39 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b369762beb70dfef22c7e793aed79b94d7dc0757
https://github.com/llvm/llvm-project/commit/b369762beb70dfef22c7e793aed79b94d7dc0757
Author: Jim Ingham <jingham at apple.com>
Date: 2022-05-20 (Fri, 20 May 2022)
Changed paths:
M lldb/test/API/macosx/ignore_exceptions/main.c
Log Message:
-----------
Convert the test file for TestIgnoredExceptions.py to the mach_vm API.
The previous version of this test uses mprotect, and that seemed to be
flakey on older systems. I converted the test to use the underlying
mach_vm API's. The test only runs on Darwin anyway, so this is not a
real limitation, and I'm hoping the lower level API's work more
consistently.
More information about the All-commits
mailing list