[Lldb-commits] [lldb] [lldb][test] Re-enable TestDyldLaunchLinux.py for Linux/Arm (PR #181221)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 12 11:51:20 PST 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: Igor Kudrin (igorkudrin)
<details>
<summary>Changes</summary>
The test was disabled in c55e021d, but it now passes, with both remote and local runs.
---
Full diff: https://github.com/llvm/llvm-project/pull/181221.diff
1 Files Affected:
- (modified) lldb/test/API/functionalities/dyld-launch-linux/TestDyldLaunchLinux.py (-1)
``````````diff
diff --git a/lldb/test/API/functionalities/dyld-launch-linux/TestDyldLaunchLinux.py b/lldb/test/API/functionalities/dyld-launch-linux/TestDyldLaunchLinux.py
index 4fed9a8c2df8e..5d7ce9a6ab702 100644
--- a/lldb/test/API/functionalities/dyld-launch-linux/TestDyldLaunchLinux.py
+++ b/lldb/test/API/functionalities/dyld-launch-linux/TestDyldLaunchLinux.py
@@ -13,7 +13,6 @@
class TestLinux64LaunchingViaDynamicLoader(TestBase):
@skipIf(oslist=no_match(["linux"]))
@no_debug_info_test
- @skipIf(oslist=["linux"], archs=["arm$"])
def test(self):
self.build()
``````````
</details>
https://github.com/llvm/llvm-project/pull/181221
More information about the lldb-commits
mailing list