Releases: swiftlang/swift-integration-tests
Releases · swiftlang/swift-integration-tests
Swift 6.1.1 Release
Full Changelog: swift-6.1-RELEASE...swift-6.1.1-RELEASE
Swift 6.1 Release
What's Changed
- Temporarily disable failing SourceKit LSP test by @bnbarham in #132
 - Rewrite test-sourcekit-lsp.py to not rely on 
--syncoption in sourcekit-lsp by @ahoppen in #133 - Ignore notifications sent from sourcekit-lsp when waiting for a request reply by @ahoppen in #134
 - [Linux] Add .cfg files to the list of files to ignore in /usr/bin. by @al45tair in #136
 - Update test-static-stdlib for swift-foundation by @jmschonfeld in #139
 - Delete CONTRIBUTING.md by @parispittman in #141
 - Update README.md by @parispittman in #142
 - Fix file URL in test-static-stdlib by @jrflat in #143
 - Update checked linux rpath to disallow 
/opt/by @finagolfin in #145 - Add basic integration tests for Swift Testing. by @grynspan in #146
 - Add package tests for FoundationEssentials, FoundationInternationalization, and FoundationMacros by @jmschonfeld in #149
 - [6.1] Read stdout from sourcekit-lsp in binary mode instead of text mode by @ahoppen in #153
 - [6.1][test-sourcekit-lsp] Use 
communicateto wait for subprocess to exit by @bnbarham in #154 
New Contributors
- @parispittman made their first contribution in #141
 
Full Changelog: swift-6.0.3-RELEASE...swift-6.1-RELEASE
Swift 6.0.3 Release
What's Changed
Full Changelog: swift-6.0.2-RELEASE...swift-6.0.3-RELEASE
Swift 5.10.1 Release
swift-5.10.1-RELEASE Merge pull request #138 from etcwilde/ewilde/5.10-ignore-lldb-cpython…
Swift 5.10 Release
What's Changed
- Check the runpaths for more ELF binaries by @finagolfin in #113
 - Make sure that no shared libraries or executables on linux ship with a /home runpath from the build host again by @finagolfin in #114
 - Update swift-package-with-spaces.txt by @neonichu in #116
 - adjust test for altered SPM behaviour by @compnerd in #117
 - Create CODEOWNERS, add entries for static linking by @MaxDesiatov in #119
 - SR-9384: Revert disabling test-static-stdlib.test by @spevans in #78
 - Update the ELF liblldb.so runpath for swiftlang/llvm-project#7359 by @finagolfin in #121
 - Set PYTHONIOENCODING for all lit tests by @bnbarham in #120
 
New Contributors
Full Changelog: swift-5.9.2-RELEASE...swift-5.10-RELEASE
swift-4.2.2-RELEASE: Merge pull request #25 from aciidb0mb3r/elim-need-for-pkg
Add test for blocks support
Swift 4.2.1 Release
Merge pull request #25 from aciidb0mb3r/elim-need-for-pkg Add test for blocks support
Swift 4.2 Release
Merge pull request #25 from aciidb0mb3r/elim-need-for-pkg Add test for blocks support
swift-3.0-PREVIEW-1
Merge pull request #7 from ddunbar/test-for-PR373 Add a test that `swift package update` checks for modified packages.