Skip to content

Commit a6cc363

Browse files
authored
[lldb] Disable TestPtyServer API test when remote testing (#94587)
The local PTY is not available for the remotely executed lldb-server to pass the test. Also, in general, we cannot execute the local lldb-server instance because it could be compiled for the different system/cpu target.
1 parent d3f8eab commit a6cc363

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/tools/lldb-server/TestPtyServer.py

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import xml.etree.ElementTree as ET
88

99

10+
@skipIfRemote
1011
@skipIf(hostoslist=["windows"])
1112
class PtyServerTestCase(gdbremote_testcase.GdbRemoteTestCaseBase):
1213
def setUp(self):

0 commit comments

Comments
 (0)