Paul Millar p.millar@physics.gla.ac.uk writes:
Hopefully not a controversial one. I think it will prove useful to separate the different tests' namespace. This would allow identical filenames to appear in different DLL tests directories without confusion (c.f. "generated.c" currently).
The proposed namespace would be simply <dllname> "/" <filename> ":" <lineno> Examples are: user/sysparams:186 winspool/info:128
The problem with this is that the result is not a valid path, which breaks tools that parse the output to let you jump to the error, like emacs compile mode.