Skip to content

[lldb] XFAIL TestIndirectSymbols on darwin #85127

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

Conversation

kastiglione
Copy link
Contributor

@kastiglione kastiglione commented Mar 13, 2024

AssertionError: 'main' != 'call_through_indirect_hidden'

@llvmbot
Copy link
Member

llvmbot commented Mar 13, 2024

@llvm/pr-subscribers-lldb

Author: Dave Lee (kastiglione)

Changes

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

1 Files Affected:

  • (modified) lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py (+1)
diff --git a/lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py b/lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py
index fbe6db9f892d55..ad4cb4b12c796a 100644
--- a/lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py
+++ b/lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py
@@ -16,6 +16,7 @@ def setUp(self):
 
     @skipUnlessDarwin
     @add_test_categories(["pyapi"])
+    @expectedFailureDarwin("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 e2b8cc1 into llvm:main Mar 13, 2024
@kastiglione kastiglione deleted the lldb-XFAIL-TestIndirectSymbols-on-darwin branch March 13, 2024 20:34
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