| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-07 | Move all alloc integration tests to a new alloctests crate | bjorn3 | -0/+2 | |
| 2025-02-14 | CI: split i686-mingw job to three free runners | MarcoIeni | -6/+12 | |
| 2025-01-26 | Put all coretests in a separate crate | bjorn3 | -2/+2 | |
| 2025-01-19 | CI: split x86_64-msvc job using windows 2025 | MarcoIeni | -6/+2 | |
| 2025-01-17 | CI: split i686-msvc job to two free runners | MarcoIeni | -2/+11 | |
| 2024-11-29 | CI: split x86_64-mingw job | MarcoIeni | -3/+5 | |
| 2024-09-20 | remove workaround for make prepare and use dry-run build instead | onur-ozkan | -1/+1 | |
| Signed-off-by: onur-ozkan <work@onurozkan.dev> | ||||
| 2024-09-09 | bootstrap/Makefile.in: miri: add missing BOOTSTRAP ARGS | Ralf Jung | -2/+6 | |
| also don't unnecessarily set BOOTSTRAP_SKIP_TARGET_SANITY while we are at it | ||||
| 2024-07-21 | Run `test-float-parse` as part of CI | Trevor Gross | -0/+1 | |
| With the previous improvements, it is now possible to run float parsing tests as part of CI. Enable it here. This only runs a subset of tests, which takes about one minute. | ||||
| 2024-07-14 | Auto merge of #127706 - workingjubilee:rollup-d07ij30, r=workingjubilee | bors | -1/+1 | |
| Rollup of 6 pull requests Successful merges: - #122300 (Add FileCheck annotations to mir-opt/dest-prop tests) - #127434 (use "bootstrap" instead of "rustbuild" in comments and docs) - #127477 (Clear `inner_attr_ranges` regularly.) - #127558 (More attribute cleanups) - #127659 (Use ManuallyDrop in BufWriter::into_parts) - #127671 (rustdoc: rename `issue-\d+.rs` tests to have meaningful names (part 8)) r? `@ghost` `@rustbot` modify labels: rollup | ||||
| 2024-07-07 | Update src/bootstrap/mk/Makefile.in | zachs18 | -1/+1 | |
| Co-authored-by: Ralf Jung <post@ralfj.de> | ||||
| 2024-07-07 | Re-enable Miri leak checking in CI. | zachs18 | -3/+2 | |
| 2024-07-07 | use "bootstrap" instead of "rustbuild" in comments and docs | onur-ozkan | -1/+1 | |
| Signed-off-by: onur-ozkan <work@onurozkan.dev> | ||||
| 2024-06-08 | Miri std tests: don't set BOOTSTRAP_SKIP_TARGET_SANITY unnecessarily | Ralf Jung | -3/+4 | |
| 2024-04-26 | miri core/alloc tests: do not test a 2nd target | Ralf Jung | -3/+0 | |
| 2024-04-22 | miri libstd tests: test windows-msvc instead of windows-gnu | Ralf Jung | -2/+3 | |
| 2024-04-07 | also test core+alloc on a 32bit big-endian target | Ralf Jung | -1/+5 | |
| 2024-04-07 | run some std tests on more targets | Ralf Jung | -1/+7 | |
| 2024-04-07 | also test parts of std | Ralf Jung | -0/+10 | |
| requires disabling some tests that do not work | ||||
| 2024-04-07 | check-aux: test core and alloc in Miri | Ralf Jung | -0/+10 | |
| 2023-09-23 | Pass `-jN` from Make to `BOOTSTRAP_ARGS` | onur-ozkan | -0/+7 | |
| Enables the same functionality as `x -jN` in Make by passing the `-jN` arg from Make to the `BOOTSTRAP_ARGS` args if it is specified. Signed-off-by: onur-ozkan <work@onurozkan.dev> | ||||
| 2023-08-06 | fix(bootstrap): rename exclude flag to skip 🐛 | Meysam Azad | -2/+2 | |
| 2023-06-18 | Auto merge of #112774 - compiler-errors:rollup-z8oof6r, r=compiler-errors | bors | -2/+5 | |
| Rollup of 6 pull requests Successful merges: - #112537 (Don't record adjustments twice in `note_source_of_type_mismatch_constraint`) - #112663 (cleanup azure leftovers) - #112668 (Test `x.ps1` in `msvc` CI job) - #112710 (Re-use the deref-pattern recursion instead of duplicating the logic) - #112753 (Don't try to auto-bless 32-bit `mir-opt` tests on ARM Mac hosts) - #112758 (refactor(resolve): delete update_resolution function) r? `@ghost` `@rustbot` modify labels: rollup | ||||
| 2023-06-18 | Auto merge of #112645 - Kobzol:ci-mingw-merge, r=pietroalbini | bors | -8/+6 | |
| CI: merge `mingw` test CI jobs Same as https://github.com/rust-lang/rust/pull/112633, but for `mingw`. From the logs it looks like the runner spends 40 minutes compiling `rustc`, and then `10`/`20` minutes running tests. It seems wasteful to split that into two jobs. CI run: https://github.com/rust-lang/rust/actions/runs/5275702134/jobs/9541479343?pr=112645 r? `@jyn514` | ||||
| 2023-06-18 | Merge `mingw-1/2` CI jobs | Jakub Beránek | -8/+6 | |
| 2023-06-18 | Test `x.ps1` in `msvc` CI job | Jakub Beránek | -2/+5 | |
| 2023-06-14 | Merge `msvc-1/2` CI jobs | Jakub Beránek | -9/+3 | |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -2/+2 | |
| 2022-12-20 | Remove unused `check-stage2-T-arm-linux-androideabi-H-x86_64-unknown-linux-gnu` | Joshua Nelson | -5/+0 | |
| It's not used anywhere in CI, and it seems of questionable use. It was first added in 0e272de69f4a9c889e5f1a024a88b3e1f60cb6c5, which looks like it's just intended for CI, not as a user-facing feature. | ||||
| 2022-08-12 | Use an extensionless `x` script for non-Windows | Josh Stone | -1/+1 | |
| 2022-08-08 | Add `x.sh` and `x.ps1` shell scripts | Joshua Nelson | -3/+8 | |
| This is a more ambitious version of https://github.com/rust-lang/rust/pull/98716. It still changes the shebang back to python3, for compatibility with non-Unix systems, but also adds alternative entrypoints for systems without `python3` installed. These scripts will be necessary for the rust entrypoint (#94829), so I see little downside in adding them early. | ||||
| 2022-05-07 | Move check-bootstrap from a makefile rule to test::Bootstrap | gimbles | -2/+0 | |
| 2021-05-26 | Enforce rustdoc-gui test-suite run | Guillaume Gomez | -4/+0 | |
| 2021-02-21 | Update CI scripts | Guillaume Gomez | -0/+4 | |
| 2020-12-29 | Remove `compile-fail` test suite | Vadim Petrochenkov | -3/+1 | |
| 2020-07-27 | Add assert that tests happen with stage 2 in CI | Joshua Nelson | -17/+17 | |
| - Use stage 2 for makefile - Move assert to builder - Don't add an assert for --help - Allow --stage 0 if passed explicitly - Don't assert defaults during tests Otherwise it's impossible to test the defaults! | ||||
| 2020-07-27 | mv std libs to library/ | mark | -2/+2 | |
| 2020-06-12 | Remove vestigial CI job msvc-aux. | Eric Huss | -8/+2 | |
| 2020-05-06 | Remove code related to `test/run-fail` | Yuki Okushi | -1/+0 | |
| 2019-08-16 | ci: move linkcheck from mingw-2 to mingw-1 | Pietro Albini | -0/+9 | |
| Running UI tests now takes a huge amount of time on mingw builders (between 40 and 50 minutes), with mingw-1 builders taking even an hour less to finish than mingw-2. This PR moves linkcheck from mingw-2 to mingw-1, removing between 10 and 20 minutes of runtime on the -2 builders. | ||||
| 2019-07-27 | Remove run-pass test suites | Vadim Petrochenkov | -4/+0 | |
| 2019-05-13 | ci: remove fanout from the azure pipelines config | Pietro Albini | -68/+2 | |
| 2019-05-10 | Add Azure Pipelines | John Erickson | -4/+70 | |
| 2019-03-15 | rustbuild: remove obsolete fulldeps behavior from src/test/pretty tests, and ↵ | Eduard-Mihai Burtescu | -1/+0 | |
| enable them by default. | ||||
| 2019-01-24 | Remove quote_*! macros and associated APIs | Mark Simulacrum | -1/+0 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-11-04 | Move a few more tests into the appveyor-subset-2. | kennytm | -1/+6 | |
| This should allow the timings be more balanced. | ||||
| 2018-03-24 | appveyor: Move run-pass-fulldeps to extra builders | Alex Crichton | -0/+7 | |
| We've made headway towards splitting the test suite across two appveyor builders and this moves one more tests suite between builders. The last [failed build][fail] had its longest running test suite and I've moved that to the secondary builder. cc #48844 [fail]: https://ci.appveyor.com/project/rust-lang/rust/build/1.0.6782 | ||||
| 2018-03-07 | appveyor: Fix a switched condition for cargotest | Alex Crichton | -2/+2 | |
| It was intended that EXCLUDE_CARGO *doesn't* run cargotest! | ||||
| 2018-03-07 | Fix an error in the appveyor config | Alex Crichton | -2/+6 | |
