about summary refs log tree commit diff
path: root/tests/ui/issues/issue-21763.rs
AgeCommit message (Collapse)AuthorLines
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-1/+1
2024-04-08Fix UI tests with dist-vendored dependenciesJosh Stone-1/+1
There is already a workaround in `compiletest` to deal with custom `CARGO_HOME` using `-Zignore-directory-in-diagnostics-source-blocks={}`. A similar need exists when dependencies come from the local `vendor` directory, which distro builds often use, so now we ignore that too. Also, `issue-21763.rs` was normalizing `hashbrown-` paths, presumably expecting a version suffix, but the vendored path doesn't include the version. Now that matches `[\\/]hashbrown` instead.
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2023-05-03rustc_middle: Fix `opt_item_ident` for non-local def idsVadim Petrochenkov-0/+2
2023-01-11Move /src/test to /testsAlbert Larsan-0/+11