Migrate pdb-buildinfo-cl-cmd and pgo-indirect-call-promotion run-make tests to rmake#128363
Conversation
|
@bors try |
… r=<try> Migrate `pdb-buildinfo-cl-cmd` and `pgo-indirect-call-promotion` `run-make` tests to rmake Part of rust-lang#121876 and the associated [Google Summer of Code project](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html). Please try: try-job: x86_64-msvc
This comment has been minimized.
This comment has been minimized.
|
💔 Test failed - checks-actions |
c866959 to
c474342
Compare
|
This PR modifies cc @jieyouxu Some changes occurred in src/tools/compiletest cc @jieyouxu |
|
Invalid UTF-8 error. Maybe this will fare better, but I have doubts.
@rustbot ready Please run try again, if you think this stands a shot. |
Shouldn't we use something like |
|
Yeah. PDB is a binary format so it's highly unlikely to be valid UTF-8 and doing a lossy conversion seems like a lot of unnecessary work. Basically this should read the file as bytes ( EDIT: I think |
|
Yeah we could use something like @rustbot author |
|
☔ The latest upstream changes (presumably #128075) made this pull request unmergeable. Please resolve the merge conflicts. |
446da3a to
76c5149
Compare
|
Okay, I gave the @rustbot review |
|
@Oneirical github still says there is a conflict in |
Yes, it was caused by #128757 which just got merged. Edit: I rebased it, it showed some conflicts which I deleted, and force pushed, but it doesn't seem that anything is appearing in this PR webpage? Maybe it just needs time. |
|
This is very weird, my Github branch here is different from the files changed tab in this PR. Note the |
|
Some changes occurred in compiler/rustc_codegen_gcc These commits modify the If this was unintentional then you should revert the changes before this PR is merged. HIR ty lowering was modified cc @fmease Some changes occurred in src/doc/rustc/src/platform-support cc @Noratrieb Some changes occurred in compiler/rustc_codegen_cranelift cc @bjorn3 |
|
There are merge commits (commits with multiple parents) in your changes. We have a no merge policy so these commits will need to be removed for this pull request to be merged. You can start a rebase with the following commands: The following commits are merge commits: |
|
??? |
1d84e17 to
7d1a97f
Compare
|
I'm not too sure what happened there, but it seems like everything is back the way it should, and that the ghost merge conflict is gone. Please re-approve. |
|
Maybe you rebased onto the local @bors r=jieyouxu |
…iaskrgr Rollup of 4 pull requests Successful merges: - rust-lang#128363 (Migrate `pdb-buildinfo-cl-cmd` and `pgo-indirect-call-promotion` `run-make` tests to rmake) - rust-lang#128384 (Add tests to ensure MTE tags are preserved across FFI boundaries) - rust-lang#128636 (migrate `thumb-none-cortex-m` to rmake) - rust-lang#128696 (Migrate `staticlib-dylib-linkage` `run-make` test to rmake) Failed merges: - rust-lang#128407 (Migrate `min-global-align` and `no-alloc-shim` `run-make` tests to rmake) - rust-lang#128639 (migrate `thumb-none-qemu` to rmake) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#128363 - Oneirical:not-to-be-undertestimated, r=jieyouxu Migrate `pdb-buildinfo-cl-cmd` and `pgo-indirect-call-promotion` `run-make` tests to rmake Part of rust-lang#121876 and the associated [Google Summer of Code project](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html). Please try: try-job: x86_64-msvc try-job: x86_64-mingw try-job: i686-msvc try-job: i686-mingw try-job: x86_64-gnu-llvm-17 try-job: aarch64-apple
|
This merged already, why did it get picked up? @bors retry |
|
@bors r- |
|
Bors didn't correctly mark a couple PRs as merged, isn't @bors treeclosed=100 edit: resync started |
Part of #121876 and the associated Google Summer of Code project.
Please try:
try-job: x86_64-msvc
try-job: x86_64-mingw
try-job: i686-msvc
try-job: i686-mingw
try-job: x86_64-gnu-llvm-17
try-job: aarch64-apple