about summary refs log tree commit diff
path: root/tests/ui/io-checks
AgeCommit message (Collapse)AuthorLines
2025-07-11Rollup merge of #143303 - Kivooeo:tf28, r=tgross35Matthias Krüger-0/+62
`tests/ui`: A New Order [28/28] FINAL PART > [!NOTE] > > Intermediate commits are intended to help review, but will be squashed prior to merge. Some `tests/ui/` housekeeping, to trim down number of tests directly under `tests/ui/`. Part of rust-lang/rust#133895. r? ``@tgross35``
2025-07-10cleaned up some testsKivooeo-3/+10
2025-07-04Rollup merge of #143300 - Kivooeo:tf25, r=tgross35Jubilee-0/+87
`tests/ui`: A New Order [25/N] > [!NOTE] > > Intermediate commits are intended to help review, but will be squashed prior to merge. Some `tests/ui/` housekeeping, to trim down number of tests directly under `tests/ui/`. Part of rust-lang/rust#133895. r? `@tgross35`
2025-07-05cleaned up some testsKivooeo-10/+14
2025-07-05cleaned up some testsKivooeo-0/+3
2025-07-01moved testsKivooeo-0/+55
2025-07-01moved testsKivooeo-0/+83
2025-07-01moved testsKivooeo-0/+31
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-2/+2
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-2/+2
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-2/+2
2024-06-07compiletest: Don't pass `--out-dir` if the compile flags include `-o`Zalathar-3/+1
2024-03-11Update test directives for `wasm32-wasip1`Alex Crichton-1/+0
* The WASI targets deal with the `main` symbol a bit differently than native so some `codegen` and `assembly` tests have been ignored. * All `ignore-emscripten` directives have been updated to `ignore-wasm32` to be more clear that all wasm targets are ignored and it's not just Emscripten. * Most `ignore-wasm32-bare` directives are now gone. * Some ignore directives for wasm were switched to `needs-unwind` instead. * Many `ignore-wasm32*` directives are removed as the tests work with WASI as opposed to `wasm32-unknown-unknown`.
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-8/+8
2023-11-24Show number in error message even for one errorNilstrieb-1/+1
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-04-25Improve `non-ice-error-on-worker-io-fail.rs` testMaybe Waffle-13/+5
- Remove unrelated code - Use a local dir path
2023-04-25Fix `ui/io-checks/inaccessbile-temp-dir.rs` testMaybe Waffle-43/+0
2023-01-23Make `output_filenames` a real queryOli Scherer-0/+89