Re: Some bugs
Posted by
Wade Walker on
Feb 20, 2011; 7:33pm
URL: https://forum.jogamp.org/Some-bugs-tp2291593p2540573.html
Sven Gothel wrote
Sure it would be neat, but it's not just about adding them,
but to automate them in a way they can be validated.
IMHO automated tests are for sure superior but also consume some time and love (thinking)
to make them useful.
I've been thinking about this. I know that driver writers and graphics cards makers have automated tests that compare newly rendered output with saved "gold" images. They do allow for some minor variation when comparing those images, so that slight differences don't cause a failure. I'll try this on one of my unit tests and see if I can get the image comparison to work cross-platform, at least for simple cases.