aboutsummaryrefslogtreecommitdiff
path: root/tests/texturing/getteximage-formats.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/texturing/getteximage-formats.c')
-rw-r--r--tests/texturing/getteximage-formats.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/texturing/getteximage-formats.c b/tests/texturing/getteximage-formats.c
index 0e123388..93771dd5 100644
--- a/tests/texturing/getteximage-formats.c
+++ b/tests/texturing/getteximage-formats.c
@@ -472,6 +472,8 @@ piglit_display(void)
pass = test_format(set, &set->format[format_index]);
}
else {
+ /* unsupported format - not a failure */
+ pass = GL_TRUE;
glClear(GL_COLOR_BUFFER_BIT);
piglit_present_results();
}