diff options
| author | bors <bors@rust-lang.org> | 2025-01-29 22:01:53 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-01-29 22:01:53 +0000 |
| commit | 4a5f1cc52b7546c61462f1d92b60cc80d40e170f (patch) | |
| tree | 512107eb32f36bf4b0e09f29135b0fa3d9e5e1b8 /compiler/rustc_codegen_llvm/src | |
| parent | ae5de6c759cd337ecdb2de4e94f47eaafb5d4606 (diff) | |
| parent | 6f5a1035f8b3694e519598ddb27d884a591e0d32 (diff) | |
| download | rust-4a5f1cc52b7546c61462f1d92b60cc80d40e170f.tar.gz rust-4a5f1cc52b7546c61462f1d92b60cc80d40e170f.zip | |
Auto merge of #135818 - jieyouxu:migrate-translation, r=compiler-errors
tests: Port `translation` to rmake.rs
Part of #121876.
This PR partially supersedes #129011 and is co-authored with `@Oneirical.`
## Summary
This PR ports `tests/run-make/translation` to rmake.rs. Notable changes from the Makefile version include:
- We now actually fail if the rustc invocations fail... The Makefile did not have `SHELL=/bin/bash -o pipefail`, so all the piped rustc invocations to grep vacuously succeeded, even if the broken ftl test case actually regressed over time and ICEs on current master.
- That test case is converted to assert it fails with a FIXME backlinking to #135817.
- The test coverage is expanded to not ignore windows. Instead, the test now uses symlink capability detection to gate test execution.
- Added some backlinks to relevant tracking issues and the initial translation infra implementation PR.
## Review advice
Best reviewed commit-by-commit.
r? compiler
try-job: aarch64-apple
try-job: i686-mingw
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
