shell32, ntdll tests

2005-04-11 Thread Aaron Arvey
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

Preloader Compiles with Coverage Flags

2005-03-29 Thread Aaron Arvey
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

advapi32:registry.c tests failing

2005-02-01 Thread Aaron Arvey
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

Enabling gcov patch not accepted

2004-11-11 Thread Aaron Arvey
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