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

[WIP] Fix failing tests for Python 3.11 on MacOS #4252

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Oct 26, 2022

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

Commits on Oct 28, 2022

  1. fix test/builderrors.py to properly fail with too long commandline by…

    … querying getconf ARG_MAX to find out actual limit and create arg longer than that, left default at previous lenght which was hardcoded
    bdbaddog committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    bda703f View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. Fix test/scons-time/run/option/verbose.py for macOS. For some reason …

    …this test is not consistently getting the path from tempdir or the realpath() of that, so create a regex with both (only for macOS)
    bdbaddog committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    cb7d1b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

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

Commits on Jan 2, 2023

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

Commits on May 19, 2024

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