Skip to content
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

Feature flag for tests broken by opaque pointers #812

Merged
merged 4 commits into from
Jul 26, 2023
Merged

Conversation

Baltoli
Copy link
Contributor

@Baltoli Baltoli commented Jul 25, 2023

This PR sets up a small amount of testing infrastructure to allow us to mark a test as expectedly failing in the presence of LLVM 16+ opaque pointers, and applies that marker to the test in question.

Marking the test as XFAIL will allow us to merge support for LLVM 16 without having to pull in a much larger change to fix #810, though that issue should also be fixed when we have time to do so. Because the code in question is related only to GDB support, and the problem is clear, I'm happy to leave it in an explicitly-marked broken state for the time being.

@Baltoli Baltoli mentioned this pull request Jul 25, 2023
@Baltoli Baltoli marked this pull request as ready for review July 26, 2023 09:22
@Baltoli Baltoli requested a review from dwightguth July 26, 2023 09:22
@rv-jenkins rv-jenkins merged commit 1eb5acc into master Jul 26, 2023
6 checks passed
@rv-jenkins rv-jenkins deleted the opaque-feature branch July 26, 2023 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[GDB] printValueOfType is not compatible with opaque pointers
3 participants