summary refs log tree commit diff
path: root/src/test/ui/runtime/rt-explody-panic-payloads.rs
AgeCommit message (Collapse)AuthorLines
2022-10-18handle core dumps output in qemu user modePietro Albini-3/+8
In addition to the whole-system emulation/virtualization, QEMU also supports user-mode emulation, where the emulation happens as a normal process inside the parent system. This allows running most tests by simply spawning remote-test-server inside user-mode emulation. Unfortunately, QEMU always writes its own message in addition to the system one when a core dump happens, which breaks a few tests which match on the exact output of the system. This PR changes those tests to strip the (possible) QEMU output before checking if the output is expected.
2022-09-23Restore ignore tagFlorian Bartels-3/+0
This test case actually requires std::process.
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.
2021-11-14Move some tests to more reasonable directoriesCaio-0/+30