Re: [Piglit] [PATCH] Add support for Crucible

2018-03-28 Thread Juan A. Suarez Romero
On Mon, 2018-03-26 at 11:53 -0700, Dylan Baker wrote: > Quoting Juan A. Suarez Romero (2018-03-23 04:37:16) > > Allow to run Crucible testsuite from piglit > > > > Signed-off-by: Juan A. Suarez Romero > > --- > > tests/crucible.py | 84 > >

Re: [Piglit] [PATCH] Add support for Crucible

2018-03-26 Thread Dylan Baker
Quoting Juan A. Suarez Romero (2018-03-23 04:37:16) > Allow to run Crucible testsuite from piglit > > Signed-off-by: Juan A. Suarez Romero > --- > tests/crucible.py | 84 > +++ > 1 file changed, 84 insertions(+) > create

[Piglit] [PATCH] Add support for Crucible

2018-03-23 Thread Juan A. Suarez Romero
Allow to run Crucible testsuite from piglit Signed-off-by: Juan A. Suarez Romero --- tests/crucible.py | 84 +++ 1 file changed, 84 insertions(+) create mode 100644 tests/crucible.py diff --git a/tests/crucible.py