Dan Kegel wrote:
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.
Unfortunately it seems I don't have --track-origins parameter using 3.3.1.
Do I need any kind of special build with valgrind support or it will work with any binary? Is WINETEST_WRAPPER found in wiki needed?
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
That's great.