Skip to content

Adds test for fix to spaces in filenames in response files. #19316

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
Sep 14, 2018

Conversation

davidungar
Copy link
Contributor

Adds a test for files with spaces in response files. rdar://19314
Uses new testing flag added in #19313

@davidungar
Copy link
Contributor Author

@swift-ci please smoke test

@davidungar
Copy link
Contributor Author

@swift-ci please smoke test

// RUN: %empty-directory(%t)
// RUN: touch "%t/f i l e.swift"
//
// RUN: %swiftc_driver -driver-force-response-files -typecheck "%t/f i l e.swift"
Copy link
Contributor

Choose a reason for hiding this comment

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

This needs to be %target-build-swift, since it's going to actually run the frontend. I suppose you could use -parse instead of -typecheck and then it doesn't need the standard library or anything.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks! I've made those changes.

@davidungar
Copy link
Contributor Author

@swift-ci please smoke test

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