Skip to content

Releases: swiftlang/swift-integration-tests

Swift 6.1 Release

01 Apr 08:19
54d6672
Compare
Choose a tag to compare

What's Changed

  • Temporarily disable failing SourceKit LSP test by @bnbarham in #132
  • Rewrite test-sourcekit-lsp.py to not rely on --sync option 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 communicate to wait for subprocess to exit by @bnbarham in #154

New Contributors

Full Changelog: swift-6.0.3-RELEASE...swift-6.1-RELEASE

Swift 6.0.3 Release

13 Dec 07:12
2fc62ec
Compare
Choose a tag to compare

What's Changed

  • [6.0] Add basic integration tests for Swift Testing. by @grynspan in #147

Full Changelog: swift-6.0.2-RELEASE...swift-6.0.3-RELEASE

Swift 5.10.1 Release

06 Jun 19:10
c1c3058
Compare
Choose a tag to compare
swift-5.10.1-RELEASE

Merge pull request #138 from etcwilde/ewilde/5.10-ignore-lldb-cpython…

Swift 5.10 Release

06 Mar 16:13
7d6bf13
Compare
Choose a tag to compare

What's Changed

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

05 Feb 01:47
Compare
Choose a tag to compare

Swift 4.2.1 Release

10 Nov 17:30
Compare
Choose a tag to compare
Merge pull request #25 from aciidb0mb3r/elim-need-for-pkg

Add test for blocks support

Swift 4.2 Release

26 Sep 22:52
Compare
Choose a tag to compare
Merge pull request #25 from aciidb0mb3r/elim-need-for-pkg

Add test for blocks support

swift-3.0-PREVIEW-1

13 Jun 22:08
Compare
Choose a tag to compare
Merge pull request #7 from ddunbar/test-for-PR373

Add a test that `swift package update` checks for modified packages.