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(


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to