summaryrefslogtreecommitdiff
path: root/tests/spec/glsl-1.30/execution/fs-discard-exit-2.c
diff options
context:
space:
mode:
authorTimothy Arceri <tarceri@itsqueeze.com>2017-07-05 13:49:35 +1000
committerTimothy Arceri <tarceri@itsqueeze.com>2017-07-06 09:24:19 +1000
commitece8312eaa9d4c3ae46a9f948cce0e03ceac8a53 (patch)
tree24f408d6668b4f26aa405a25acf6add7b37856db /tests/spec/glsl-1.30/execution/fs-discard-exit-2.c
parent990b3881478f9671c69b1bc9e2c3b0b3e91cd30d (diff)
glsl-1.30: set KHR_no_error status
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Diffstat (limited to 'tests/spec/glsl-1.30/execution/fs-discard-exit-2.c')
-rw-r--r--tests/spec/glsl-1.30/execution/fs-discard-exit-2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/spec/glsl-1.30/execution/fs-discard-exit-2.c b/tests/spec/glsl-1.30/execution/fs-discard-exit-2.c
index 0ce32dc16..b539286c4 100644
--- a/tests/spec/glsl-1.30/execution/fs-discard-exit-2.c
+++ b/tests/spec/glsl-1.30/execution/fs-discard-exit-2.c
@@ -49,6 +49,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
config.supports_gl_compat_version = 10;
config.window_visual = PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_DOUBLE;
+ config.khr_no_error_support = PIGLIT_NO_ERRORS;
PIGLIT_GL_TEST_CONFIG_END