---
 tests/spec/ext_transform_feedback/max-varyings.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/spec/ext_transform_feedback/max-varyings.c 
b/tests/spec/ext_transform_feedback/max-varyings.c
index 1f83b60aa..b8c98a5d5 100644
--- a/tests/spec/ext_transform_feedback/max-varyings.c
+++ b/tests/spec/ext_transform_feedback/max-varyings.c
@@ -435,6 +435,9 @@ piglit_display(void)
                }
                piglit_report_subtest_result(status,
                                             "max-varying-arrays-of-arrays");
+       } else {
+               piglit_report_subtest_result(PIGLIT_SKIP,
+                                            "max-varying-arrays-of-arrays");
        }
        piglit_present_results();
 
-- 
2.19.1

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to