-
Notifications
You must be signed in to change notification settings - Fork 13.3k
"./x.py test mir-opt --bless" no longer works #125365
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Cc @saethlin |
Maybe #122504 is related? But this can't be a build script, right? bootstrap must be calling |
In general, the mir-opt test setup is designed to dodge any use of the |
I've posted a fix in #125369. It seems to work locally. |
…, r=onur-ozkan Don't do cc detection for synthetic targets Fixes rust-lang#125365 Synthetic targets only exist for mir-opt tests, and the mir-opt tests suite is in general designed to avoid any use of a C compiler. We don't need to do CC detection. It's unclear to me how this code didn't cause issues before.
…, r=onur-ozkan Don't do cc detection for synthetic targets Fixes rust-lang#125365 Synthetic targets only exist for mir-opt tests, and the mir-opt tests suite is in general designed to avoid any use of a C compiler. We don't need to do CC detection. It's unclear to me how this code didn't cause issues before.
Rollup merge of rust-lang#125369 - saethlin:synthetic-targets-dont-cc, r=onur-ozkan Don't do cc detection for synthetic targets Fixes rust-lang#125365 Synthetic targets only exist for mir-opt tests, and the mir-opt test suite is in general designed to avoid any use of a C compiler. We don't need to do CC detection. It's unclear to me how this code didn't cause issues before.
Trying to bless mir-opt tests used to work fine on my Linux box, but some recent-ish change broke that:
The text was updated successfully, but these errors were encountered: