-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rust test suite has too many files in one directory #20796
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
Comments
They are still findable through GitHub's file finder (press |
/cc @rust-lang/compiler , is this a bug we'd like to fix? if so, how should this be organized? |
@steveklabnik AFAIK, @nikomatsakis has been working on turning the test directories into trees. |
We now have the capability to fix it, yes, but I'm not yet sure of the optimal organization. Having subdirectories is good but I've often found also that there are tests which span categories. Using Longer term I have a strong desire to have things organized such that we can easily answer the question "is there a test covering this scenario"? As far as I am concerned, our test-base right now is effectively "write only". This is however a very challenging problem -- and not one we will be to answer with just file names and directory conventions. Anyway, a couple of thoughts:
|
I believe compiletest has since been refactored to support subdirectories, so now this is just a PR away from trimming down the number of tests! Since this doesn't seem to actively be causing problems, though, I'm going to close. |
This causes warnings in GitHub code browser. Browsing src/test/run-pass warns "Sorry, we had to truncate this directory to 1,000 files. 862 entries were omitted from the list."
The text was updated successfully, but these errors were encountered: