about summary refs log tree commit diff
path: root/tests/run-make/libtest-thread-limit
AgeCommit message (Collapse)AuthorLines
2024-12-23remove unused imports from rmake testsRémy Rakic-4/+1
2024-12-02Use c"lit" for CStrings without unwrapKornel-1/+1
2024-08-29Add needs-unwind compiletest directive to libtest-thread-limitOneirical-0/+3
2024-08-23rewrite libtest-thread-limit to rmakeOneirical-8/+70
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+3
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2023-04-03Auto merge of #109770 - jyn514:run-make-fulldeps, r=Mark-Simulacrumbors-1/+1
Move almost all run-make-fulldeps tests to run-make They pass fine, and this avoids having to build the compiler twice. There are few enough tests left that I think it should be possible to get rid of this test suite altogether, but I expect this PR to fail at least a few times in bors and want to get it merged before tackling further changes. cc https://github.com/rust-lang/rust/pull/83775 Fixes https://github.com/rust-lang/rust/issues/66085. Fixes https://github.com/rust-lang/rust/issues/83773.
2023-03-30move `tools.mk` to run-makeJoshua Nelson-1/+1
apparently I missed some tests in the last commit. Rather than having dozens of tests use the long version, use the short version in `run-make` and the long version in `run-make-fulldeps` (which is now only three tests)
2023-03-29Stabilize a portion of 'once_cell'Trevor Gross-2/+0
Move items not part of this stabilization to 'lazy_cell' or 'once_cell_try'
2023-01-11Move /src/test to /testsAlbert Larsan-0/+27