Skip to content

Commit 285bff3

Browse files
committed
[lldb][test][Windows] Skip thread state test on Windows
This actually passes on Windows but I don't know how to convey that with an xfail without clashing with the xfail for all platforms. At least this avoids a UPASS.
1 parent 440b174 commit 285bff3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lldb/test/API/functionalities/thread/state/TestThreadStates.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ def test_state_after_continue(self):
3939
@skipIfDarwin # 'llvm.org/pr23669', cause Python crash randomly
4040
@expectedFailureDarwin("llvm.org/pr23669")
4141
@expectedFailureNetBSD
42+
# This actually passes on Windows on Arm but it's hard to describe that
43+
# and xfail it everywhere else.
44+
@skipIfWindows
4245
# thread states not properly maintained
4346
@unittest.expectedFailure # llvm.org/pr16712
4447
def test_state_after_expression(self):

0 commit comments

Comments
 (0)