about summary refs log tree commit diff
path: root/tests/run-make/symbols-all-mangled
AgeCommit message (Collapse)AuthorLines
2025-06-16Change __rust_no_alloc_shim_is_unstable to be a functionDaniel Paoliello-8/+0
2025-04-12tests: produce target artifacts and/or require crate type / ignore cross-compileJieyou Xu-0/+2
Some tests fail on cross-compiled targets due to various linker problems on cross-compiled target, and having test coverage for these against cross-compiled targets is nice but not necessary.
2025-03-20tests: accept some noise from LLVM 21 in symbols-all-mangledAugie Fackler-2/+14
I'm not entirely sure this is correct, but it doesn't feel obviously-wrong so I figured I'd just start by sending a PR rather than filing a bug and letting it linger. @rustbot label llvm-main
2025-03-17Only run symbols-all-mangled test on ELF targetsbjorn3-0/+1
2025-03-17Ignore symbols that don't contain rust as substring for executablesbjorn3-8/+7
For staticlib we still keep checking symbols that don't contain rust as substring.
2025-03-17Add test that all symbols we expect to be mangled are actually mangledbjorn3-0/+88