about summary refs log tree commit diff
path: root/tests/run-make/rustdoc-scrape-examples-macros
AgeCommit message (Collapse)AuthorLines
2025-02-27Fix test directives that were accidentally ignoredYotam Ofek-4/+4
2024-08-15About rmake testsGuillaume Gomez-2/+2
2024-08-03Ensure `Rustc::print` use in `rmake` testsJerry Wang-2/+1
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-11/+8
2024-06-08Remove unnecessary functions and the last mention of TMPDIR from ↵Jakub Beránek-1/+1
`run-make-support`
2024-06-07Address review commentsJakub Beránek-2/+2
2024-06-07Remove all usages of `tmp_dir` from testsJakub Beránek-6/+5
2024-05-31Run rustfmt on `tests/run-make/`.Nicholas Nethercote-6/+8
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-22Migrate `run-make/rustdoc-scrape-examples-macros` to `rmake.rs`Guillaume Gomez-19/+64
2023-03-30ignore failing cross-compiled run-make testsJoshua Nelson-0/+1
`run-make-fulldeps` is never cross-compiled, so a lot of these tests never accounted for --target. Ignore them when cross-compiling for now.
2023-03-30Move almost all run-make-fulldeps to run-makeJoshua Nelson-0/+96
They pass fine.