-
Notifications
You must be signed in to change notification settings - Fork 13.4k
./x.py test
panics
#113963
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
you don't have dir |
it doesn't exists until fetching the submodule |
Seems like I don't have that submodule checked out; I don't work on the book so it's not needed (and I keep the checked-out submodules to a minimum to avoid having to update them all the time). |
I reproduced it in local, without
in config.toml and don't update submodule manually, |
I can fix it tomorrow, feel free to work on it if you want to fix it earlier. |
@ozkanonur by the way, do you know why we use those rust/src/tools/compiletest/src/lib.rs Line 165 in 548978f
|
Not particularly, I am not so familiar with the compiletest code. Probably we panic there so the compiletest runner process can handle(being able to understand compiletest was failed) that. |
The fix shouldn't make any changes on the compiletest side. We just need to avoid using submodules(if doesn't exists) instead of assuming that they exist. |
Yes, that's another issue, I just met it today. |
This might not be a valid request (I have to tell it what to test), but surely it shouldn't just result in such an obscure panic.
Cc @rust-lang/bootstrap
The text was updated successfully, but these errors were encountered: