rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
98.53k stars 12.74k forks source link

aux-build `tests/crashes` tests don't seem to work #133009

Closed BoxyUwU closed 3 minutes ago

BoxyUwU commented 17 hours ago

cc @jieyouxu

Is it possible to write a tests/crashes test with aux-build? @camelid tried in #131081 but tidy complains that crashes/auxiliary/aux123456.rs doesnt have a known-bug annotation/

matthiaskrgr commented 17 hours ago

Ah yes, right now it simply checks every single file as I didn't have aux tests in mind 😅

Guess we can just ignore everything in crashes/auxiliary when checking for the bug number..?

jieyouxu commented 16 hours ago

Probably a path suffix match, aux build logic expects aux file to be under an auxiliary/ folder.