about summary refs log tree commit diff
path: root/tests/ui/errors/auxiliary
AgeCommit message (Collapse)AuthorLines
2025-10-01tests: remove `no-remap-src-base`Jieyou Xu-1/+1
Previously in the `//`-compiletest-directive times, this was implemented as a special `no-*` directive parsing. In the migration from `//` -> `//@`, the `// no-remap-src-base` directive was lost, most likely because it had no effect -- the default is not remapping `src-base`. So remove occurrences of `no-remap-src-base`, as these are not valid directives.
2025-05-08Rework `-Zremap-path-scope` macro test with dependency checkUrgau-0/+41
2025-05-08Add tests for `-Zremap-path-scope` and paths in diagnostics with depsUrgau-0/+13
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2023-01-16ui tests: Remap test base directory by default.Tim Neumann-0/+1
2023-01-14Heuristically undo path prefix mappings.Tim Neumann-0/+3
Because the compiler produces better diagnostics if it can find the source of (potentially remapped) dependencies.