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

Move auxiliary directories to live with the tests #33228

Merged
merged 10 commits into from
May 7, 2016

Commits on May 6, 2016

  1. Configuration menu
    Copy the full SHA
    514b37e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef884bc View commit details
    Browse the repository at this point in the history
  3. move free functions in runtest into methods

    Also, promote the for loop iterating over revisions out into the
    top-level method, whereas before it was pushed down instead each test's
    method. Not entirely clear that this was the right call.
    nikomatsakis committed May 6, 2016
    Configuration menu
    Copy the full SHA
    6b10756 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77ae759 View commit details
    Browse the repository at this point in the history
  5. move auxiliary builds to a test-relative aux

    Instead of finding aux-build files in `auxiliary`, we now search for an
    `aux` directory relative to the test. So if your test is
    `compile-fail/foo.rs`, we would look in `compile-fail/aux`.  Similarly,
    we ignore the `aux` directory when searching for tets.
    nikomatsakis committed May 6, 2016
    Configuration menu
    Copy the full SHA
    fbc082d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce0f73b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    47c8179 View commit details
    Browse the repository at this point in the history
  8. add missing aux files

    nikomatsakis committed May 6, 2016
    Configuration menu
    Copy the full SHA
    cefc5b6 View commit details
    Browse the repository at this point in the history
  9. s/aux/auxiliary, because windows

    For legacy reasons (presumably), Windows does not permit files name aux.
    nikomatsakis committed May 6, 2016
    Configuration menu
    Copy the full SHA
    8b1941a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7070124 View commit details
    Browse the repository at this point in the history