Re: Some bugs
Posted by
Sven Gothel on
Feb 19, 2011; 4:59pm
URL: https://forum.jogamp.org/Some-bugs-tp2291593p2534366.html
On Friday, February 18, 2011 02:31:06 Wade Walker [via jogamp] wrote:
>
> Michael Bien wrote:
> >
> > The demos may be a bit buggy or not up2date. Most of
> > them are quite old already :)
> >
>
> I wonder, should we add the demos to the regression test suite? If they were
> in the regression, we could at least insure that they don't crash or
> gradually become unusable.
I migrated a few, gears, multisample :)
Sure it would be neat, but it's not just about adding them,
but to automate them in a way they can be validated.
As you can see, we already have a manual 'bugs' package in src/test: com.jogamp.opengl.test.bugs
for 'manual' verification of not automated tests.
IMHO automated tests are for sure superior but also consume some time and love (thinking)
to make them useful.
You are all very very welcome to add sensible unit tests - of course.
~Sven