Skip to content

Commit dee672e

Browse files
committed
[lldb] Skip instead of XFAIL TestGdbRemote_vContThreads on Darwin
The two XFAILed tests started timing out after D126983. Given that they were XFAILed anyway I didn't investigate and just skipped them.
1 parent c68b8c8 commit dee672e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/test/API/tools/lldb-server/vCont-threads/TestGdbRemote_vContThreads.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ def get_pid(self):
5454
return int(procinfo['pid'], 16)
5555

5656
@skipIfWindows
57+
@skipIfDarwin
5758
@expectedFailureNetBSD
58-
@expectedFailureDarwin # No signals delivered
5959
@expectedFailureAll(oslist=["freebsd"],
6060
bugnumber="github.com/llvm/llvm-project/issues/56086")
6161
@skipIfAsan # Times out under asan
@@ -84,10 +84,10 @@ def test_signal_one_thread(self):
8484
threads[:1])
8585

8686
@skipIfWindows
87+
@skipIfDarwin
8788
@expectedFailureNetBSD
8889
@expectedFailureAll(oslist=["freebsd"],
8990
bugnumber="github.com/llvm/llvm-project/issues/56086")
90-
@expectedFailureDarwin # Only one signal delivered
9191
@skipIfAsan # Times out under asan
9292
@skipIf(oslist=["linux"], archs=["arm", "aarch64"]) # Randomly fails on buildbot
9393
def test_signal_all_threads(self):

0 commit comments

Comments
 (0)