From 380c2420ecb0c3e809b04f385d37b89800df1ecf Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Tue, 2 Apr 2019 17:50:08 +0000 Subject: [PATCH] Clean up windows build bot. llvm-svn: 357504 --- .../test/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py | 2 ++ 1 file changed, 2 insertions(+) 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 2ed7cb7..d17d4bc 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 @@ -137,6 +137,7 @@ class MiniDumpUUIDTestCase(TestBase): self.verify_module(modules[0], "/not/exist/a", None) self.verify_module(modules[1], "/not/exist/b", None) + @skipIf(oslist=['windows']) def test_partial_uuid_match(self): """ Breakpad has been known to create minidump files using CvRecord in each @@ -163,6 +164,7 @@ class MiniDumpUUIDTestCase(TestBase): "libuuidmatch.so", "7295E17C-6668-9E05-CBB5-DEE5003865D5-5267C116") + @skipIf(oslist=['windows']) def test_partial_uuid_mismatch(self): """ Breakpad has been known to create minidump files using CvRecord in each -- 2.7.4