about summary refs log tree commit diff
path: root/src/test/ui/panic-while-printing.rs
AgeCommit message (Expand)AuthorLines
2020-11-10Merge set_panic and set_print into set_output_capture.Mara Bos-3/+3
2020-11-10Use Vec<u8> for LOCAL_STD{OUT,ERR} instead of dyn Write.Mara Bos-13/+2
2020-11-10Update tests for updated set_panic.Mara Bos-7/+4
2020-10-22Capture output from threads spawned in testsTyler Mandry-2/+17
2020-03-18std: Don't abort process when printing panics in testsAlex Crichton-0/+24