about summary refs log tree commit diff
path: root/src/bootstrap/test.rs
AgeCommit message (Expand)AuthorLines
2022-11-09Rollup merge of #104046 - RalfJung:run-miri-run, r=oli-obkMichael Goulet-43/+55
2022-11-06bootstrap: put Miri sysroot into local build dirRalf Jung-1/+9
2022-11-06bootstrap: add support for running Miri on a fileRalf Jung-43/+47
2022-11-06Rollup merge of #103851 - viandoxdev:103816_bootstrap_fix_json_doc, r=jyn514Matthias Krüger-1/+6
2022-11-02Ban dashes in miropt test file namesJakob Degen-0/+3
2022-11-02merge JsonStd and Std stepsviandoxdev-1/+6
2022-11-01Rollup merge of #103805 - Mark-Simulacrum:forward-port, r=jyn514Yuki Okushi-0/+3
2022-10-31Auto merge of #102950 - oli-obk:check_miri, r=RalfJungbors-2/+2
2022-10-31Enable RUSTC_BOOTSTRAP for a few stepsMark Rousskov-0/+3
2022-10-30Rollup merge of #102101 - BelovDV:new-check-lld-version, r=petrochenkovMichael Howell-1/+4
2022-10-29Rollup merge of #102634 - andrewpollack:refactor-test-rustcflags, r=Mark-Simu...Guillaume Gomez-3/+7
2022-10-26check lld version to choose correct flag for testsDaniil Belov-1/+4
2022-10-24also smoke-test 'cargo miri test'Ralf Jung-2/+36
2022-10-24add support for testing Miri on other targets, and do some cross-testing on CIRalf Jung-3/+13
2022-10-19compiletest: refactor rustcflags to VecAndrew Pollack-3/+7
2022-10-12Enable `x.py check` for miriOli Scherer-2/+2
2022-10-11Auto merge of #102755 - pcc:data-local-tmp, r=Mark-Simulacrumbors-1/+1
2022-10-06tools/remote-test-{server,client}: Use /data/local/tmp on AndroidPeter Collingbourne-1/+1
2022-10-06Auto merge of #102573 - RalfJung:mirisync, r=oli-obkbors-12/+0
2022-10-04test Miri changes in PR CI; we no longer need xargoRalf Jung-12/+0
2022-09-24bootstrap/miri: switch to non-deprecated env var for setting the sysroot folderRalf Jung-1/+1
2022-09-21Remove miri from the submodule list and require it for CI to passOli Scherer-101/+88
2022-09-14jsondoclint: New ToolNixon Enraght-Moony-0/+2
2022-09-01Auto merge of #100606 - cuviper:upgrade-linux-ci, r=Mark-Simulacrumbors-1/+4
2022-08-27Sunset RLSEric Huss-51/+0
2022-08-27Add replace-version-placeholder toolest31-0/+37
2022-08-23rustbuild: fix version parsing for browser-ui-testJosh Stone-1/+4
2022-08-21Correct test-args to compiletest on Windowsczzrr-1/+9
2022-08-11Add instructions on how to update the browser-ui-test versionGuillaume Gomez-0/+5
2022-08-09Rollup merge of #100181 - RalfJung:alloc-ref-mutability, r=jackh726Dylan DPC-0/+4
2022-08-07Auto merge of #100004 - jyn514:exclude-single-test, r=Mark-Simulacrumbors-0/+5
2022-08-05propagate --bless to MiriRalf Jung-0/+4
2022-08-02Remove CARGO_TEST_DISABLE_GIT_CLIEric Huss-2/+0
2022-07-31Move `x test --skip` to be part of `--exclude`Joshua Nelson-0/+5
2022-07-28Build rust demangler before running run-make testsTomasz Miąsko-2/+6
2022-07-24Only run proc-macro-srv tests for now (after discussion with @Veykril, @jyn51...Amos Wenger-4/+7
2022-07-24Don't run slow tests in Rust CI, only RA CIAmos Wenger-0/+4
2022-07-24Add comment about CARGO_WORKSPACE_DIRAmos Wenger-0/+2
2022-07-24Add test step for rust-analyzer, run it by defaultAmos Wenger-0/+49
2022-07-22miri: make --stage 0 testing workRalf Jung-0/+8
2022-07-07Rollup merge of #98994 - kons-9:dont_use_process_exit, r=jyn514Matthias Krüger-3/+3
2022-07-07squash the commitstoshiki goto-3/+3
2022-07-05Rollup merge of #95503 - jyn514:build-single-crate, r=Mark-SimulacrumGuillaume Gomez-16/+16
2022-07-02Allow building single crates for the compiler and standard libraryJoshua Nelson-16/+16
2022-07-02move optimize-tests flag handling from bootstrap to compiletestThe 8472-7/+1
2022-07-02Only obey optimize-tests flag on UI tests that are run-passThe 8472-1/+4
2022-06-18Pass all paths to `Step::run` at once when using `ShouldRun::krate`Joshua Nelson-13/+22
2022-06-07Move beta rustfmt downloads to rustbuildJoshua Nelson-2/+2
2022-06-03Fully stabilize NLLJack Huey-6/+1
2022-05-30be less redundant redundantRalf Jung-4/+0