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