[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
Fri Apr 9 06:48:27 PDT 2021
DavidSpickett created this revision.
Herald added a subscriber: pengfei.
DavidSpickett requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
The core file used is built for i386 so we
need the x86 backend to be able to load it.
Repository:
rG LLVM Github Monorepo
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.336439.patch
Type: text/x-patch
Size: 588 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210409/c75b7174/attachment.bin>
More information about the lldb-commits
mailing list