valgrind errors occur too often when 'make test' is used. It is because too
authorDaniel Stenberg <daniel@haxx.se>
Sat, 5 Feb 2005 10:25:20 +0000 (10:25 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 5 Feb 2005 10:25:20 +0000 (10:25 +0000)
commit67ff8e3ea36a1c0c2077a9c9b99a34c9fdd715b6
treea2795ec306a49cc3dce1013403d4bf93fc01696c
parent2248599ae140b03d1d369cfb45cb14b4aea21891
valgrind errors occur too often when 'make test' is used. It is because too
many third-party libs and tools have problems. When curl is built without
--disable-shared, the testing is done with a front-end script which makes the
valgrind testing include (ba)sh as well and that often causes valgrind
errors. Either we improve the valgrind error scanner a lot to better identify
(lib)curl errors only, or we disable valgrind checking by default
docs/KNOWN_BUGS