diff options
author | Stella Stamenova <stilis@microsoft.com> | 2019-04-03 21:57:41 +0000 |
---|---|---|
committer | Stella Stamenova <stilis@microsoft.com> | 2019-04-03 21:57:41 +0000 |
commit | e51c12430ffe26c5889f41507e11409bd4f58de2 (patch) | |
tree | 89f9c3affc7a0ddbcd6caa739cbafa9dfbbfa17a /lldb/packages/Python/lldbsuite/test | |
parent | e369a989fc37248f4aa05ab2d184270ac27b22e1 (diff) | |
download | bcm5719-llvm-e51c12430ffe26c5889f41507e11409bd4f58de2.tar.gz bcm5719-llvm-e51c12430ffe26c5889f41507e11409bd4f58de2.zip |
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
llvm-svn: 357641
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py b/lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py index 05d4f857972..8ea3540a0d5 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py @@ -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 |