[Lldb-commits] [lldb] 1d48e55 - [lldb] Run TestFrameLanguageCommands.py only on Darwin (#141866)

via lldb-commits lldb-commits at lists.llvm.org
Wed May 28 15:09:01 PDT 2025


Author: Dave Lee
Date: 2025-05-28T15:08:58-07:00
New Revision: 1d48e5549f583f501343a9f7c17c1cbda6848a3f

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

LOG: [lldb] Run TestFrameLanguageCommands.py only on Darwin (#141866)

Tests using ObjC do not readily run on Linux.

Added: 
    

Modified: 
    lldb/test/API/commands/command/language/TestFrameLanguageCommands.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/commands/command/language/TestFrameLanguageCommands.py b/lldb/test/API/commands/command/language/TestFrameLanguageCommands.py
index ff00c9d7cb3f6..b02ffd079ebd2 100644
--- a/lldb/test/API/commands/command/language/TestFrameLanguageCommands.py
+++ b/lldb/test/API/commands/command/language/TestFrameLanguageCommands.py
@@ -5,6 +5,7 @@
 
 
 class TestCase(TestBase):
+    @skipUnlessDarwin
     def test(self):
         self.build()
         _, _, thread, _ = lldbutil.run_to_source_breakpoint(


        


More information about the lldb-commits mailing list