Signed-off-by: Dylan Baker <[email protected]>
---
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
_______________________________________________
Piglit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/piglit