This revision was automatically updated to reflect the committed changes. Closed by commit rGa1f3187ca8a3: [lldb] Require x86 for unwind no-return test (authored by DavidSpickett).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D100195/new/ https://reviews.llvm.org/D100195 Files: lldb/test/API/functionalities/unwind/noreturn/module-end/TestNoReturnModuleEnd.py Index: lldb/test/API/functionalities/unwind/noreturn/module-end/TestNoReturnModuleEnd.py =================================================================== --- lldb/test/API/functionalities/unwind/noreturn/module-end/TestNoReturnModuleEnd.py +++ lldb/test/API/functionalities/unwind/noreturn/module-end/TestNoReturnModuleEnd.py @@ -15,6 +15,7 @@ NO_DEBUG_INFO_TESTCASE = True mydir = TestBase.compute_mydir(__file__) + @skipIfLLVMTargetMissing("X86") def test(self): target = self.dbg.CreateTarget("test.out") process = target.LoadCore("test.core")
Index: lldb/test/API/functionalities/unwind/noreturn/module-end/TestNoReturnModuleEnd.py =================================================================== --- lldb/test/API/functionalities/unwind/noreturn/module-end/TestNoReturnModuleEnd.py +++ lldb/test/API/functionalities/unwind/noreturn/module-end/TestNoReturnModuleEnd.py @@ -15,6 +15,7 @@ NO_DEBUG_INFO_TESTCASE = True mydir = TestBase.compute_mydir(__file__) + @skipIfLLVMTargetMissing("X86") def test(self): target = self.dbg.CreateTarget("test.out") process = target.LoadCore("test.core")
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits