Open GoogleCodeExporter opened 9 years ago
When I mentioned my first unit test (in unget-test.patch) was slow, I really
wasn't
kidding. Even without valgrind, it still takes 5 minutes or so on my machine
(and
really clobbers my disk cache). To run it, after applying the patch I run:
make wvtestmain && WVTEST_DISABLE_TIMEOUT=1 ./wvtestmain dynbuf
Or whatever your favourite incantation is to keep Valgrind from running.
Valgrind is
just too slow to contemplate. I think even the "fast" unit test in the second
patch
is still too slow for the WvTest timeout, so you still may need the
WVTEST_DISABLE_TIMEOUT=1 and/or the Valgrind disabling.
Original comment by peter.mc...@gmail.com
on 7 Mar 2008 at 10:30
Original issue reported on code.google.com by
peter.mc...@gmail.com
on 7 Mar 2008 at 10:26Attachments: