summary refs log tree commit diff
path: root/tests/ui/panics
AgeCommit message (Expand)AuthorLines
2024-04-09tests: bless ui and rustdoc-ui tests for ICE messages许杰友 Jieyou Xu (Joe)-0/+2
2024-03-24panic-in-panic-hook: formatting a message that's just a string is risk-freeRalf Jung-0/+1
2024-03-23add panic location to 'panicked while processing panic'Ralf Jung-0/+27
2024-03-12Auto merge of #122036 - alexcrichton:test-wasm-with-wasi, r=oli-obkbors-9/+7
2024-03-11Update test directives for `wasm32-wasip1`Alex Crichton-9/+7
2024-03-10Ignore tests w/ current/next revisions from compare-mode=next-solverMichael Goulet-0/+1
2024-03-07Rollup merge of #121089 - oli-obk:create_def_feed, r=petrochenkovGuillaume Gomez-1/+1
2024-03-06compiletest: Add a `//@ needs-threads` directiveAlex Crichton-4/+3
2024-03-05Avoid using feed_unit_query from within queriesOli Scherer-1/+1
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-241/+241
2024-01-11Use the right level with `-Ztreat-err-as-bug`.Nicholas Nethercote-1/+1
2023-12-14update use of feature flagslcnr-1/+1
2023-09-29mark relevant tests as requiring unwindingPietro Albini-2/+4
2023-08-27avoid triple-backtrace due to panic-during-cleanupRalf Jung-6/+7
2023-08-25keep trying which flags we need for this test until it passes borsRalf Jung-5/+10
2023-08-24add tests for both kinds of unwind-terminate messagesRalf Jung-0/+51
2023-08-01Auto merge of #112849 - m-ou-se:panic-message-format, r=thomccbors-22/+45
2023-07-29print omitted frames count for short backtrace modeyukang-0/+3
2023-07-29Change default panic handler message format.Mara Bos-22/+45
2023-07-11Structurally resolve in pattern matching when peeling refs in new solverMichael Goulet-0/+2
2023-05-27Rework handling of recursive panicsAmanieu d'Antras-0/+24
2023-05-17Fix #107910, Shorten backtraces in ICEsyukang-0/+143
2023-05-05Improve filtering in `default-backtrace-ice.rs`.Nicholas Nethercote-1/+18
2023-04-25test that we format the panic message only onceLukas Markeffsky-0/+24
2023-04-15Add some reasons why tests are ignored.Eric Huss-1/+1
2023-02-20Move the resolver into a queryOli Scherer-0/+1
2023-02-07Tweak ICE messageEsteban Küber-3/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+873