Skip to content

[lldb][test] Mark test() in TestBSDArchives.py as passing remotely #111199

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

dzhidzhoev
Copy link
Member

It was xfail'ed in de2ddc8. However, it passes on a buildbot https://lab.llvm.org/staging/#/builders/195/builds/3988.

@dzhidzhoev dzhidzhoev added the lldb label Oct 4, 2024
@dzhidzhoev dzhidzhoev self-assigned this Oct 4, 2024
@llvmbot
Copy link
Member

llvmbot commented Oct 4, 2024

@llvm/pr-subscribers-lldb

Author: Vladislav Dzhidzhoev (dzhidzhoev)

Changes

It was xfail'ed in de2ddc8. However, it passes on a buildbot https://lab.llvm.org/staging/#/builders/195/builds/3988.


Full diff: https://github.com/llvm/llvm-project/pull/111199.diff

1 Files Affected:

  • (modified) lldb/test/API/functionalities/archives/TestBSDArchives.py (-1)
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()

@dzhidzhoev dzhidzhoev merged commit 0e8a10b into llvm:main Oct 7, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants