Skip to content

Commit 03588a2

Browse files
committed
[lldb][test][FreeBSD] xfail TestPlatformConnect on AArch64
Details in the linked issue. Might fail on other architectures but I can't confirm, they can add to this if it does.
1 parent 3239b4d commit 03588a2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lldb/test/API/commands/platform/connect/TestPlatformConnect.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ class TestPlatformProcessConnect(TestBase):
1313
@expectedFailureAll(hostoslist=["windows"], triple=".*-android")
1414
@skipIfDarwin # lldb-server not found correctly
1515
@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+
)
1623
@add_test_categories(["lldb-server"])
1724
def test_platform_process_connect(self):
1825
self.build()

0 commit comments

Comments
 (0)