Is anyone currently working (or have feedback) on tests for
ntdll/loader.c, ntdll/virtual.c, shell32/folder.c, shell32/shlexec.c, or
shell32/shell_main.c?
More specifically, is it worth the time to write tests for ntdll/loader.c
and ntdll/virtual.c? It seems that these files would be used to load
function
Signed-off-by: Aaron Arvey
Index: loader/preloader.c
===
RCS file: /home/wine/wine/loader/preloader.c,v
retrieving revision 1.13
diff -u -3 -p -r1.13 preloader.c
--- loader/preloader.c 22 Mar 2005 16:42:25 - 1.13
I noticed that advapi32:registry was failing on my windows xp machine 28
times, but succeeding in my wine regression test runs. I investigated
what lines were causing failures and changed some the values so that the
errors wouldn't exist on the windows test run. This now causes wine test
runs to
Hi,
I recently sent in a patch concerning enabling gcov in wine
(http://www.winehq.org/hypermail/wine-patches/2004/11/0136.html) and it
doesn't seem to have been incorporated in the main cvs branch :(.
I have never contributed to wine before so I'm not sure how to get
feedback on my patch in orde