Commit Graph

5 Commits

Author SHA1 Message Date
John Kåre Alsaker
4bf85c25ec Try to write the panic message with a single write_all call 2025-01-01 15:58:29 +01:00
Ralf Jung
c4cab8a15c bless tests for changed library path 2024-11-30 11:22:52 +01:00
bjorn3
feeeb5c48e Bless tests 2024-08-02 11:34:54 +00:00
Mara Bos
4017c5c945 Fix tests. 2023-07-29 11:47:26 +02:00
Martin Nordholts
075a6bbef9 Regression test println!() panic message on ErrorKind::BrokenPipe
No existing test failed if the [`panic!()`][1] of the `println!()`
family of functions was removed, or if its message was changed.

So add such a test.

[1] 104f4300cf/library/std/src/io/stdio.rs (L1007-L1009)
2023-07-26 13:41:39 +02:00