[Piglit] Piglit feature regression?
Timothy Arceri
t_arceri at yahoo.com.au
Sat Jul 4 23:51:04 PDT 2015
Hi all,
I've been meaning to ask about this for a while.
You used to be able to run piglit tests using wildcard type searchs.
For example:
$ ./piglit-run.py -t glsl-1.40 tests/all.tests results/test1
Would run all glsl-1.40 tests
$ ./piglit-run.py -t glsl-1.40/compiler tests/all.tests results/test1
Would run only the glsl-1.40 compiler tests
$ ./piglit-run.py -t glsl-1.40/compiler/gl_F tests/all.tests results/test1
Would run only compiler tests that start with gl_F
$ ./piglit-run.py -t glsl-1.40/compiler/gl_FragCoord.frag tests/all.tests
results/test1
Would only run gl_FragCoord.frag
Now only the first example works, the others get "Fatal Error: There are no
tests scheduled to run. Aborting run.". Is there a reason for this change? Was
it removed on purpose or was broken by accident?
Tim
More information about the Piglit
mailing list