tips
Debugging tests that fail infrequently
This post is from a tip that Michael Ballantyne passed along to me. Occasionally we encounter tests that fail infrequently. Debugging these can be very frustrating. Here is one technique that can help. Debug build Add [code] -DCMAKE_CXX_FLAGS=”-g -O3″ [/code] Read more…