about summary refs log tree commit diff
path: root/src/test/ui/threads-sendsync/task-stderr.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-26/+0
2021-12-09Add needs-unwind to tests that depend on panickingDavid Koloski-0/+1
This directive isn't automatically set by compiletest or x.py, but can be turned on manually for targets that require it.
2020-11-10Merge set_panic and set_print into set_output_capture.Mara Bos-2/+2
There were no use cases for setting them separately. Merging them simplifies some things.
2020-11-10Update tests for updated set_panic.Mara Bos-19/+7
2020-10-22Capture output from threads spawned in testsTyler Mandry-0/+5
Fixes #42474.
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+32