[Lldb-commits] [lldb] f0a670e - [lldb/test] Remove some decorators from TestModuleCacheUniversal

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 20 03:29:39 PST 2021


Author: Pavel Labath
Date: 2021-12-20T12:20:00+01:00
New Revision: f0a670e93b61928982e43afb2d57179ea18f0b8c

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

LOG: [lldb/test] Remove some decorators from TestModuleCacheUniversal

Now that the test uses a yaml file for creating binaries, we can run in
anywhere.

Added: 
    

Modified: 
    lldb/test/API/functionalities/module_cache/universal/TestModuleCacheUniversal.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/functionalities/module_cache/universal/TestModuleCacheUniversal.py b/lldb/test/API/functionalities/module_cache/universal/TestModuleCacheUniversal.py
index a39db4d1164b5..0762bd86c4ebf 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 @@ def get_module_cache_files(self, basename):
 
     # 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.


        


More information about the lldb-commits mailing list