about summary refs log tree commit diff
path: root/tests/ui/test-attrs
AgeCommit message (Expand)AuthorLines
2025-06-29Rollup merge of #142214 - Kivooeo:tf9, r=jieyouxuGuillaume Gomez-0/+17
2025-06-28cleaned up some testsKivooeo-0/+17
2025-06-08cleaned up some testsKivooeo-0/+24
2025-04-28Remove backticks from `ShouldPanic::YesWithMessage`'s `TrFailedMsg`Lieselotte-3/+3
2025-04-14Adjust test directivesxizheyin-33/+23
2025-04-14Report span of test when should_panic test failedxizheyin-0/+101
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-1/+2
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-3/+0
2025-02-21More sophisticated span trimmingMichael Goulet-1/+1
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-1/+1
2025-02-14Consider add-prefix replacements tooMichael Goulet-3/+2
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-29/+45
2025-02-03tests: remove redundant `//@ ignore-{wasm,wasm32,emscripten}`许杰友 Jieyou Xu (Joe)-9/+3
2025-01-23tests: use `needs-threads` instead of `ignore-emscripten`许杰友 Jieyou Xu (Joe)-3/+3
2025-01-23tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}`许杰友 Jieyou Xu (Joe)-8/+9
2025-01-21remove support for the #[start] attributeRalf Jung-7/+0
2025-01-01Try to write the panic message with a single `write_all` callJohn Kåre Alsaker-0/+8
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-10/+10
2024-07-15Update name of Windows abort constant to match platform documentationCharles Celerier-2/+0
2024-07-15Add match arm for Fuchsia status code upon an abort in a testCharles Celerier-3/+3
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-8/+8
2024-07-09Ignore fuchsia tests implicitly relying on a signal upon abortCharles Celerier-3/+5
2024-03-11Update test directives for `wasm32-wasip1`Alex Crichton-28/+0
2024-03-07Rollup merge of #122109 - alexcrichton:compiletests-needs-threads, r=workingj...Matthias Krüger-2/+2
2024-03-06compiletest: Add a `//@ needs-threads` directiveAlex Crichton-2/+2
2024-03-04libtest: Print the names of failed tests eagerlyjyn-0/+156
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-148/+148
2024-02-01Ignore test-panic-abort tests on AndroidTyler Mandry-3/+5
2023-11-24Show number in error message even for one errorNilstrieb-5/+5
2023-09-01Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkovbors-1/+1
2023-08-15Cleaner assert_eq! & assert_ne! panic messagesYuri Astrakhan-9/+9
2023-08-02Replace old private-in-public diagnostic with type privacy lintsBryanskiy-1/+1
2023-07-29Change default panic handler message format.Mara Bos-8/+13
2023-07-01Auto merge of #111992 - ferrocene:pa-panic-abort-tests-bench, r=m-ou-sebors-4/+14
2023-06-23Rollup merge of #112616 - ferrocene:pa-more-test-suite-fixes, r=NilstriebMatthias Krüger-2/+2
2023-06-21remove needs-unwind attr for test with -Zpanic-abort-testsPietro Albini-1/+0
2023-06-14mark relevant tests as requiring unwindingPietro Albini-0/+1
2023-06-14ensure test harness test works on panic=abort targetsPietro Albini-1/+1
2023-06-07Add test for test function signature verification.Lukas Markeffsky-0/+70
2023-05-26Revert "Adjusting test to needs-unwind, with linking issue"Pietro Albini-1/+1
2023-05-26add tests on running benchmarks with -Z panic-abort-testsPietro Albini-3/+13
2023-05-24libtest: Improve error when missing `-Zunstable-options`jyn-1/+1
2023-05-08Move testsCaio-0/+66
2023-05-02Add needs-unwind annotations to tests that need stack unwindingbjorn3-0/+1
2023-04-28bless line changes in tests-listing-format-json.run.stdoutJosh Stone-3/+3
2023-04-21update tests for the test harness's json formattingPietro Albini-0/+1
2023-04-07fix: ensure bad `#[test]` invocs retain correct ASTEzra Shaw-32/+57
2023-03-20Rollup merge of #109301 - Ezrashaw:fix-ctf-ice, r=NilstriebMatthias Krüger-0/+25
2023-03-19fix: fix ICE in `custom-test-frameworks` featureEzra Shaw-0/+25
2023-03-15Implementing "<test_binary> --list --format json" #107307 #49359Partha P. Das-0/+88