about summary refs log tree commit diff
path: root/tests/ui/backtrace/synchronized-panic-handler.rs
AgeCommit message (Collapse)AuthorLines
2025-09-26Ignore more failing ui tests for GCC backendGuillaume Gomez-0/+1
2024-07-30the output in stderr expects panic-unwindaissata-0/+1
2024-07-12fix interleaved panic outputjyn-0/+2
previously, we only held a lock for printing the backtrace itself. since all threads were printing to the same file descriptor, that meant random output in the default panic hook would be interleaved with the backtrace. now, we hold the lock for the full duration of the hook, and the output is ordered.
2024-07-05add test that multi-threaded panics aren't interleavedjyn-0/+15