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
This commit is contained in:
Pavel Labath 2017-11-03 14:42:37 +00:00
parent c47fc31da1
commit 6cf1aa5f5f
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ class MiniDumpTestCase(TestBase):
stop_description = thread.GetStopDescription(256) stop_description = thread.GetStopDescription(256)
self.assertTrue("0xc0000005" in stop_description) self.assertTrue("0xc0000005" in stop_description)
@expectedFailureAll(bugnumber="llvm.org/pr35193", hostoslist=["windows"])
def test_stack_info_in_mini_dump(self): def test_stack_info_in_mini_dump(self):
"""Test that we can see a trivial stack in a VS-generate mini dump.""" """Test that we can see a trivial stack in a VS-generate mini dump."""
# target create -c fizzbuzz_no_heap.dmp # target create -c fizzbuzz_no_heap.dmp