[Lldb-commits] [lldb] [lldb] Run TestFrameLanguageCommands.py only on Darwin (PR #141866)
via lldb-commits
lldb-commits at lists.llvm.org
Wed May 28 15:09:25 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: Dave Lee (kastiglione)
<details>
<summary>Changes</summary>
Tests using ObjC do not readily run on Linux.
---
Full diff: https://github.com/llvm/llvm-project/pull/141866.diff
1 Files Affected:
- (modified) lldb/test/API/commands/command/language/TestFrameLanguageCommands.py (+1)
``````````diff
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(
``````````
</details>
https://github.com/llvm/llvm-project/pull/141866
More information about the lldb-commits
mailing list