about summary refs log tree commit diff
path: root/tests/ui/process
AgeCommit message (Expand)AuthorLines
2025-09-26Ignore more failing ui tests for GCC backendGuillaume Gomez-0/+1
2025-09-19Fix test suite in iOS/tvOS/watchOS/visionOS simulatorMads Marquart-5/+51
2025-08-06Print thread ID in panic message if thread name is unknownTrevor Gross-7/+16
2025-07-23Add `ignore-backends` annotations in failing GCC backend ui testsGuillaume Gomez-0/+3
2025-07-11Rollup merge of #143303 - Kivooeo:tf28, r=tgross35Matthias Krüger-0/+110
2025-07-10cleaned up some testsKivooeo-30/+41
2025-07-02awhile -> a while where appropriateнаб-1/+1
2025-07-01moved testsKivooeo-0/+99
2025-03-24Test Command::current_dir with verbatim pathChris Denton-0/+36
2025-02-26Fix Windows `Command` search path bugChris Denton-0/+72
2025-02-18Use `yes` except target_os = "nto".Xing Xue-5/+12
2025-02-07Move two windows process tests to tests/uiChris Denton-0/+169
2025-01-23tests: use `needs-threads` instead of `ignore-emscripten`许杰友 Jieyou Xu (Joe)-1/+1
2025-01-23tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}`许杰友 Jieyou Xu (Joe)-26/+14
2025-01-23tests: cleanup `tests/ui/process/issue-13304.rs`许杰友 Jieyou Xu (Joe)-4/+2
2025-01-23tests: cleanup `tests/ui/process/sigpipe-should-be-ignored.rs`许杰友 Jieyou Xu (Joe)-5/+2
2025-01-23tests: cleanup `tests/ui/process/try-wait.rs`许杰友 Jieyou Xu (Joe)-5/+1
2025-01-23tests: cleanup `tests/ui/process/issue-14456.rs`许杰友 Jieyou Xu (Joe)-4/+2
2025-01-23tests: cleanup `tests/ui/process/process-panic-after-fork.rs`许杰友 Jieyou Xu (Joe)-3/+2
2025-01-23tests: cleanup `tests/ui/process/fds-are-cloexec.rs`许杰友 Jieyou Xu (Joe)-3/+2
2025-01-23tests: cleanup `tests/ui/process/process-exit.rs`许杰友 Jieyou Xu (Joe)-4/+2
2025-01-23tests: cleanup `tests/ui/process/issue-20091.rs`许杰友 Jieyou Xu (Joe)-5/+1
2025-01-23tests: cleanup `tests/ui/process/signal-exit-status.rs`许杰友 Jieyou Xu (Joe)-3/+2
2025-01-23tests: cleanup `tests/ui/process/core-run-destroy.rs`许杰友 Jieyou Xu (Joe)-3/+2
2025-01-01Try to write the panic message with a single `write_all` callJohn Kåre Alsaker-12/+21
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-1/+1
2024-12-02Use c"lit" for CStrings without unwrapKornel-2/+2
2024-11-30bless tests for changed library pathRalf Jung-1/+1
2024-10-15Fix most ui tests on emscripten targetHood Chatham-6/+2
2024-08-02Bless testsbjorn3-1/+1
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-1/+1
2024-05-20Move 100 entries from tests/ui into subdirsJubilee Young-0/+151
2024-05-20Handle a few more simple testsBen Kimock-3/+5
2024-05-02Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`Martin Nordholts-3/+1
2024-04-15Use the rustc_private libc less in testsBen Kimock-6/+1
2024-03-11Update test directives for `wasm32-wasip1`Alex Crichton-26/+21
2024-03-03Move testsCaio-0/+102
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-101/+101
2024-01-05Remove revisions for THIR unsafeckMatthew Jasper-2/+0
2023-07-29Fix tests.Mara Bos-1/+2
2023-07-29Change default panic handler message format.Mara Bos-1/+3
2023-07-26Regression test `println!()` panic message on `ErrorKind::BrokenPipe`Martin Nordholts-0/+47
2023-05-27Allow newly uplifted invalid_from_utf8 lintUrgau-0/+2
2023-04-26Rollup merge of #109379 - flba-eb:108596_fixtest_sigpipe, r=jyn514jyn-3/+7
2023-03-28Raise an aborting signal without UBBen Kimock-2/+4
2023-03-20Replace `yes` command by `while-echo`Florian Bartels-3/+7
2023-02-28Add QNX Neutrino support to libstdFlorian Bartels-0/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+1149