File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lldb/test/API/tools/lldb-server/vCont-threads Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ def get_pid(self):
54
54
return int (procinfo ['pid' ], 16 )
55
55
56
56
@skipIfWindows
57
+ @skipIfDarwin
57
58
@expectedFailureNetBSD
58
- @expectedFailureDarwin # No signals delivered
59
59
@expectedFailureAll (oslist = ["freebsd" ],
60
60
bugnumber = "github.com/llvm/llvm-project/issues/56086" )
61
61
@skipIfAsan # Times out under asan
@@ -84,10 +84,10 @@ def test_signal_one_thread(self):
84
84
threads [:1 ])
85
85
86
86
@skipIfWindows
87
+ @skipIfDarwin
87
88
@expectedFailureNetBSD
88
89
@expectedFailureAll (oslist = ["freebsd" ],
89
90
bugnumber = "github.com/llvm/llvm-project/issues/56086" )
90
- @expectedFailureDarwin # Only one signal delivered
91
91
@skipIfAsan # Times out under asan
92
92
@skipIf (oslist = ["linux" ], archs = ["arm" , "aarch64" ]) # Randomly fails on buildbot
93
93
def test_signal_all_threads (self ):
You can’t perform that action at this time.
0 commit comments