about summary refs log tree commit diff
path: root/tests/run-make/remap-path-prefix
AgeCommit message (Collapse)AuthorLines
2023-10-17Test -Zremap-path-scope=split-debuginfo with -Csplit-debuginfo=packedUrgau-0/+5
2023-10-17Adjust tests for MacOS having different -Csplit-debuginfo defaultUrgau-5/+14
MacOS (and all apple targets) have -Csplit-debuginfo=packed as default instead of "off" like all other targets (well there is Windows, but we don't test it in those tests), also -Csplit-debuginfo is not stable on all targets so we only set in on Darwin where is matters.
2023-10-17[RFC 3127 - Trim Paths]: Adjust tests for -Zremap-path-scopeUrgau-0/+16
2023-03-30Move almost all run-make-fulldeps to run-makeJoshua Nelson-0/+12
They pass fine.