Skip to content

Commit e9a3fac

Browse files
committed
[LLDB] Skip TestPlatformProcessConnect on arm/aarch64 buildbot
TestPlatformProcessConnect is randomly failing on LLDB Arm/AArch64 buildbot. I am disabling it temporarily untill problem is fixed.
1 parent 2fd4d92 commit e9a3fac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/tools/lldb-server/platform-process-connect/TestPlatformProcessConnect.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class TestPlatformProcessConnect(gdbremote_testcase.GdbRemoteTestCaseBase):
1212
@expectedFailureAll(hostoslist=["windows"], triple='.*-android')
1313
@skipIfWindows # lldb-server does not terminate correctly
1414
@skipIfDarwin # lldb-server not found correctly
15+
@skipIf(oslist=["linux"], archs=["arm", "aarch64"]) # Fails randomly
1516
def test_platform_process_connect(self):
1617
self.build()
1718

0 commit comments

Comments
 (0)