about summary refs log tree commit diff
path: root/tests/run-make/compiler-builtins
AgeCommit message (Expand)AuthorLines
2024-09-24Update `run-make` tests to use `cargo` wrapper cmd许杰友 Jieyou Xu (Joe)-33/+23
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-09-20Pass the current cargo to `run-make` testsJosh Stone-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+4
2024-07-17tests: update for `rfs` rename许杰友 Jieyou Xu (Joe)-1/+1
2024-07-17tests: update for renamed `fs` module in run_make_support许杰友 Jieyou Xu (Joe)-1/+1
2024-06-11Implement fs wrapper for run_make_supportOneirical-3/+3
2024-06-11tests/run-make: update tests to use new API许杰友 Jieyou Xu (Joe)-1/+1
2024-06-08Migrate runmake tests away from custom commands and `command_output`Jakub Beránek-6/+3
2024-06-07Remove all usages of `tmp_dir` from testsJakub Beránek-15/+11
2024-06-04Auto merge of #125989 - GuillaumeGomez:rollup-xu69i13, r=GuillaumeGomezbors-5/+5
2024-06-04Create `run-make` `env_var` and `env_var_os` helpersGuillaume Gomez-5/+5
2024-06-04compiler-builtins: don't clear env vars for cargo invocation许杰友 Jieyou Xu (Joe)-1/+0
2024-05-03Allow `fmt` to run on `rmake.rs` test filesGuillaume Gomez-16/+16
2024-05-02Cleanup: Rid the `rmake` test runners of `extern crate run_make_support;`León Orell Valerian Liehr-2/+0
2024-04-25Keep the LIB env var in the compiler-builtins testDaniel Paoliello-1/+4
2024-04-10Set the host library path in run-make v2Josh Stone-5/+6
2024-03-27Use compiletest directives for ignoring targets许杰友 Jieyou Xu (Joe)-4/+4
2024-03-24Rework rmake support library to have a weakly-typed API with helper methods许杰友 Jieyou Xu (Joe)-4/+4
2024-03-20Add a testBen Kimock-0/+142