[Lldb-commits] [lldb] [lldb][test] Mark test() in TestBSDArchives.py as passing remotely (PR #111199)
Vladislav Dzhidzhoev via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 4 12:07:44 PDT 2024
https://github.com/dzhidzhoev created https://github.com/llvm/llvm-project/pull/111199
It was xfail'ed in de2ddc8f3146b. However, it passes on a buildbot https://lab.llvm.org/staging/#/builders/195/builds/3988.
>From 092c1abb8de5e0bf3eaaa7758cc3dc3614c02b60 Mon Sep 17 00:00:00 2001
From: Vladislav Dzhidzhoev <vdzhidzhoev at accesssoftek.com>
Date: Fri, 4 Oct 2024 21:00:14 +0200
Subject: [PATCH] [lldb][test] Mark test() in TestBSDArchives.py as passing
remotely
It was xfail'ed in de2ddc8f3146b. However, it passes on a
buildbot https://lab.llvm.org/staging/#/builders/195/builds/3988.
---
lldb/test/API/functionalities/archives/TestBSDArchives.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/lldb/test/API/functionalities/archives/TestBSDArchives.py b/lldb/test/API/functionalities/archives/TestBSDArchives.py
index 1bef8e896e0be7..928e9508617ad6 100644
--- a/lldb/test/API/functionalities/archives/TestBSDArchives.py
+++ b/lldb/test/API/functionalities/archives/TestBSDArchives.py
@@ -25,7 +25,6 @@ def setUp(self):
oslist=["windows"],
bugnumber="llvm.org/pr24527. Makefile.rules doesn't know how to build static libs on Windows",
)
- @expectedFailureAll(remote=True)
def test(self):
"""Break inside a() and b() defined within libfoo.a."""
self.build()
More information about the lldb-commits
mailing list