On Tue, Oct 20, 2009 at 7:59 AM, Nikolay Sivov bunglehead@gmail.com wrote:
Could you provide a whole valgrind command line you're using, assuming that I have 3.3.1 not svn build.
Try something like
cd dlls/ole32/tests valgrind --trace-children=yes --workaround-gcc296-bugs=yes --track-origins=yes -q ../../../wine ole32_test.exe.so marshal.c
I'll update the scripts I use; the old ones are in winezeug/valgrind.
Are you intentionally dropped user32 tests?
No, the ole32 marshal tests hung, so I stopped there. I'll skip them next run.
P.S. Is it possible to run such check each week, or at least some days before release?
I'll try to do automated builds every day. - Dan