[Piglit] [PATCH 4/9] tests: enumerate subtests in fbo-incomplete
Dylan Baker
dylan at pnwbakers.com
Sat Jan 20 00:25:59 UTC 2018
Signed-off-by: Dylan Baker <dylan.c.baker at intel.com>
---
tests/fbo/fbo-incomplete.cpp | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/tests/fbo/fbo-incomplete.cpp b/tests/fbo/fbo-incomplete.cpp
index 8cde6d2..0354615 100644
--- a/tests/fbo/fbo-incomplete.cpp
+++ b/tests/fbo/fbo-incomplete.cpp
@@ -459,6 +459,13 @@ piglit_init(int argc, char **argv)
{
bool pass = true;
+ piglit_enumerate_subtests(
+ 8, "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"
+ );
+
piglit_require_extension("GL_ARB_framebuffer_object");
pass = incomplete_0_by_0_texture() && pass;
--
git-series 0.9.1
More information about the Piglit
mailing list