On 12/08/2017 11:30 PM, Eric Anholt wrote:
Tapani Pälli <[email protected]> writes:v2: cleanup code, remove some GL_NO_ERROR checks add to all.py (Eric) Signed-off-by: Tapani Pälli <[email protected]>diff --git a/tests/all.py b/tests/all.py index 0c99bff0e..4e41aebdd 100644 --- a/tests/all.py +++ b/tests/all.py @@ -3295,6 +3295,11 @@ with profile.test_list.group_manager( grouptools.join('spec', 'oes_required_internalformat')) as g: g(['oes_required_internalformat-renderbuffer'], 'renderbuffer')+with profile.test_list.group_manager(+ PiglitGLTest, + grouptools.join('spec', 'ext_disjoint_timer_query')) as g: + g(['ext_disjoint_timer_query-simple'], 'query')Can we s/'query'/'simple'/ to match the binary's name? With that fixed, Reviewed-by: Eric Anholt <[email protected]>
Sure will change that. Thank you for the review Eric; // Tapani _______________________________________________ Piglit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/piglit
