aboutsummaryrefslogtreecommitdiff
path: root/lldb
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2021-12-20 10:02:08 +0100
committerPavel Labath <pavel@labath.sk>2021-12-20 12:20:00 +0100
commitf0a670e93b61928982e43afb2d57179ea18f0b8c (patch)
tree29be27fcd56c4d54fce6aa1afad04bc200e23e24 /lldb
parentc6a861e644a99a9e0b5a6acf40394127bc125f51 (diff)
downloadllvm-f0a670e93b61928982e43afb2d57179ea18f0b8c.zip
llvm-f0a670e93b61928982e43afb2d57179ea18f0b8c.tar.gz
llvm-f0a670e93b61928982e43afb2d57179ea18f0b8c.tar.bz2
[lldb/test] Remove some decorators from TestModuleCacheUniversal
Now that the test uses a yaml file for creating binaries, we can run in anywhere.
Diffstat (limited to 'lldb')
-rw-r--r--lldb/test/API/functionalities/module_cache/universal/TestModuleCacheUniversal.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/test/API/functionalities/module_cache/universal/TestModuleCacheUniversal.py b/lldb/test/API/functionalities/module_cache/universal/TestModuleCacheUniversal.py
index a39db4d..0762bd8 100644
--- a/lldb/test/API/functionalities/module_cache/universal/TestModuleCacheUniversal.py
+++ b/lldb/test/API/functionalities/module_cache/universal/TestModuleCacheUniversal.py
@@ -30,8 +30,6 @@ class ModuleCacheTestcaseUniversal(TestBase):
# Doesn't depend on any specific debug information.
@no_debug_info_test
- @skipUnlessDarwin
- @skipIfDarwinEmbedded # this test file assumes we're targetting an x86 system
def test(self):
"""
Test module cache functionality for a universal mach-o files.