about summary refs log tree commit diff
path: root/src/test/ui/runtime
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-488/+0
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.
2022-09-22Rollup merge of #102032 - andrewpollack:bad-signal-compiler-tests, r=tmandryYuki Okushi-0/+1
Adding ignore fuchsia tests for signal interpretation cases Tests where Signal interpreting is required. Since Fuchsia currently does not return signals of type `libc::SIGSEGV` etc., instead, use generalized `!status.success()` case. cc. `@djkoloski` r? `@tmandry`
2022-09-21Adding ignore fuchsia tests for signal casesAndrew Pollack-0/+1
2022-09-19Adding ignore fuchsia tests for Backtrace, ErrorKind casesAndrew Pollack-0/+1
2022-06-22use `-Cstrip=debuginfo` with ui tests to reduce disk space usageklensy-0/+1
2022-01-12Use black_box intrinsic in out-of-stack testTomasz Miąsko-3/+2
2022-01-12Remove ui tests for LLVM-style inline assemblyTomasz Miąsko-1/+0
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-18Move some tests to more reasonable directoriesCaio-0/+256
2021-11-14Move some tests to more reasonable directoriesCaio-0/+228