[all-commits] [llvm/llvm-project] ef2b06: [lldb] Centralize arm64e testing logic (#195961)
Alex Langford via All-commits
all-commits at lists.llvm.org
Wed May 6 08:43:54 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ef2b06216c496432914e855df5f493b4624f60e3
https://github.com/llvm/llvm-project/commit/ef2b06216c496432914e855df5f493b4624f60e3
Author: Alex Langford <alangford at apple.com>
Date: 2026-05-06 (Wed, 06 May 2026)
Changed paths:
A lldb/packages/Python/lldbsuite/test/lldbarm64e.py
M lldb/test/API/commands/expression/ptrauth-auth-traps/TestPtrAuthAuthTraps.py
M lldb/test/API/commands/expression/ptrauth-objc/TestPtrAuthObjectiveC.py
M lldb/test/API/commands/expression/ptrauth-vtable/TestPtrAuthVTableExpressions.py
M lldb/test/API/commands/expression/ptrauth/TestPtrAuthExpressions.py
M lldb/test/API/lang/c/ptrauth/TestPtrAuth.py
Log Message:
-----------
[lldb] Centralize arm64e testing logic (#195961)
`build_arm64e` was defined in several test files and most of the
implementations needed to be adjusted for correctness. Instead of fixing
them individually, I introduce an "Arm64eBaseTest" class and override
its `build` method. The base class is decorated so that these tests will
be skipped if arm64e is unsupported.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list