From: Alejandro PiƱeiro <apinhe...@igalia.com> Before this commit a piglit run like this: ./piglit run tests/all.py -t arb_enhanced_layouts-transform-feedback ../piglit_results/foo
Would include the layout-qualifiers tests, but not the layout-query one. --- tests/opengl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/opengl.py b/tests/opengl.py index 2771cb2eb..f5a91bea1 100644 --- a/tests/opengl.py +++ b/tests/opengl.py @@ -2334,7 +2334,7 @@ with profile.test_list.group_manager( 'arb_enhanced_layouts-transform-feedback-layout-qualifiers_gs_max', run_concurrent=False) g(['arb_enhanced_layouts-transform-feedback-layout-query-api'], - 'transform-feedback-layout-query-api') + 'arb_enhanced_layouts-transform-feedback-layout-query-api') # Group ARB_explicit_attrib_location with profile.test_list.group_manager( -- 2.17.1 _______________________________________________ Piglit mailing list Piglit@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/piglit