We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3239b4d commit 03588a2Copy full SHA for 03588a2
lldb/test/API/commands/platform/connect/TestPlatformConnect.py
@@ -13,6 +13,13 @@ class TestPlatformProcessConnect(TestBase):
13
@expectedFailureAll(hostoslist=["windows"], triple=".*-android")
14
@skipIfDarwin # lldb-server not found correctly
15
@expectedFailureAll(oslist=["windows"]) # process modules not loaded
16
+ # lldb-server platform times out waiting for the gdbserver port number to be
17
+ # written to the pipe, yet it seems the gdbserver already has written it.
18
+ @expectedFailureAll(
19
+ archs=["aarch64"],
20
+ oslist=["freebsd"],
21
+ bugnumber="https://github.com/llvm/llvm-project/issues/84327",
22
+ )
23
@add_test_categories(["lldb-server"])
24
def test_platform_process_connect(self):
25
self.build()
0 commit comments