index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
process
Age
Commit message (
Expand
)
Author
Lines
2025-09-26
Ignore more failing ui tests for GCC backend
Guillaume Gomez
-0
/
+1
2025-09-19
Fix test suite in iOS/tvOS/watchOS/visionOS simulator
Mads Marquart
-5
/
+51
2025-08-06
Print thread ID in panic message if thread name is unknown
Trevor Gross
-7
/
+16
2025-07-23
Add `ignore-backends` annotations in failing GCC backend ui tests
Guillaume Gomez
-0
/
+3
2025-07-11
Rollup merge of #143303 - Kivooeo:tf28, r=tgross35
Matthias Krüger
-0
/
+110
2025-07-10
cleaned up some tests
Kivooeo
-30
/
+41
2025-07-02
awhile -> a while where appropriate
наб
-1
/
+1
2025-07-01
moved tests
Kivooeo
-0
/
+99
2025-03-24
Test Command::current_dir with verbatim path
Chris Denton
-0
/
+36
2025-02-26
Fix Windows `Command` search path bug
Chris Denton
-0
/
+72
2025-02-18
Use `yes` except target_os = "nto".
Xing Xue
-5
/
+12
2025-02-07
Move two windows process tests to tests/ui
Chris Denton
-0
/
+169
2025-01-23
tests: use `needs-threads` instead of `ignore-emscripten`
许杰友 Jieyou Xu (Joe)
-1
/
+1
2025-01-23
tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}`
许杰友 Jieyou Xu (Joe)
-26
/
+14
2025-01-23
tests: cleanup `tests/ui/process/issue-13304.rs`
许杰友 Jieyou Xu (Joe)
-4
/
+2
2025-01-23
tests: cleanup `tests/ui/process/sigpipe-should-be-ignored.rs`
许杰友 Jieyou Xu (Joe)
-5
/
+2
2025-01-23
tests: cleanup `tests/ui/process/try-wait.rs`
许杰友 Jieyou Xu (Joe)
-5
/
+1
2025-01-23
tests: cleanup `tests/ui/process/issue-14456.rs`
许杰友 Jieyou Xu (Joe)
-4
/
+2
2025-01-23
tests: cleanup `tests/ui/process/process-panic-after-fork.rs`
许杰友 Jieyou Xu (Joe)
-3
/
+2
2025-01-23
tests: cleanup `tests/ui/process/fds-are-cloexec.rs`
许杰友 Jieyou Xu (Joe)
-3
/
+2
2025-01-23
tests: cleanup `tests/ui/process/process-exit.rs`
许杰友 Jieyou Xu (Joe)
-4
/
+2
2025-01-23
tests: cleanup `tests/ui/process/issue-20091.rs`
许杰友 Jieyou Xu (Joe)
-5
/
+1
2025-01-23
tests: cleanup `tests/ui/process/signal-exit-status.rs`
许杰友 Jieyou Xu (Joe)
-3
/
+2
2025-01-23
tests: cleanup `tests/ui/process/core-run-destroy.rs`
许杰友 Jieyou Xu (Joe)
-3
/
+2
2025-01-01
Try to write the panic message with a single `write_all` call
John Kåre Alsaker
-12
/
+21
2024-12-27
Remove the `-test` suffix from normalize directives
Zalathar
-1
/
+1
2024-12-02
Use c"lit" for CStrings without unwrap
Kornel
-2
/
+2
2024-11-30
bless tests for changed library path
Ralf Jung
-1
/
+1
2024-10-15
Fix most ui tests on emscripten target
Hood Chatham
-6
/
+2
2024-08-02
Bless tests
bjorn3
-1
/
+1
2024-07-11
Always use a colon in `//@ normalize-*:` headers
Zalathar
-1
/
+1
2024-05-20
Move 100 entries from tests/ui into subdirs
Jubilee Young
-0
/
+151
2024-05-20
Handle a few more simple tests
Ben Kimock
-3
/
+5
2024-05-02
Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`
Martin Nordholts
-3
/
+1
2024-04-15
Use the rustc_private libc less in tests
Ben Kimock
-6
/
+1
2024-03-11
Update test directives for `wasm32-wasip1`
Alex Crichton
-26
/
+21
2024-03-03
Move tests
Caio
-0
/
+102
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-101
/
+101
2024-01-05
Remove revisions for THIR unsafeck
Matthew Jasper
-2
/
+0
2023-07-29
Fix tests.
Mara Bos
-1
/
+2
2023-07-29
Change default panic handler message format.
Mara Bos
-1
/
+3
2023-07-26
Regression test `println!()` panic message on `ErrorKind::BrokenPipe`
Martin Nordholts
-0
/
+47
2023-05-27
Allow newly uplifted invalid_from_utf8 lint
Urgau
-0
/
+2
2023-04-26
Rollup merge of #109379 - flba-eb:108596_fixtest_sigpipe, r=jyn514
jyn
-3
/
+7
2023-03-28
Raise an aborting signal without UB
Ben Kimock
-2
/
+4
2023-03-20
Replace `yes` command by `while-echo`
Florian Bartels
-3
/
+7
2023-02-28
Add QNX Neutrino support to libstd
Florian Bartels
-0
/
+1
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+1149