about summary refs log tree commit diff
path: root/tests/run-make/libtest-thread-limit
AgeCommit message (Collapse)AuthorLines
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