Skip to content

[lldb] Skip TestIndirectSymbols #85133

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
Mar 13, 2024

Conversation

kastiglione
Copy link
Contributor

@kastiglione kastiglione commented Mar 13, 2024

Correction to e2b8cc1

Correction to cb8f3837e2311c369ef24a077a0c34e4ff56c08f
@llvmbot
Copy link
Member

llvmbot commented Mar 13, 2024

@llvm/pr-subscribers-lldb

Author: Dave Lee (kastiglione)

Changes

Correction to cb8f3837e2311c369ef24a077a0c34e4ff56c08f


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

1 Files Affected:

  • (modified) lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py (+1-1)
diff --git a/lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py b/lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py
index ad4cb4b12c796a..c4bbedc9289130 100644
--- a/lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py
+++ b/lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py
@@ -16,7 +16,7 @@ def setUp(self):
 
     @skipUnlessDarwin
     @add_test_categories(["pyapi"])
-    @expectedFailureDarwin("rdar://120796553")
+    @skipIf(bugnumber="rdar://120796553")
     def test_with_python_api(self):
         """Test stepping and setting breakpoints in indirect and re-exported symbols."""
         self.build()

@kastiglione kastiglione merged commit b49d741 into llvm:main Mar 13, 2024
@kastiglione kastiglione deleted the lldb-Skip-TestIndirectSymbols branch March 13, 2024 21:16
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.

2 participants