Skip to content

Revert "Gating failing SILOptimizer tests" #58887

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
May 13, 2022

Conversation

eeckstein
Copy link
Contributor

This reverts commit 3be4a03.

The tests were failing on linux because of C++ string interop is now used in Function.name.
As Function.name now returns a StringRef, this should not be a problem anymore.

Though, the underlying problem is not fixed.

rdar://92963081

This reverts commit 3be4a03.

The tests were failing on linux because of C++ string interop is now used in Function.name.
As Function.name now returns a StringRef, this should not be a problem anymore.

Though, the underlying problem is not fixed.
@eeckstein
Copy link
Contributor Author

@swift-ci smoke test

@eeckstein eeckstein merged commit 838adb3 into swiftlang:main May 13, 2022
@eeckstein eeckstein deleted the re-enable-ei-tests branch May 13, 2022 10:38
@egorzhdan
Copy link
Contributor

I think the Linux failure is likely caused by print("value:\(value)") which calls Value.description which uses C++ interop, and was modified in the std::string patch.

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