summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/postmortem
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2019-04-02 17:50:08 +0000
committerGreg Clayton <gclayton@apple.com>2019-04-02 17:50:08 +0000
commit380c2420ecb0c3e809b04f385d37b89800df1ecf (patch)
tree8699c7d5a9258c99396a29f41164e2d390df3115 /lldb/packages/Python/lldbsuite/test/functionalities/postmortem
parent1ed4bbb9ab6633a18345a13952fb58d2898616f0 (diff)
downloadbcm5719-llvm-380c2420ecb0c3e809b04f385d37b89800df1ecf.tar.gz
bcm5719-llvm-380c2420ecb0c3e809b04f385d37b89800df1ecf.zip
Clean up windows build bot.
llvm-svn: 357504
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/postmortem')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py2
1 files changed, 2 insertions, 0 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 2ed7cb769c0..d17d4bc1106 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
OpenPOWER on IntegriCloud