hexhex / core

DLVHEX solver: core system and plugin API
http://www.kr.tuwien.ac.at/research/systems/dlvhex/
GNU Lesser General Public License v2.1
24 stars 8 forks source link

BOOST_TEST_REPORT_LEVEL and BOOST_TEST_LOG_LEVEL do not work on OSX #9

Open peschue opened 11 years ago

peschue commented 11 years ago

On Mac OS X, we get malloc-bugs in the boost test framework when TEST_ENVIRONMENT includes BOOST_TEST_REPORT_LEVEL=detailed BOOST_TEST_LOG_LEVEL=all. See source:dlvhex/branches/dlvhex-refactoring/testsuite/Makefile.am

Most likely a boost bug.