Skip to content

test: port most of the stdlib tests to Windows #21566

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
Jan 15, 2019

Conversation

compnerd
Copy link
Member

This adjusts the standard library test suite to mostly pass on Windows.
The remaining failures are due to various cases:

  • memory corruption (unresolved)
  • unresolved symbols (keypath metadata is not exported?)
  • withVAList failure (unresolved)
  • heap corruption (unresolved)
  • #import vs #include for ClangImporter

Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.

Resolves SR-NNNN.

@compnerd
Copy link
Member Author

@swift-ci please smoke test

@compnerd compnerd force-pushed the a-new-standard branch 2 times, most recently from 8c9864d to ec269de Compare January 8, 2019 22:00
@compnerd
Copy link
Member Author

compnerd commented Jan 9, 2019

@swift-ci please test

@swift-ci
Copy link
Contributor

swift-ci commented Jan 9, 2019

Build failed
Swift Test Linux Platform
Git Sha - 18517aed5e681a923c6b0fd503d4e1f42e453426

@swift-ci
Copy link
Contributor

swift-ci commented Jan 9, 2019

Build failed
Swift Test OS X Platform
Git Sha - 18517aed5e681a923c6b0fd503d4e1f42e453426

@compnerd
Copy link
Member Author

@swift-ci please smoke test and merge

@compnerd
Copy link
Member Author

@swift-ci please test and merge

This adjusts the standard library test suite to mostly pass on Windows.
The remaining failures are due to various cases:

- memory corruption (`_swift_stdlib_free` in swiftDemangle)
- heap corruption (canGrowUsingRealloc)
- withVAList failure (unresolved)
- unicode handling on the command line
@compnerd
Copy link
Member Author

@swift-ci please test and merge

@swift-ci swift-ci merged commit 894b99c into swiftlang:master Jan 15, 2019
@compnerd compnerd deleted the a-new-standard branch January 15, 2019 20:53
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