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

Run the full stage 2 run-make test suite in x86_64-gnu-debug #131917

Merged
merged 6 commits into from
Oct 25, 2024

Commits on Oct 22, 2024

  1. run_make_support: allow obtaining raw stdout/stderr

    And match `stdout/stderr` lossy UTF-8 helpers.
    jieyouxu committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    921e2f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    562d08e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef743af View commit details
    Browse the repository at this point in the history
  4. tests/run-make: port issue-84395-lto-embed-bitcode to rmake.rs

    Co-authored-by: Oneirical <manchot@videotron.ca>
    jieyouxu and Oneirical committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e641b6c View commit details
    Browse the repository at this point in the history
  5. ci: run the full run-make test suite

    Instead of filtering `run-make` tests whose test names contain the
    `clang` substring.
    jieyouxu committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    0ccc62a View commit details
    Browse the repository at this point in the history
  6. ci: switch x86_64-gnu-debug to use a large disk runner

    Full stage 2 build + run-make with full debug info seems to overwhelm
    the standard 4c runner's storage capacity.
    jieyouxu committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    03c7f99 View commit details
    Browse the repository at this point in the history