From b23c60d320f744f0e585992ba32226daa685d6cb Mon Sep 17 00:00:00 2001 From: Don Bright Date: Wed, 7 Dec 2011 00:47:15 -0600 Subject: add notice about NDEBUG and CMakeCache.txt to fix cgalpngtest errors diff --git a/doc/testing.txt b/doc/testing.txt index 6b0f0d2..403ef4a 100644 --- a/doc/testing.txt +++ b/doc/testing.txt @@ -83,3 +83,8 @@ based on Normalized Cross Correlation. Pass -DCOMPARATOR=ncc to cmake Your version of imagemagick is old. Upgrade, or pass -DCOMPARATOR=old to cmake. The comparison will be of lowered reliability. + +6. Many cgalpngtests are failing with weird assertion errors. + +Edit CMakeCache.txt and replace '-DNDEBUG' or '/D NDEBUG' with blank spaces + diff --git a/tests/test_pretty_print.py b/tests/test_pretty_print.py index 955d021..fa8b390 100755 --- a/tests/test_pretty_print.py +++ b/tests/test_pretty_print.py @@ -33,7 +33,6 @@ # 3. save the wikified data to disk # todo -# repair html output # do something if tests for GL extensions for OpenCSG fail (test fail, no image production) # copy all images, sysinfo.txt to bundle for html/upload (images # can be altered by subsequent runs) -- cgit v0.10.1