Skip to content

Commit 7561774

Browse files
authored
Skip 'g' packet tests when running on darwin; debugserver doesn't impl (#2346)
Differential Revision: https://reviews.llvm.org/D94754 (cherry picked from commit 10ac9b2)
1 parent 4f09e57 commit 7561774

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/API/tools/lldb-server/register-reading/TestGdbRemoteGPacket.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,15 @@ def g_returns_correct_data(self, with_suffix):
130130

131131
@expectedFailureAll(oslist=["freebsd"], bugnumber="llvm.org/pr48420")
132132
@expectedFailureNetBSD
133+
@skipIfDarwin # g packet not supported
133134
def test_g_returns_correct_data_with_suffix(self):
134135
self.build()
135136
self.set_inferior_startup_launch()
136137
self.g_returns_correct_data(True)
137138

138139
@expectedFailureAll(oslist=["freebsd"], bugnumber="llvm.org/pr48420")
139140
@expectedFailureNetBSD
141+
@skipIfDarwin # g packet not supported
140142
def test_g_returns_correct_data_no_suffix(self):
141143
self.build()
142144
self.set_inferior_startup_launch()

0 commit comments

Comments
 (0)