[Lldb-commits] [lldb] 6143874 - [lldb] Disable remove-add module test on Windows

Jaroslav Sevcik via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 8 01:30:02 PDT 2020


Author: Jaroslav Sevcik
Date: 2020-06-08T08:21:07Z
New Revision: 6143874f734bf3b27eeeb82d7756e008cba3b043

URL: https://github.com/llvm/llvm-project/commit/6143874f734bf3b27eeeb82d7756e008cba3b043
DIFF: https://github.com/llvm/llvm-project/commit/6143874f734bf3b27eeeb82d7756e008cba3b043.diff

LOG: [lldb] Disable remove-add module test on Windows

This disables the test introduced by
https://github.com/llvm/llvm-project/commit/1beffc18886ae4cd72dfe1f9b6b79204cac51e5e
on Windows.

Reviewed By: labath

Differential Revision: https://reviews.llvm.org/D81363

Added: 
    

Modified: 
    lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py b/lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py
index 2229ba05149d..601546b1dc8e 100644
--- a/lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py
+++ b/lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py
@@ -248,6 +248,7 @@ def test_add_module_build_id_4(self):
                 "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


        


More information about the lldb-commits mailing list