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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits