Skip to content
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

[tests] Skip framework-test on iOS and tvOS. #20590

Merged
merged 16 commits into from
May 30, 2024

Commits on May 9, 2024

  1. [tests] Skip framework-test on iOS and tvOS.

    This test doesn't work when building on iossimulator-arm64 or
    tvossimulator-arm64, because we're trying to use a fat framework which doesn't
    have that architecture (it contains the device arm64 architecture instead).
    
    So just disable this test on iOS and tvOS - the solution is using an
    xcframework, and we already have a different test for that.
    rolfbjarne committed May 9, 2024
    Configuration menu
    Copy the full SHA
    7f1798d View commit details
    Browse the repository at this point in the history
  2. Fix build

    rolfbjarne committed May 9, 2024
    Configuration menu
    Copy the full SHA
    770b6eb View commit details
    Browse the repository at this point in the history
  3. Update tests.

    rolfbjarne committed May 9, 2024
    Configuration menu
    Copy the full SHA
    d4c4fa1 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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

Commits on May 21, 2024

  1. Update more tests.

    rolfbjarne committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4c8cca3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b963b97 View commit details
    Browse the repository at this point in the history
  3. Auto-format source code

    GitHub Actions Autoformatter committed May 21, 2024
    Configuration menu
    Copy the full SHA
    286eaaf View commit details
    Browse the repository at this point in the history
  4. Massage a bit.

    rolfbjarne committed May 21, 2024
    Configuration menu
    Copy the full SHA
    eab4345 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Try something else.

    rolfbjarne committed May 22, 2024
    Configuration menu
    Copy the full SHA
    ffe99ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02e313c View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    3b023ee View commit details
    Browse the repository at this point in the history
  2. Update Windows tests.

    rolfbjarne committed May 27, 2024
    Configuration menu
    Copy the full SHA
    111503c View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

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

Commits on May 29, 2024

  1. Let's try this.

    rolfbjarne committed May 29, 2024
    Configuration menu
    Copy the full SHA
    4bfc186 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d543dc2 View commit details
    Browse the repository at this point in the history
  3. Tweak

    rolfbjarne committed May 29, 2024
    Configuration menu
    Copy the full SHA
    3c51a8b View commit details
    Browse the repository at this point in the history