This test seems to pass on Linux, remove the x-fail.
authorJim Ingham <jingham@apple.com>
Tue, 15 Feb 2022 00:57:20 +0000 (16:57 -0800)
committerJim Ingham <jingham@apple.com>
Tue, 15 Feb 2022 00:58:57 +0000 (16:58 -0800)
One of the tests in this test setup was copied from a more complex test, and I didn't know
if the setup or the subsequent parts of the test were the ones that fail on Linux.  Looks
like it was the latter, so let's mark this succeeding.

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

index 5a737bc..998ade0 100644 (file)
@@ -96,9 +96,6 @@ class TestThreadBacktracePage(TestBase):
     # problematic, or the step-out part.  This test stops at the rendevous point so I'm
     # removing the skipIfLinux to see if we see any flakiness in just this part of the test.
     @expectedFailureAll(
-        oslist=["linux"],
-        bugnumber="llvm.org/pr23477 Test occasionally times out on the Linux build bot")
-    @expectedFailureAll(
         oslist=["freebsd"],
         bugnumber="llvm.org/pr18066 inferior does not exit")
     @skipIfWindows # This test will hang on windows llvm.org/pr21753