summaryrefslogtreecommitdiff
path: root/tests/texturing/getteximage-simple.c
diff options
context:
space:
mode:
authorTimothy Arceri <tarceri@itsqueeze.com>2017-07-06 12:36:16 +1000
committerTimothy Arceri <tarceri@itsqueeze.com>2017-08-08 15:07:42 +1000
commit6e070c9e8a73a79651b2388021ed0c5cd1024b36 (patch)
tree421a56f9f29f93222b769cfe2e674f78e2254aa9 /tests/texturing/getteximage-simple.c
parent7a0762e4346b96d6ce88d22c0381d79699b13d91 (diff)
texturing: set KHR_no_error status
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Diffstat (limited to 'tests/texturing/getteximage-simple.c')
-rw-r--r--tests/texturing/getteximage-simple.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/texturing/getteximage-simple.c b/tests/texturing/getteximage-simple.c
index 0befc78d8..273f2b36c 100644
--- a/tests/texturing/getteximage-simple.c
+++ b/tests/texturing/getteximage-simple.c
@@ -17,6 +17,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
config.supports_gl_compat_version = 10;
config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE;
+ config.khr_no_error_support = PIGLIT_NO_ERRORS;
PIGLIT_GL_TEST_CONFIG_END