[all-commits] [llvm/llvm-project] 2d65bd: [lldb] convert jit-loader_rtdyld_elf.test to an AP...
Charles Zablit via All-commits
all-commits at lists.llvm.org
Wed Dec 10 04:44:14 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2d65bdb00bfed1ace3f5dfeb925b69eda53b381a
https://github.com/llvm/llvm-project/commit/2d65bdb00bfed1ace3f5dfeb925b69eda53b381a
Author: Charles Zablit <c_zablit at apple.com>
Date: 2025-12-10 (Wed, 10 Dec 2025)
Changed paths:
M lldb/packages/Python/lldbsuite/test/decorators.py
A lldb/test/API/functionalities/breakpoint/jit_loader_rtdyld_elf/Makefile
A lldb/test/API/functionalities/breakpoint/jit_loader_rtdyld_elf/TestJitBreakPoint.py
A lldb/test/API/functionalities/breakpoint/jit_loader_rtdyld_elf/jitbp.cpp
R lldb/test/Shell/Breakpoint/jit-loader_rtdyld_elf.test
Log Message:
-----------
[lldb] convert jit-loader_rtdyld_elf.test to an API test (#170333)
This patch converts the `jit-loader_rtdyld_elf.test` test from a Shell
test to an API test.
This test is timing out in CI on Windows and the hang cannot be
reproduced at desk. Converting it to an API test would allow us to
instrument it better in order to trace the failure.
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