Reviewed-by: Juan A. Suarez Romero <[email protected]>
On Mon, 2017-09-18 at 14:22 -0700, Kenneth Graunke wrote: > Following the pattern, if there ever were a OpenGL 4.6 CTS, it would > probably have tests named like this. > --- > tests/khr_gl.py | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/tests/khr_gl.py b/tests/khr_gl.py > index 0cc86afff..6a4e845c4 100644 > --- a/tests/khr_gl.py > +++ b/tests/khr_gl.py > @@ -89,5 +89,7 @@ profile = deqp.make_profile( # pylint: disable=invalid-name > deqp.gen_caselist_txt(_KHR_BIN, 'KHR-GL44-cases.txt', > _EXTRA_ARGS)), > deqp.iter_deqp_test_cases( > deqp.gen_caselist_txt(_KHR_BIN, 'KHR-GL45-cases.txt', > _EXTRA_ARGS)), > + deqp.iter_deqp_test_cases( > + deqp.gen_caselist_txt(_KHR_BIN, 'KHR-GL46-cases.txt', > _EXTRA_ARGS)), > ), > DEQPKHRTest) _______________________________________________ Piglit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/piglit
