Skip to content

Commit 82af0ae

Browse files
kastiglionesivan-shani
authored andcommitted
[lldb] Run TestFrameLanguageCommands.py only on Darwin (llvm#141866)
Tests using ObjC do not readily run on Linux.
1 parent 7408a50 commit 82af0ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66

77
class TestCase(TestBase):
8+
@skipUnlessDarwin
89
def test(self):
910
self.build()
1011
_, _, thread, _ = lldbutil.run_to_source_breakpoint(

0 commit comments

Comments
 (0)