Hierarchical namespace for tests

Alexandre Julliard julliard at winehq.org
Mon Apr 25 10:18:15 CDT 2005


Paul Millar <p.millar at 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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list