I think changed on purpose. Try replacing the / with @ and see if that
works. If it does and we want to preserve the / behavior I can make that
happen.
On Jul 4, 2015 11:51 PM, "Timothy Arceri" <[email protected]> wrote:

> 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
> _______________________________________________
> Piglit mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/piglit
>
_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to