-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[StdLib] Refactor DictionaryKeyValueTypes test input data #968
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
[StdLib] Refactor DictionaryKeyValueTypes test input data #968
Conversation
This change splits |
Thanks. I've updated the PR with those calls. |
Can one of the admins verify this patch? |
@swift-ci Please test |
The linux test here failed because of a check out failure (not sure why). Rerunning the linux platform. @swift-ci Please test Linux Platform |
@ezephir Can you update the PR so it merges cleanly and we can retest it? Thanks. |
Split the input file into a pure Swift and Objective-C interop files in anticipation of refactoring tests to remove XFAILs on Linux.
@dabrahams Updated! Thanks. |
@swift-ci Please test |
Passes tests... Merging. |
[StdLib] Refactor DictionaryKeyValueTypes test input data
@dabrahams Did you review? |
@gribozavr Sorry if that was premature. I can revert if/when you want me to. |
I reviewed it, LGTM. |
…-nightly Update BASE_URL in install-nightly-toolchain.sh
Split the input file into a pure Swift and Objective-C interop files in
anticipation of refactoring tests to remove XFAILs on Linux.
Tested on OS X 10.10 and Ubuntu 14.04.