about summary refs log tree commit diff
path: root/tests/ui/cross-crate/auxiliary
AgeCommit message (Collapse)AuthorLines
2025-08-27Add test batch 2Oneirical-0/+7
2025-08-17Rehome tests/ui/issues/ tests [5/?]Oneirical-0/+5
2025-08-10Rollup merge of #144553 - Oneirical:uncountable-integer-4, r=jieyouxuJacob Pratt-0/+22
Rehome 32 `tests/ui/issues/` tests to other subdirectories under `tests/ui/` rust-lang/rust#143902 divided into smaller, easier to review chunks. Part of rust-lang/rust#133895 Methodology: 1. Refer to the previously written `tests/ui/SUMMARY.md` 2. Find an appropriate category for the test, using the original issue thread and the test contents. 3. Add the issue URL at the bottom (not at the top, as that would mess up stderr line numbers) 4. Rename the tests to make their purpose clearer Inspired by the methodology that `@Kivooeo` was using. r? `@jieyouxu`
2025-08-10Rehome tests/ui/issues/ tests [4/?]Oneirical-0/+22
2025-08-04Rehome tests/ui/issues/ tests [3/?]Oneirical-0/+3
2025-07-24Rehome tests/ui/issues/ tests [1/?]Oneirical-0/+13
2025-07-04Rollup merge of #142440 - Kivooeo:tf14, r=tgross35Jubilee-0/+28
`tests/ui`: A New Order [14/N] > [!NOTE] > > Intermediate commits are intended to help review, but will be squashed prior to merge. Some `tests/ui/` housekeeping, to trim down number of tests directly under `tests/ui/`. Part of rust-lang/rust#133895. r? `@jieyouxu`
2025-07-01Give some UI tests more apropriate namesTrevor Gross-0/+28
Prepare for rework done by the rest of RUST-142440. Co-authored-by: Kivooeo <Kivooeo123@gmail.com>
2025-07-01cleaned up some testsKivooeo-0/+0
2025-06-30moved testsKivooeo-0/+2
2025-06-08cleaned up some testsKivooeo-0/+33
2025-06-03Use non-2015 edition paths in tests that do not test for their resolutionLukas Wirth-5/+5
This allows for testing these tests on editions other than 2015
2025-05-03Move some tests out of tests/uimejrs-0/+50
2024-06-04Closures are recursively reachableTomasz Miąsko-0/+6
2024-05-20Move 100 entries from tests/ui into subdirsJubilee Young-0/+84
- Move super-fast-paren-parsing test into ui/parser - Move stmt_expr_attrs test into ui/feature-gates - Move macro tests into ui/macros - Move global_asm tests into ui/asm - Move env tests into ui/process - Move xcrate tests into ui/cross-crate - Move unop tests into ui/unop - Move backtrace tests into ui/backtrace - Move check-static tests into ui/statics - Move expr tests into ui/expr - Move optimization fuel tests into ui/fuel - Move ffi attribute tests into ui/ffi-attrs - Move suggestion tests into ui/suggestions - Move main tests into ui/fn-main - Move lint tests into ui/lint - Move repr tests into ui/repr - Move intrinsics tests into ui/intrinsics - Move tool lint tests into ui/tool-attributes - Move return tests into ui/return - Move pattern tests into ui/patttern - Move range tests into ui/range - Move foreign-fn tests into ui/foreign - Move orphan-check tests into ui/coherence - Move inference tests into ui/inference - Reduce ROOT_ENTRY_LIMIT
2024-03-14Test and implement reachability for trait objects and generic parameters of ↵Oli Scherer-0/+21
functions
2023-08-22Contents of reachable statics is reachableTomasz Miąsko-0/+4
2023-01-11Move /src/test to /testsAlbert Larsan-0/+235