[Piglit] [PATCH 07/15] tests: enumerate subtests in fbo-incomplete

Dylan Baker dylan at pnwbakers.com
Tue Jan 23 01:22:08 UTC 2018


Signed-off-by: Dylan Baker <dylan.c.baker at 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


More information about the Piglit mailing list