https://github.com/igorkudrin created https://github.com/llvm/llvm-project/pull/181221
The test was disabled in c55e021d, but it now passes, with both remote and local runs. >From aebc1c27eaf14718bf20864ddf1113da764cb2d5 Mon Sep 17 00:00:00 2001 From: Igor Kudrin <[email protected]> Date: Thu, 12 Feb 2026 11:48:17 -0800 Subject: [PATCH] [lldb][test] Re-enable TestDyldLaunchLinux.py for Linux/Arm The test was disabled in c55e021d, but it now passes, with both remote and local runs. --- .../API/functionalities/dyld-launch-linux/TestDyldLaunchLinux.py | 1 - 1 file changed, 1 deletion(-) 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() _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
