[Lldb-commits] [lldb] [lldb] Run TestFrameLanguageCommands.py only on Darwin (PR #141866)
Dave Lee via lldb-commits
lldb-commits at lists.llvm.org
Wed May 28 15:08:49 PDT 2025
https://github.com/kastiglione created https://github.com/llvm/llvm-project/pull/141866
Tests using ObjC do not readily run on Linux.
>From be15e28e81e41a6f25c9591ef6fb9b2130482c12 Mon Sep 17 00:00:00 2001
From: Dave Lee <davelee.com at gmail.com>
Date: Wed, 28 May 2025 15:08:03 -0700
Subject: [PATCH] [lldb] Run TestFrameLanguageCommands.py only on Darwin
Tests using ObjC do not readily run on Linux.
---
.../API/commands/command/language/TestFrameLanguageCommands.py | 1 +
1 file changed, 1 insertion(+)
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