about summary refs log tree commit diff
path: root/tests/run-make
AgeCommit message (Expand)AuthorLines
2024-06-11Auto merge of #125752 - jieyouxu:kaboom, r=Kobzolbors-8/+8
2024-06-11tests/run-make: update tests to use new API许杰友 Jieyou Xu (Joe)-8/+8
2024-06-11Rename `needs-matching-clang` to `needs-force-clang-based-tests`Zalathar-5/+17
2024-06-10Rollup merge of #126223 - jieyouxu:rmake-run-in-tmpdir-self-test, r=KobzolMatthias Krüger-0/+38
2024-06-10Rollup merge of #126211 - lolbinarycat:llvm-outputs-rmake, r=jieyouxuMatthias Krüger-5/+20
2024-06-10run-make: add run_in_tmpdir self-test许杰友 Jieyou Xu (Joe)-0/+38
2024-06-10migrate tests/run-make/llvm-outputs to use rmake.rsbinarycat-5/+20
2024-06-09rewrite `short-ice` in `rmake` formatOneirical-46/+31
2024-06-09rustdoc: Add support for --remap-path-prefixEdward Shen-0/+2
2024-06-09Auto merge of #126087 - jieyouxu:rmake-docs, r=Kobzolbors-0/+43
2024-06-08run-make: add some basic docs about the test suite's setup许杰友 Jieyou Xu (Joe)-0/+43
2024-06-08Migrate runmake tests away from custom commands and `command_output`Jakub Beránek-107/+86
2024-06-08Auto merge of #126097 - Kobzol:runmake-change-cwd, r=jieyouxubors-240/+199
2024-06-08Fix windows testJakub Beránek-2/+2
2024-06-08Remove unnecessary functions and the last mention of TMPDIR from `run-make-su...Jakub Beránek-16/+17
2024-06-07Rollup merge of #126112 - Kobzol:runmake-source-root, r=jieyouxuMatthias Krüger-2/+2
2024-06-07Address review commentsJakub Beránek-8/+8
2024-06-07Remove all usages of `tmp_dir` from testsJakub Beránek-206/+175
2024-06-07Fix `bare-outfile` testJakub Beránek-5/+1
2024-06-07Fix `mixing-formats` run-make testJakub Beránek-17/+10
2024-06-07Do not pass source root when building run-make testsJakub Beránek-2/+2
2024-06-06Rollup merge of #126098 - Kobzol:remove-same-lib-runmake-test, r=jieyouxuJubilee-32/+0
2024-06-06Auto merge of #126104 - workingjubilee:rollup-t1ac2ld, r=workingjubileebors-18/+19
2024-06-06Rollup merge of #126081 - Kobzol:run-make-relative-paths, r=jieyouxuJubilee-13/+13
2024-06-06Rollup merge of #126064 - GuillaumeGomez:migrate-run-make-manual-crate-name, ...Jubilee-5/+6
2024-06-06Remove `same-lib-two-locations-no-panic` run-make testJakub Beránek-32/+0
2024-06-06Do not use relative paths to Rust source root in run-make testsJakub Beránek-13/+13
2024-06-06add non-regression run-make test for issues 125474, 125484, and 125646Rémy Rakic-0/+28
2024-06-06Migrate `run-make/manual-crate-name` to `rmake.rs`Guillaume Gomez-5/+6
2024-06-05Rollup merge of #125683 - Oneirical:patience-testing-test, r=jieyouxuJubilee-34/+57
2024-06-04Auto merge of #125989 - GuillaumeGomez:rollup-xu69i13, r=GuillaumeGomezbors-8/+7
2024-06-04rewrite suspicious-library in rmakeOneirical-27/+29
2024-06-04Auto merge of #125426 - jieyouxu:rmake-support-env-reset, r=saethlinbors-1/+0
2024-06-04Create `run-make` `env_var` and `env_var_os` helpersGuillaume Gomez-8/+7
2024-06-04compiler-builtins: don't clear env vars for cargo invocation许杰友 Jieyou Xu (Joe)-1/+0
2024-06-04Rollup merge of #125818 - Urgau:print-check-cfg-no-values, r=petrochenkov许杰友 Jieyou Xu (Joe)-0/+14
2024-06-04Auto merge of #122597 - pacak:master, r=bjorn3bors-0/+66
2024-06-03Auto merge of #125383 - Oneirical:bundle-them-up, r=jieyouxubors-106/+128
2024-06-02Remove some allowed-makefilesOneirical-70/+77
2024-06-02Rollup merge of #125808 - GuillaumeGomez:migrate-run-make-c-link-to-rust-dyli...Jubilee-21/+41
2024-06-02Rollup merge of #125849 - GuillaumeGomez:migrate-emit-named-files, r=jieyouxuJubilee-33/+25
2024-06-02Migrate `run-make/c-link-to-rust-dylib` to `rmake.rs`Guillaume Gomez-21/+41
2024-06-02Handle no values cfg with --print=check-cfgUrgau-0/+14
2024-06-02Auto merge of #125822 - Urgau:print-check-cfg-refactor-test, r=jieyouxubors-64/+86
2024-06-01Migrate `run-make/emit-named-files` to `rmake.rs`Guillaume Gomez-33/+25
2024-06-01Migrate `run-make/cdylib` to `rmake.rs`Guillaume Gomez-23/+36
2024-05-31Refactor --print=check-cfg testUrgau-64/+86
2024-05-31Auto merge of #125759 - nnethercote:format-some-tests, r=GuillaumeGomezbors-371/+422
2024-05-31Run rustfmt on `tests/run-make/`.Nicholas Nethercote-371/+422
2024-05-30rewrite mixing-formats testOneirical-75/+87