[Lldb-commits] [lldb] r357641 - Un-xfail one of the TestMiniDumpUUID tests on Windows
Stella Stamenova via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 3 14:57:41 PDT 2019
Author: stella.stamenova
Date: Wed Apr 3 14:57:41 2019
New Revision: 357641
URL: http://llvm.org/viewvc/llvm-project?rev=357641&view=rev
Log:
Un-xfail one of the TestMiniDumpUUID tests on Windows
The test is passing on Windows and the windows bot is failing because of the unexpected pass
Modified:
lldb/trunk/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py
Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py?rev=357641&r1=357640&r2=357641&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py Wed Apr 3 14:57:41 2019
@@ -160,7 +160,6 @@ class MiniDumpUUIDTestCase(TestBase):
self.verify_module(modules[0], so_path,
"7295E17C-6668-9E05-CBB5-DEE5003865D5-5267C116")
- @expectedFailureAll(oslist=["windows"])
def test_partial_uuid_mismatch(self):
"""
Breakpad has been known to create minidump files using CvRecord in each
More information about the lldb-commits
mailing list