[Piglit] [PATCH] dlist-beginend: Fix up subtest names.

Ian Romanick idr at freedesktop.org
Mon May 13 15:16:42 PDT 2013


On 05/13/2013 11:37 AM, Eric Anholt wrote:
> For better or worse, the "/" in a test name is interpreted as a group
> separator.

D'oh.

Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

> ---
>   tests/spec/gl-1.0/dlist-beginend.c | 12 ++++++------
>   1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/tests/spec/gl-1.0/dlist-beginend.c b/tests/spec/gl-1.0/dlist-beginend.c
> index bb2f3ac..1493d12 100644
> --- a/tests/spec/gl-1.0/dlist-beginend.c
> +++ b/tests/spec/gl-1.0/dlist-beginend.c
> @@ -68,7 +68,7 @@ test_call_list_inside_begin_end(void)
>
>   	piglit_present_results();
>   	piglit_report_subtest_result(pass ? PIGLIT_PASS : PIGLIT_FAIL,
> -				     "glCallList inside glBegin/glEnd");
> +				     "glCallList inside glBegin-glEnd");
>
>   	return pass;
>   }
> @@ -114,7 +114,7 @@ test_call_list_inside_nested_begin_end(void)
>
>   	piglit_present_results();
>   	piglit_report_subtest_result(pass ? PIGLIT_PASS : PIGLIT_FAIL,
> -				     "nested glCallList inside glBegin/glEnd");
> +				     "nested glCallList inside glBegin-glEnd");
>
>   	return pass;
>   }
> @@ -154,7 +154,7 @@ test_illegal_rect_list_inside_begin_end(void)
>
>   	piglit_present_results();
>   	piglit_report_subtest_result(pass ? PIGLIT_PASS : PIGLIT_FAIL,
> -				     "illegal glRect inside glBegin/glEnd");
> +				     "illegal glRect inside glBegin-glEnd");
>
>   	return pass;
>   }
> @@ -200,7 +200,7 @@ test_illegal_drawarrays_list_inside_begin_end(void)
>
>   	piglit_present_results();
>   	piglit_report_subtest_result(pass ? PIGLIT_PASS : PIGLIT_FAIL,
> -		"illegal glDrawArrays inside glBegin/glEnd");
> +		"illegal glDrawArrays inside glBegin-glEnd");
>
>   	return pass;
>   }
> @@ -239,7 +239,7 @@ test_illegal_drawarrays_list_inside_begin_end2(void)
>
>   	piglit_present_results();
>   	piglit_report_subtest_result(pass ? PIGLIT_PASS : PIGLIT_FAIL,
> -		"illegal glDrawArrays inside glBegin/glEnd (2)");
> +		"illegal glDrawArrays inside glBegin-glEnd (2)");
>
>   	return pass;
>   }
> @@ -289,7 +289,7 @@ test_separate_begin_vertex_end_lists(void)
>
>   	piglit_present_results();
>   	piglit_report_subtest_result(pass ? PIGLIT_PASS : PIGLIT_FAIL,
> -				     "separate glBegin/glVertex/glEnd lists");
> +				     "separate glBegin-glVertex-glEnd lists");
>
>   	return pass;
>   }
>



More information about the Piglit mailing list