Move all alloc integration tests to a new alloctests crate

This commit is contained in:
bjorn3 2025-02-06 11:38:59 +00:00
parent 03eb454523
commit fb04372dc5
58 changed files with 73 additions and 25 deletions

View file

@ -475,7 +475,7 @@ pub fn check(path: &Path, bad: &mut bool) {
&& !trimmed.starts_with("//")
&& !file.ancestors().any(|a| {
(a.ends_with("tests") && a.join("COMPILER_TESTS.md").exists())
|| a.ends_with("library/alloc/tests")
|| a.ends_with("library/alloctests")
})
&& filename != "tests.rs"
{