-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Reduce the entry on src/test/ui
(UI test root)
#80539
Conversation
For what it is worth I always have trouble figuring out whether I should just drop a test at the root or, if not, which directory I should use, when I am adding a test. Having to deal with a fairly arbitrary limit on number of tests seems like a notable contributor roadblock to me. |
@nagisa I think if there's no hard limit this is an improvement. If there are ~100 files to start, then 101 isn't a big deal, it's only an issue because so many have accumulated over time. |
Two comments:
|
r=me with or without addressing the comments. |
10174d2
to
94fac1c
Compare
Makes sense, renamed "block" to "old-closure" and moved to the "closures" dir (didn't remove them just in case).
I think it reduces confusion too, I'm going to merge them but if someone thinks it should be separated, we could revert that commit and rename the dirs to something like @bors r=petrochenkov |
📌 Commit 94fac1cfdadd779a08299d5ee4b80a9de6627d8a has been approved by |
The job Click to see the possible cause of the failure (guessed by this bot)
|
Oops, forgot to bless the tests, @bors r- |
94fac1c
to
9fb9f29
Compare
@bors r=petrochenkov |
📌 Commit 9fb9f29 has been approved by |
☀️ Test successful - checks-actions |
CC #73494, similar to #79776.
r? @petrochenkov