summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@fb.com>2021-12-16 16:13:58 -0800
committerGreg Clayton <gclayton@fb.com>2021-12-16 16:13:58 -0800
commit59f1d0eed58ce0f23c3a5a324d122a99f9757228 (patch)
treec13e4e42f5f5a9474193ec4bd3913a1b1c66de4f /lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py
parent01525da853c657f72e275395c20e31bd8a8151aa (diff)
Fix windows buildbots after https://reviews.llvm.org/D115324
Windows has trouble deleting the executable due to permissions.
Diffstat (limited to 'lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py')
-rw-r--r--lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py b/lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py
index 7dbb70839b76..4605c3b25864 100644
--- a/lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py
+++ b/lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py
@@ -31,6 +31,7 @@ class ModuleCacheTestcaseSimple(TestBase):
# Doesn't depend on any specific debug information.
@no_debug_info_test
+ @skipIfWindows # Windows runs into trouble deleting the executable
def test(self):
"""
Test module cache functionality for a simple object file.