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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to