summary refs log tree commit diff
path: root/tests/run-make
AgeCommit message (Expand)AuthorLines
2024-04-27Also support MSVC in print-native-static-libs testUrgau-5/+18
2024-04-26Port run-make `--print=native-static-libs` to rmake.rsUrgau-19/+63
2024-04-25Keep the LIB env var in the compiler-builtins testDaniel Paoliello-1/+4
2024-04-25Rollup merge of #124257 - JoverZhang:rmake-diff, r=jieyouxuMatthias Krüger-4/+9
2024-04-25Rewrite `no-input-file.stderr` test in Rust and support diffJover Zhang-4/+9
2024-04-24Improve diagnostic for unknown --print requestUrgau-6/+0
2024-04-22Auto merge of #124112 - beetrees:incremental-os-str, r=Nadrierilbors-0/+27
2024-04-21Fix ICE when there is a non-Unicode entry in the incremental crate directorybeetrees-0/+27
2024-04-19Rollup merge of #123729 - jieyouxu:rmake-refactor-2, r=oli-obkMatthias Krüger-42/+19
2024-04-17Auto merge of #123936 - Mark-Simulacrum:zst-no-alloc, r=oli-obkbors-1/+1
2024-04-17tests: update cross-lang-lto-riscv-abi to use command wrappers许杰友 Jieyou Xu (Joe)-42/+19
2024-04-17Rollup merge of #122723 - bjorn3:archive_writer_fixes, r=nnethercoteMatthias Krüger-0/+32
2024-04-17Use the default file permissions when writingbjorn3-1/+10
2024-04-17Add regression test for #107495bjorn3-0/+23
2024-04-16Fix broken testMark Rousskov-1/+1
2024-04-17Rollup merge of #123975 - lqd:rust-lld-tests, r=jieyouxuGuillaume Gomez-19/+115
2024-04-16Rollup merge of #124023 - pacak:less-splody, r=jieyouxuGuillaume Gomez-0/+29
2024-04-16Allow workproducts without object files.Michael Baikov-0/+29
2024-04-16Rollup merge of #121694 - davidtwco:stabilize-relro-level, r=Mark-SimulacrumGuillaume Gomez-4/+4
2024-04-15add `link_arg` helper to `run_make_support`Rémy Rakic-5/+5
2024-04-15port `rust-lld-custom-target` test to rmakeRémy Rakic-7/+51
2024-04-15port `rust-lld` test to rmakeRémy Rakic-12/+64
2024-04-13Auto merge of #123656 - lqd:linker-features, r=petrochenkovbors-1/+5
2024-04-12test duplicate features, that the last `+/-lld` on the CLI winsRémy Rakic-0/+4
2024-04-12test self-contained linking via `-Zlinker-features=+lld`Rémy Rakic-1/+1
2024-04-12Rollup merge of #123763 - cuviper:host-rpath-run-make-v2, r=jieyouxuMatthias Krüger-5/+6
2024-04-10Set the host library path in run-make v2Josh Stone-5/+6
2024-04-10Rollup merge of #123612 - kxxt:riscv-target-abi, r=jieyouxu,nikic,DianQKMatthias Krüger-0/+88
2024-04-09run-make: make arg take AsRef<OsStr> instead of str5225225-1/+2
2024-04-09Convert tests/run-make/cross-lang-lto-riscv-abi to rmakekxxt-24/+74
2024-04-09Set target-abi module flag for RISC-V targetskxxt-0/+38
2024-04-08move exit-code to rmake5225225-12/+42
2024-04-07Auto merge of #123221 - pacak:cache_emit, r=fmease,jieyouxubors-0/+31
2024-04-06Rewrite version test as UI testOneirical-6/+0
2024-04-06Save/restore more items in cache with incremental compilationMichael Baikov-0/+31
2024-04-05Rollup merge of #123474 - jieyouxu:issue-7349-port, r=Mark-SimulacrumGuillaume Gomez-33/+0
2024-04-05Rollup merge of #123149 - jieyouxu:rmake-arguments-non-c-like-enum, r=Mark-Si...Guillaume Gomez-8/+20
2024-04-04Port issue-7349 to a codegen test许杰友 Jieyou Xu (Joe)-33/+0
2024-04-04move hir-tree test from run-make to ui testYaodong Yang-11/+0
2024-04-01Port argument-non-c-like-enum to Rust许杰友 Jieyou Xu (Joe)-8/+20
2024-04-01Fix error message for `env!` when env var is not valid Unicodebeetrees-0/+27
2024-03-31Rollup merge of #123180 - Oneirical:master, r=Mark-SimulacrumJubilee-4/+17
2024-03-30Rewrite core-no-fp-fmt-parse in RustOneirical-4/+17
2024-03-29Auto merge of #122450 - Urgau:simplify-trim-paths-feature, r=michaelwoeristerbors-13/+4
2024-03-28Replace `RemapFileNameExt::for_codegen` with explicit callsUrgau-3/+3
2024-03-28Simplify trim-paths feature by merging all debuginfo options togetherUrgau-11/+2
2024-03-27Use compiletest directives for ignoring targets许杰友 Jieyou Xu (Joe)-4/+4
2024-03-27Convert wasmtime check into a compiletest needs directive许杰友 Jieyou Xu (Joe)-9/+1
2024-03-27Use compiletest directives for properly only running wasm32-wasip1 tests on t...许杰友 Jieyou Xu (Joe)-44/+15
2024-03-27Auto merge of #122460 - jieyouxu:rmake-example-refactor, r=Nilstriebbors-105/+98