From ea8b8fdf90d3d72db04b07950e913536a2116608 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Fri, 18 Oct 2019 13:49:40 +0000 Subject: Add REQUIRES: x86 to more tests which need the x86 llvm target built llvm-svn: 375234 --- .../lldbsuite/test/functionalities/postmortem/minidump/TestMiniDump.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump/TestMiniDump.py b/lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump/TestMiniDump.py index a56d3cd3a33..a0d30831aef 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump/TestMiniDump.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump/TestMiniDump.py @@ -90,6 +90,7 @@ class MiniDumpTestCase(TestBase): "fizzbuzz.syms", "has been added to", "fizzbuzz.exe"]), self.assertTrue(self.target.modules[0].FindSymbol("main")) + @skipIfLLVMTargetMissing("X86") def test_stack_info_in_mini_dump(self): """Test that we can see a trivial stack in a VS-generate mini dump.""" # target create -c fizzbuzz_no_heap.dmp -- cgit v1.2.3