about summary refs log tree commit diff
path: root/tests/run-make/rustdoc-map-file
AgeCommit message (Collapse)AuthorLines
2025-06-19Adjust some run-make tests on cross-compileJieyou Xu-0/+2
2024-12-23remove unused imports from rmake testsRémy Rakic-2/+0
2024-08-16Reexport `serde_json` crate from run-make-support to give it access to ↵Guillaume Gomez-39/+36
`run-make` tests
2024-08-16Migrate `validate_json.py` script to rust in `run-make/rustdoc-map-file` testGuillaume Gomez-44/+47
2024-08-15About rmake testsGuillaume Gomez-1/+1
2024-06-11tests/run-make: update tests to use new API许杰友 Jieyou Xu (Joe)-1/+1
2024-06-07Remove all usages of `tmp_dir` from testsJakub Beránek-2/+2
2024-05-31Run rustfmt on `tests/run-make/`.Nicholas Nethercote-2/+2
With the exception of `tests/run-make/translation/test.rs`, which has a syntax error. The expected output in `rustdoc-error-lines/rmake.rs`'s required slight tweaking. The two `reproducible-build.rs` files need `// ignore-tidy-linelength` because rustfmt produces lines longer than 100 chars, which tidy doesn't like, yuk.
2024-05-14Use new utility functions/methods in run-make testsGuillaume Gomez-4/+2
2024-05-08Migrate `run-make/rustdoc-map-file` to rmakeGuillaume Gomez-5/+15
2023-06-16Apply changes to fix python linting errorsTrevor Gross-1/+1
2023-03-30Move almost all run-make-fulldeps to run-makeJoshua Nelson-0/+67
They pass fine.