---
 tests/texturing/tex3d-maxsize.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/texturing/tex3d-maxsize.c b/tests/texturing/tex3d-maxsize.c
index 60c9c63..781ac27 100644
--- a/tests/texturing/tex3d-maxsize.c
+++ b/tests/texturing/tex3d-maxsize.c
@@ -26,20 +26,21 @@
  * Tests 3D textures.
  */
 
 #include "piglit-util-gl.h"
 
 PIGLIT_GL_TEST_CONFIG_BEGIN
 
        config.supports_gl_compat_version = 12;
 
        config.window_visual = PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_DOUBLE;
+       config.khr_no_error_support = PIGLIT_NO_ERRORS
 
 PIGLIT_GL_TEST_CONFIG_END
 
 
 static GLint MaxSize;
 
 
 
 /**
  * Compute size (in megabytes) of a texture of the given dimensions and
-- 
2.9.4

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

Reply via email to