[lldb] Disable remove-add module test on Windows

This disables the test introduced by
1beffc1888
on Windows.

Reviewed By: labath

Differential Revision: https://reviews.llvm.org/D81363
This commit is contained in:
Jaroslav Sevcik 2020-06-08 07:41:48 +00:00
parent 385adc4720
commit 6143874f73
1 changed files with 1 additions and 0 deletions

View File

@ -248,6 +248,7 @@ class MiniDumpUUIDTestCase(TestBase):
"a", "", "01020304-0506-0708-090A-0B0C0D0E0F10").IsValid())
self.assertFalse(self.target.AddModule("a", "", "01020305").IsValid())
@expectedFailureAll(oslist=["windows"])
def test_remove_placeholder_add_real_module(self):
"""
Test that removing a placeholder module and adding back the real