Skip to content

tests: fix misspelled check prefixes #61978

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 3 commits into from
Nov 8, 2022
Merged

Conversation

eeckstein
Copy link
Contributor

In the rebranch this is an error (lit got more picky), but it also makes sense to fix the tests in the main branch

Also match optional nonnull attributes. They are inserted by the new LLVM (rebranch). It doesn't harm to match those attributes conditionally also in the main branch.

Also fix SILOptimizer/OSLogFullOptTest.swift and re-enable it. rdar://102078974

Fix the common error of using underscores instead of dashes.
In the rebranch this is an error (lit got more picky), but it also makes sense to fix the tests in the main branch
@eeckstein
Copy link
Contributor Author

@swift-ci smoke test

* remove a NEXT requirement, because the optimizer now inserts an additional instruction
* match optional `nonnull` attributes, which are inserted by the new LLVM (in rebranch)
They are inserted by the new LLVM (rebranch). It doesn't harm to match those attributes conditionally also in the main branch
@eeckstein
Copy link
Contributor Author

@swift-ci smoke test

@eeckstein eeckstein merged commit 819809b into swiftlang:main Nov 8, 2022
@eeckstein eeckstein deleted the test-fixes branch November 8, 2022 19:38
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.

1 participant