[lldb/test] Remove some decorators from TestModuleCacheUniversal
authorPavel Labath <pavel@labath.sk>
Mon, 20 Dec 2021 09:02:08 +0000 (10:02 +0100)
committerPavel Labath <pavel@labath.sk>
Mon, 20 Dec 2021 11:20:00 +0000 (12:20 +0100)
Now that the test uses a yaml file for creating binaries, we can run in
anywhere.

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

index a39db4d..0762bd8 100644 (file)
@@ -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.