about summary refs log tree commit diff
path: root/tests/run-make/rustdoc-verify-output-files
AgeCommit message (Collapse)AuthorLines
2023-04-13Rollup merge of #109036 - chenyukang:yukang/fix-testcase, r=jyn514Matthias Krüger-2/+2
Fix diff option conflict in UI test Trivial fix for test case `tests/run-make/rustdoc-verify-output-files`, it's failing on MacOS, the `-u` option specifies the unified context format, while the `-q` option specifies only brief output. These two options are incompatible, since the unified context format produces a more detailed output than the brief output format.
2023-03-30move `tools.mk` to run-makeJoshua Nelson-1/+1
apparently I missed some tests in the last commit. Rather than having dozens of tests use the long version, use the short version in `run-make` and the long version in `run-make-fulldeps` (which is now only three tests)
2023-03-12Fix diff option conflict in UI testyukang-2/+2
2023-03-05fix inconsistent json outputs from rustdocozkanonur-9/+5
Signed-off-by: ozkanonur <work@onurozkan.dev>
2023-01-11Move /src/test to /testsAlbert Larsan-0/+37