Re: [Piglit] [PATCH] deqp: Add Mesa version overrides for khr_gl* testlist generation.

2018-06-22 Thread Dylan Baker
Quoting Eric Anholt (2018-06-20 17:52:34) > The runner will assertion fail if it can't create an appropriate > context, so just force the version so that we can get our testlists > generated. > --- > framework/test/deqp.py | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --gi

[Piglit] [PATCH] deqp: Add Mesa version overrides for khr_gl* testlist generation.

2018-06-20 Thread Eric Anholt
The runner will assertion fail if it can't create an appropriate context, so just force the version so that we can get our testlists generated. --- framework/test/deqp.py | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/framework/test/deqp.py b/framework/test/deqp.py index