about summary refs log tree commit diff
path: root/src/test/ui/panics
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-873/+0
2022-09-19Adding ignore fuchsia tests for Backtrace, ErrorKind casesAndrew Pollack-4/+6
2022-07-28location-detail: disable all location details when passed `none`Hudson Ayers-0/+10
2022-06-30Specialize a few tests depending on opt-level.Camille GILLOT-2/+2
2022-06-30Allow inlining `#[inline]` functions.Camille GILLOT-1/+1
2022-06-22use `-Cstrip=debuginfo` with ui tests to reduce disk space usageklensy-4/+10
2022-02-03Rollup merge of #93566 - Aaron1011:rustc-backtrace, r=davidtwcoYuki Okushi-0/+27
2022-02-02Configure panic hook backtrace behaviorMark Rousskov-0/+35
2022-02-01Make rustc use `RUST_BACKTRACE=full` by defaultAaron Hill-0/+27
2022-01-08Change panic::update_hook to simplify usageBadel2-16/+36
2022-01-07Implement panic::update_hookBadel2-0/+16
2022-01-05Auto merge of #92498 - camelid:ignore-flaky-test, r=Mark-Simulacrumbors-0/+4
2022-01-04Ignore flaky `panic-short-backtrace-windows-x86_64.rs` test for nowNoah Lev-0/+4
2022-01-01Update references to `-Z symbol-mangling-version` to use `-C`Josh Triplett-2/+2
2021-12-17Set `RUST_BACKTRACE=0` when running location-detail testsAaron Hill-3/+7
2021-12-09Add needs-unwind to tests that depend on panickingDavid Koloski-0/+5
2021-10-21add tests for -Zlocation-detailHudson Ayers-0/+37
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-5/+2
2021-08-24tests: support -Zsymbol-mangling-version=v0 being the default.Eduard-Mihai Burtescu-1/+11
2021-08-11Modify structured suggestion outputEsteban Küber-2/+2
2021-08-03rustc: Fill out remaining parts of C-unwind ABIAlex Crichton-24/+20
2021-07-29[backtraces]: look for the `begin` symbol only after seeing `end`Wesley Wiser-1/+12
2021-07-29Add regression testWesley Wiser-0/+47
2021-07-06Add s to non_fmt_panicRyan Levick-3/+3
2021-06-06Update testsuite to match new panic msgReagan McFarland-2/+2
2021-05-07panic ui test: Test always_abort on one thread, panic on anotherIan Jackson-1/+20
2021-05-07panic ui test: Add a test for panic::always_abortIan Jackson-0/+7
2021-05-07panic ui test: Improve error handlingIan Jackson-2/+11
2021-05-07panic ui test: Provide comprehensive test for panic after forkIan Jackson-22/+26
2021-02-03Allow/fix non_fmt_panic in tests.Mara Bos-1/+5
2021-02-01Add UI test for panic/assert in Rust 2021.Mara Bos-0/+51
2020-11-22Drop support for cloudabi targetsLzu Tao-3/+1
2020-09-21Move panic safety traits testsAlexis Bourget-51/+0
2020-08-07Prevent `__rust_begin_short_backtrace` frames from being tail-call optimised ...Alan Egerton-0/+23
2020-05-08Skip tests on emscriptenYuki Okushi-0/+25
2020-05-06Move tests from `test/run-fail` to UIYuki Okushi-0/+271
2019-10-12test unwind(abort) with Rust ABIRalf Jung-0/+64
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+222