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

Remove empty test suite tests/run-make-fulldeps #126155

Merged
merged 4 commits into from
Jun 9, 2024

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    b8e734a View commit details
    Browse the repository at this point in the history
  2. Remove useless feature gate test for #[feature(extern_prelude)]

    This test never actually checked anything useful, so presumably it only existed
    to silence the tidy check for feature gate tests, with the real checks being
    performed elsewhere (in tests that have since been deleted).
    Zalathar committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    92a56ff View commit details
    Browse the repository at this point in the history
  3. Make job x86_64-gnu-debug run a subset of run-make tests

    It looks like this job was intending to run all of the `needs-matching-clang`
    tests (since they don't run without `RUSTBUILD_FORCE_CLANG_BASED_TESTS`), but
    over time developed two problems:
    
    - The tests it cares about were moved from run-make-fulldeps to run-make.
    - Some of the relevant tests don't actually have "clang" in their name.
    
    Switching to run-make solves the first problem, but we still don't run the
    tests without "clang" in their name, because some of them are currently broken.
    Zalathar committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    0f8c3ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5223bf4 View commit details
    Browse the repository at this point in the history