Bugfixed the parser that scans the valgrind report outputs. I noticed that it
authorDaniel Stenberg <daniel@haxx.se>
Sun, 30 Jan 2005 12:56:36 +0000 (12:56 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 30 Jan 2005 12:56:36 +0000 (12:56 +0000)
commit6a99ab098c3b291068f3573ead6815a8c58c061e
treefa5e0aeb958478adc64e0ce471c90c978780d3a6
parentb03adde5466dc95b2b0d999869605e36823c3d17
Bugfixed the parser that scans the valgrind report outputs. I noticed that it
previously didn't detect and report the "Conditional jump or move depends on
uninitialised value(s)" error.

When I fixed this, I caught a few curl bugs with it. And then I had to spend
time to make the test suite IGNORE these errors when OpenSSL is used since it
produce massive amounts of valgrind warnings (but only of the "Conditional..."
kind it seems).

So, if a test that requires SSL is run, it ignores the "Conditional..."
errors, and you'll get a "valgrind PARTIAL" output instead of "valgrind OK".
tests/runtests.pl