diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-12-07 06:47:15 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-12-07 06:47:15 (GMT) |
commit | b23c60d320f744f0e585992ba32226daa685d6cb (patch) | |
tree | 10b736e31e8be88c1a1b06b2add6f96d28ebf8ab | |
parent | 9a665075c9df74fd646ad187636bc242a9a8816c (diff) |
add notice about NDEBUG and CMakeCache.txt to fix cgalpngtest errors
-rw-r--r-- | doc/testing.txt | 5 | ||||
-rwxr-xr-x | tests/test_pretty_print.py | 1 |
2 files changed, 5 insertions, 1 deletions
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) |