about summary refs log tree commit diff
path: root/src/bootstrap/test.rs
AgeCommit message (Expand)AuthorLines
2022-01-21Override rustc version in ui and mir-opt tests to get stable hashesThe 8472-0/+3
2021-11-10Update more rustc/libtest things for wasm64Alex Crichton-1/+1
2021-11-09Allow to run a specific rustdoc-js* testGuillaume Gomez-33/+20
2021-10-10Rollup merge of #89520 - GuillaumeGomez:cache-rustdoc-gui-test, r=Mark-Simula...Matthias Krüger-1/+1
2021-10-07Remove unused clippy bootstrap env varsCameron Steffen-8/+1
2021-10-04Don't rebuild GUI test crates every time you run test src/test/rustdoc-guiGuillaume Gomez-1/+1
2021-09-20Adjust to SourceType::InTree in several placesMark Rousskov-1/+1
2021-09-13 * Enable generate-link-to-def feature on a rustdoc GUI testGuillaume Gomez-0/+5
2021-08-16Take into account jobs number for rustdoc gui testsGuillaume Gomez-0/+2
2021-08-03Add x.py option to --force-rerun compiletest testsSmitty-0/+4
2021-07-21Remove cargo workspace to build rustdoc-gui test crates because of cargo conf...Guillaume Gomez-11/+20
2021-07-21Auto merge of #82653 - jyn514:submodules-on-demand, r=Mark-Simulacrumbors-1/+4
2021-07-20Update all submodules that rustbuild doesn't depend on lazilyJoshua Nelson-1/+4
2021-07-12Simplify build system for rustdoc-gui test cratesGuillaume Gomez-14/+12
2021-07-07Clean up rustdoc static filesGuillaume Gomez-1/+1
2021-06-28Add new tool to check HTML:Guillaume Gomez-1/+44
2021-06-22Rollup merge of #86297 - GuillaumeGomez:rustdoc-gui-args, r=Mark-SimulacrumYuki Okushi-0/+3
2021-06-21Rollup merge of #86156 - ehuss:linkchecker-fixes, r=Mark-SimulacrumYuki Okushi-0/+17
2021-06-17Lazify is_really_default condition in the RustdocGUI bootstrap stepThe8472-3/+3
2021-06-16Allow to pass arguments to rustdoc-gui toolGuillaume Gomez-0/+3
2021-06-14Allow to run only a few GUI testsGuillaume Gomez-1/+8
2021-06-10Auto merge of #86098 - pietroalbini:test-stable, r=Mark-Simulacrumbors-0/+2
2021-06-10Auto merge of #82639 - jyn514:stable-options, r=Mark-Simulacrumbors-1/+0
2021-06-09Test the linkchecker itself.Eric Huss-0/+17
2021-06-07build doctests with lld if use-lld = trueThe8472-15/+2
2021-06-07ignore ui-fulldeps/session-derive-errors.rs on beta and stablePietro Albini-0/+2
2021-06-06Don't pass -Z unstable-options by default for UI testsJoshua Nelson-1/+0
2021-06-04rustdoc: link to stable/beta docs consistently in documentationJoshua Nelson-0/+1
2021-06-03fix testing Miri with --stage 0Ralf Jung-2/+2
2021-05-26Enforce rustdoc-gui test-suite runGuillaume Gomez-48/+72
2021-05-14Update bootstrap for in-tree rustfmtJoshua Nelson-12/+4
2021-05-11Make rustdoc-gui test suite able to run with different sub directoriesGuillaume Gomez-3/+3
2021-05-11Move rustdoc-gui rust libraries into their own folder and prepare the field f...Guillaume Gomez-4/+17
2021-05-11Rollup merge of #84783 - jyn514:fmt-one, r=Mark-SimulacrumYuki Okushi-1/+1
2021-05-07Don't stop running rustdoc-gui tests at first failureGuillaume Gomez-22/+8
2021-05-07Rollup merge of #84990 - GuillaumeGomez:sort-rustdoc-gui-tests, r=Mark-Simula...Yuki Okushi-1/+6
2021-05-07Rollup merge of #84779 - jyn514:cargotest-args, r=Mark-SimulacrumYuki Okushi-0/+1
2021-05-07Rollup merge of #84500 - tmandry:compiletest-run-flag, r=Mark-SimulacrumDylan DPC-0/+5
2021-05-06Sort rustdoc-gui testsGuillaume Gomez-1/+6
2021-05-05Rollup merge of #84865 - petrochenkov:llthread, r=Mark-SimulacrumRalf Jung-8/+15
2021-05-04Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakisbors-0/+3
2021-05-03rustbuild: Pass a `threads` flag that works to windows-gnu lldVadim Petrochenkov-8/+15
2021-05-01Allow formatting specific subdirectoriesJoshua Nelson-1/+1
2021-05-01Add support for --test-args to cargotestJoshua Nelson-0/+1
2021-04-30Add run flag to bootstrap testTyler Mandry-0/+5
2021-04-27Implement `x.py test src/tools/clippy --bless`Joshua Nelson-0/+20
2021-04-26Pass unstable options to error index rustdoc invocationRyan Levick-0/+3
2021-04-09Auto merge of #81942 - the8472:reduce-ui-test-threads, r=Mark-Simulacrumbors-0/+2
2021-04-09reduce threads spawned by ui-testsThe8472-0/+2
2021-04-04Auto merge of #82347 - the8472:parallelize-tidy, r=Mark-Simulacrumbors-0/+1