Skip to content

[test] Fix VarArgs test for architectures without Float80 #20641

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 2 commits into from
Nov 16, 2018

Conversation

moiseev
Copy link
Contributor

@moiseev moiseev commented Nov 16, 2018

Since FileCheck does not know anything about the #if blocks in the code,
it tries to match the expected string against the output that is simply
never produced.

Solving this by giving it an expected string even on the architectures that
don't provide Float80.

Fixes rdar://problem/45654446

Since FileCheck does not know anything about the `#if` blocks in the
code, it tries to match the expected string against the output that is
simply never produced.

Solving this by giving it an expected string even on the architectures
that don't provide Float80.

Fixes <rdar://problem/45654446>
@moiseev
Copy link
Contributor Author

moiseev commented Nov 16, 2018

@swift-ci Please test

@moiseev moiseev merged commit d042375 into swiftlang:master Nov 16, 2018
@moiseev moiseev deleted the varargs branch November 16, 2018 22:35
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