Signed-off-by: Dylan Baker <dylan.c.ba...@intel.com>
---
 tests/fbo/fbo-incomplete.cpp | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/tests/fbo/fbo-incomplete.cpp b/tests/fbo/fbo-incomplete.cpp
index 8cde6d2..8d16ec1 100644
--- a/tests/fbo/fbo-incomplete.cpp
+++ b/tests/fbo/fbo-incomplete.cpp
@@ -34,6 +34,18 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
 
        config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE;
        config.khr_no_error_support = PIGLIT_NO_ERRORS;
+       const char *tests[] = {
+               "0x0 texture",
+               "0x0 renderbuffer",
+               "invalid slice of 3D texture",
+               "invalid layer of a 1D-array texture",
+               "invalid layer of a 2D-array texture",
+               "invalid layer of a cube-array texture",
+               "delete texture of bound FBO",
+               "delete renderbuffer of bound FBO",
+               NULL
+       };
+       config.all_subtests = tests;
 
 PIGLIT_GL_TEST_CONFIG_END
 
-- 
git-series 0.9.1
_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to