about summary refs log tree commit diff
path: root/tests/ui/panics
AgeCommit message (Expand)AuthorLines
2025-01-23tests: use `needs-threads` instead of `ignore-emscripten`许杰友 Jieyou Xu (Joe)-5/+5
2025-01-23tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}`许杰友 Jieyou Xu (Joe)-31/+30
2025-01-01Try to write the panic message with a single `write_all` callJohn Kåre Alsaker-0/+16
2024-12-31chore: fix some typospeicuiping-1/+1
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-28/+28
2024-12-26Rollup merge of #134781 - Zalathar:backtrace, r=SparrowLii,jieyouxuGuillaume Gomez-4/+12
2024-12-26Add more `begin_panic` normalizations to panic backtrace testsZalathar-4/+12
2024-12-25fix default-backtrace-ice testjyn-1/+3
2024-11-30bless tests for changed library pathRalf Jung-2/+2
2024-11-28Share inline(never) generics across cratesMark Rousskov-26/+26
2024-09-27Add and adapt testsGary Guo-1/+11
2024-08-02Bless testsbjorn3-2/+2
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-6/+6
2024-06-19Remove c_unwind from tests and fix testsGary Guo-3/+1
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