[Lldb-commits] [PATCH] D100195: [lldb] Require x86 for unwind no-return test
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 13 01:51:27 PDT 2021
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")
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100195.337071.patch
Type: text/x-patch
Size: 588 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210413/2b5de488/attachment.bin>
More information about the lldb-commits
mailing list