summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/postmortem
diff options
context:
space:
mode:
authorStella Stamenova <stilis@microsoft.com>2018-12-20 18:21:17 +0000
committerStella Stamenova <stilis@microsoft.com>2018-12-20 18:21:17 +0000
commit3dcbc3320317dd5513ab744681b155aaf93a73a7 (patch)
treec45d32f2999b04e8a4b6640e2d3b90b652efa51b /lldb/packages/Python/lldbsuite/test/functionalities/postmortem
parent6c47f54df8bc545ae9c81253523b81beaf00b597 (diff)
downloadbcm5719-llvm-3dcbc3320317dd5513ab744681b155aaf93a73a7.tar.gz
bcm5719-llvm-3dcbc3320317dd5513ab744681b155aaf93a73a7.zip
[lldbsuite] Un-xfail TestMiniDump and TestThreadJump
Both of these are now passing. I've resolved the bugs as well for verification. llvm-svn: 349783
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/postmortem')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump/TestMiniDump.py1
1 files changed, 0 insertions, 1 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 2dbc4bc979b..fe13871ddac 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump/TestMiniDump.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump/TestMiniDump.py
@@ -80,7 +80,6 @@ class MiniDumpTestCase(TestBase):
self.assertEqual(module.file.fullpath, expected['filename'])
self.assertEqual(module.GetUUIDString(), expected['uuid'])
- @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
OpenPOWER on IntegriCloud