[Lldb-commits] [lldb] 4559731 - [LLDB] Skip TestLoadUsingLazyBind.py on arm/linux

Muhammad Omair Javaid via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 2 03:54:56 PDT 2021


Author: Muhammad Omair Javaid
Date: 2021-04-02T15:54:48+05:00
New Revision: 455973162cb98d440753fcff923793d24de00c83

URL: https://github.com/llvm/llvm-project/commit/455973162cb98d440753fcff923793d24de00c83
DIFF: https://github.com/llvm/llvm-project/commit/455973162cb98d440753fcff923793d24de00c83.diff

LOG: [LLDB] Skip TestLoadUsingLazyBind.py on arm/linux

Added: 
    

Modified: 
    lldb/test/API/functionalities/load_lazy/TestLoadUsingLazyBind.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/functionalities/load_lazy/TestLoadUsingLazyBind.py b/lldb/test/API/functionalities/load_lazy/TestLoadUsingLazyBind.py
index 9ca6229943061..35789147a33fe 100644
--- a/lldb/test/API/functionalities/load_lazy/TestLoadUsingLazyBind.py
+++ b/lldb/test/API/functionalities/load_lazy/TestLoadUsingLazyBind.py
@@ -19,6 +19,7 @@ class LoadUsingLazyBind(TestBase):
 
     @skipIfRemote
     @skipIfWindows # The Windows platform doesn't implement DoLoadImage.
+    @skipIf(oslist=["linux"], archs=["arm"]) # Fails on arm/linux
     # Failing for unknown reasons on Linux, see
     # https://bugs.llvm.org/show_bug.cgi?id=49656.
     def test_load_using_lazy_bind(self):


        


More information about the lldb-commits mailing list