about summary refs log tree commit diff
path: root/src/bootstrap/test.rs
AgeCommit message (Expand)AuthorLines
2022-05-08Auto merge of #96689 - gimbles:campfire, r=Mark-Simulacrumbors-0/+4
2022-05-07Move check-bootstrap from a makefile rule to test::Bootstrapgimbles-0/+4
2022-05-05Don't constantly rebuild clippy on `x test src/tools/clippy`.Joshua Nelson-2/+0
2022-05-02Rollup merge of #96499 - jyn514:bootstrap-doctests, r=Mark-SimulacrumYuki Okushi-0/+11
2022-04-27Make it possible to write doctests for bootstrapJoshua Nelson-0/+11
2022-04-27Auto merge of #95170 - jyn514:ci-llvm, r=Mark-Simulacrumbors-7/+4
2022-04-24Use `build/tmp` instead of adding a dependency on `tempfile`.Joshua Nelson-7/+4
2022-04-19compiletest: combine `--*-python` argsAlec Goncharow-3/+1
2022-04-18Auto merge of #95906 - jyn514:enforce-valid-paths, r=Mark-Simulacrumbors-1/+1
2022-04-18Auto merge of #96000 - jyn514:faster-doctests, r=Mark-Simulacrumbors-2/+4
2022-04-16Require all paths passed to `ShouldRun::paths` to exist on diskJoshua Nelson-1/+1
2022-04-12Make `x test --stage 2 compiler/rustc_XXX` faster to runJoshua Nelson-2/+4
2022-04-13Rollup merge of #95441 - AlecGoncharow:issue-95204-fix, r=Mark-SimulacrumDylan DPC-8/+1
2022-04-10Auto merge of #95253 - jyn514:cargo-run, r=Mark-Simulacrumbors-4/+0
2022-04-10Auto merge of #95502 - jyn514:doc-rustc, r=Mark-Simulacrumbors-30/+6
2022-04-09Make it possible to run `cargo test` for bootstrapJoshua Nelson-4/+0
2022-04-09Rollup merge of #95369 - jyn514:test-rustdoc, r=Mark-SimulacrumDylan DPC-6/+29
2022-03-30Simplify `make_run` for `test::Crate` by introducing `crate_paths` instead of...Joshua Nelson-30/+6
2022-03-29Don't build the full compiler before running unit testsJoshua Nelson-1/+0
2022-03-29bootstrap: force system python3 on MacOSAlec Goncharow-8/+1
2022-03-27Fix `x test src/librustdoc --no-doc`Joshua Nelson-0/+9
2022-03-27Fix `x test src/librustdoc` with download-rustc enabledJoshua Nelson-6/+20
2022-03-18Compare installed browser-ui-test version to the one used in CIGuillaume Gomez-17/+41
2022-03-07copy over `std::path::absolute` instead of adding `canonicalize` hacksJoshua Nelson-1/+1
2022-03-07fix weird bug when `out` would get overridden by unit testsJoshua Nelson-0/+2
2022-03-05Merge build_helper into utilbjorn3-5/+2
2022-03-05Remove build_helperbjorn3-2/+1
2022-03-03bootstrap: correct reading of flags for llvmJon Gjengset-3/+12
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