summary refs log tree commit diff
path: root/tests/ui/process
AgeCommit message (Expand)AuthorLines
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