Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: swiftlang/swift-corelibs-xctest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5c7856d
Choose a base ref
...
head repository: swiftlang/swift-corelibs-xctest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 090b62c
Choose a head ref
  • 4 commits
  • 1 file changed
  • 4 contributors

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    448543b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Merge pull request #495 from jmschonfeld/support-swiftfoundation-6-0-…

    …cherrypick
    
    [6.0] Add new include path into Foundation when building tests
    parkera authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    a52c63c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Guard parse_version

    The most recent versions of `parse_version` throw an exception if the
    version is empty. The version passed in is only set on Darwin (call to
    `mac_ver()`, so it's causing test failures on newer versions of Linux
    since the test suite can't even start.
    
    Now, the only reason for the version parse is because the tests are
    looking at whether or not concurrency is available on the OS. This is
    only a limitation if we're working with Darwin. Swift 5.10 on Windows
    and Linux always have a Swift 5.10 concurrency runtime, so we don't even
    need to check for a version.
    
    rdar://128502662
    (cherry picked from commit 65e6ecd)
    (cherry picked from commit f26bc21)
    etcwilde authored and shahmishal committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    06d2ff3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #503 from swiftlang/cherry-pick-6.0.1-f26bc2138b8c…

    …d8f73317d7b7c019bf016ca5bc33
    
    [6.0.1] Guard parse_version
    shahmishal authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    090b62c View commit details
    Browse the repository at this point in the history
Loading