about summary refs log tree commit diff
path: root/tests/ui/codegen/duplicated-path-in-error.rs
AgeCommit message (Collapse)AuthorLines
2025-07-14tests: Fix duplicated-path-in-error fail with muslJens Reidel-0/+7
musl's dlopen returns a different error than glibc, which contains the name of the file. This would cause the test to fail, since the filename would appear twice in the output (once in the error from rustc, once in the error message from musl). Split the expected test outputs for the different libc implementations. Signed-off-by: Jens Reidel <adrian@travitia.xyz>
2025-03-25compiletest: Support matching on diagnostics without a spanVadim Petrochenkov-0/+2
2024-03-04Add regression ui test for duplicated path in dylib errorGuillaume Gomez-0/+7