Skip to content

[lldb] Fix TestRealDefinition #7564

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 3, 2023

Conversation

kastiglione
Copy link

@kastiglione kastiglione commented Oct 3, 2023

For a while, tests were run with target.prefer-dynamic-value overridden to no-dynamic-values – but the override was removed in D132382. At that time, tests that failed were individually opted in to no-dynamic-values.

I don't recall specifics about TestRealDefinition, but it currently fails with no-dynamic-values, and that is correct behavior. This change removes the no-dynamic-values override.

@kastiglione kastiglione requested a review from bulbazord October 3, 2023 20:07
@kastiglione
Copy link
Author

@swift-ci test

Copy link

@bulbazord bulbazord left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me, thanks for taking care of that.

@kastiglione kastiglione merged commit 9714127 into stable/20230725 Oct 3, 2023
@kastiglione kastiglione deleted the dl/lldb-Fix-TestRealDefinition branch October 3, 2023 23:21
kastiglione added a commit that referenced this pull request Oct 5, 2023
For a while, tests were run with `target.prefer-dynamic-value` overridden to 
`no-dynamic-values` – but the override was removed in 
[D132382](https://reviews.llvm.org/D132382). At that time, tests that failed were 
individually opted in to `no-dynamic-values`.

I don't recall specifics about `TestRealDefinition`, but it currently fails with 
`no-dynamic-values`, and that is correct behavior. This change removes the 
`no-dynamic-values` override.

(cherry-picked from commit 9714127)
kastiglione added a commit that referenced this pull request Oct 5, 2023
For a while, tests were run with `target.prefer-dynamic-value` overridden to 
`no-dynamic-values` – but the override was removed in 
[D132382](https://reviews.llvm.org/D132382). At that time, tests that failed were 
individually opted in to `no-dynamic-values`.

I don't recall specifics about `TestRealDefinition`, but it currently fails with 
`no-dynamic-values`, and that is correct behavior. This change removes the 
`no-dynamic-values` override.

(cherry-picked from commit 9714127)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants