mmp / pbrt-v3

Source code for pbrt, the renderer described in the third edition of "Physically Based Rendering: From Theory To Implementation", by Matt Pharr, Wenzel Jakob, and Greg Humphreys.
http://pbrt.org
BSD 2-Clause "Simplified" License
4.88k stars 1.19k forks source link

Fix unit test for print utility. #166

Closed lifta42 closed 6 years ago

lifta42 commented 6 years ago

The original testcase is broken. It seems that the assertion in stringPrintfRecursive has been changed to glog provided version but the testing is not updated as well.

This is the only broken testcase on MacOS. Hope to fix it soon. By the way, I still do not consider that it is a good phenomenon to let the success of testing relies on the behavior of an external library.

mmp commented 6 years ago

Thanks!