diff options
| author | Pavel Labath <labath@google.com> | 2017-11-03 14:42:37 +0000 |
|---|---|---|
| committer | Pavel Labath <labath@google.com> | 2017-11-03 14:42:37 +0000 |
| commit | 6cf1aa5f5fafc2a36372fa325e92b6f3fdd8129f (patch) | |
| tree | 2675dd635436588db488e36f1b2d6805f2dba8b4 /lldb/packages/Python/lldbsuite/test/functionalities/postmortem | |
| parent | c47fc31da10e8f068902fa8e6f231a358eff9f18 (diff) | |
| download | bcm5719-llvm-6cf1aa5f5fafc2a36372fa325e92b6f3fdd8129f.tar.gz bcm5719-llvm-6cf1aa5f5fafc2a36372fa325e92b6f3fdd8129f.zip | |
Xfail test_stack_info_in_minidump test
The test has been failing since we enabled the i386 ABI plugin on
windows. See pr35193 for details.
llvm-svn: 317326
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/postmortem')
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump/TestMiniDump.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 3227e1e6bbf..c7b64d783c7 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump/TestMiniDump.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump/TestMiniDump.py @@ -41,6 +41,7 @@ class MiniDumpTestCase(TestBase): stop_description = thread.GetStopDescription(256) self.assertTrue("0xc0000005" in stop_description) + @expectedFailureAll(bugnumber="llvm.org/pr35193", hostoslist=["windows"]) 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 |

