Skip to content

Commit 86c9570

Browse files
committed
[lldb] (Re)enable TestThreadBacktraceRepeat on Linux
This test is consistently passing on our Ubuntu 18.04 bot [1]. [1] https://ci.swift.org/view/LLDB/job/oss-swift-5.7-lldb-linux-ubuntu-18_04/
1 parent 75cd916 commit 86c9570

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lldb/test/API/commands/thread/backtrace/TestThreadBacktraceRepeat.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@ def check_two_threads(self, result_str, thread_id_1, name_1, thread_id_2, name_2
9595
# the comments whether it was getting two threads to the same breakpoint that was
9696
# problematic, or the step-out part. This test stops at the rendevous point so I'm
9797
# removing the skipIfLinux to see if we see any flakiness in just this part of the test.
98-
@expectedFailureAll(
99-
oslist=["linux"],
100-
bugnumber="llvm.org/pr23477 Test occasionally times out on the Linux build bot")
10198
@expectedFailureAll(
10299
oslist=["freebsd"],
103100
bugnumber="llvm.org/pr18066 inferior does not exit")

0 commit comments

Comments
 (0)