rust/src/test/ui/runtime
Pietro Albini 77bf2b9694
handle core dumps output in qemu user mode
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-10-18 09:56:32 +02:00
..
atomic-print.rs
backtrace-debuginfo-aux.rs
backtrace-debuginfo.rs Adding ignore fuchsia tests for Backtrace, ErrorKind cases 2022-09-19 21:54:13 +00:00
native-print-no-runtime.rs
out-of-stack.rs Adding ignore fuchsia tests for signal cases 2022-09-21 15:57:19 +00:00
rt-explody-panic-payloads.rs handle core dumps output in qemu user mode 2022-10-18 09:56:32 +02:00
running-with-no-runtime.rs
signal-alternate-stack-cleanup.rs
stdout-during-shutdown.rs
stdout-during-shutdown.run.stdout