summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Arceri <tarceri@itsqueeze.com>2017-07-05 12:20:39 +1000
committerTimothy Arceri <tarceri@itsqueeze.com>2017-07-06 09:24:18 +1000
commitd454627b092280c04d1f08753ae140ef46b2d93a (patch)
treef6083adac24b34710c9ad3c27aff4833224f71b9
parent527d00803693a78690eec34af68db80cbb6d133e (diff)
fast_color_clear: set KHR_no_error status
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
-rw-r--r--tests/fast_color_clear/blit-between-clears.c1
-rw-r--r--tests/fast_color_clear/front-buffer-distraction.c1
-rw-r--r--tests/fast_color_clear/read-after-clear.c1
-rw-r--r--tests/fast_color_clear/read-to-pbo-after-clear.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/tests/fast_color_clear/blit-between-clears.c b/tests/fast_color_clear/blit-between-clears.c
index 12c23e718..97a45292c 100644
--- a/tests/fast_color_clear/blit-between-clears.c
+++ b/tests/fast_color_clear/blit-between-clears.c
@@ -41,6 +41,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
config.window_width = RB_WIDTH;
config.window_height = RB_HEIGHT;
config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
+ config.khr_no_error_support = PIGLIT_NO_ERRORS;
PIGLIT_GL_TEST_CONFIG_END
diff --git a/tests/fast_color_clear/front-buffer-distraction.c b/tests/fast_color_clear/front-buffer-distraction.c
index c8e059b30..e82362775 100644
--- a/tests/fast_color_clear/front-buffer-distraction.c
+++ b/tests/fast_color_clear/front-buffer-distraction.c
@@ -43,6 +43,7 @@
PIGLIT_GL_TEST_CONFIG_BEGIN
config.supports_gl_compat_version = 11;
config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
+ config.khr_no_error_support = PIGLIT_NO_ERRORS;
PIGLIT_GL_TEST_CONFIG_END
diff --git a/tests/fast_color_clear/read-after-clear.c b/tests/fast_color_clear/read-after-clear.c
index 98c716969..390d5b7c0 100644
--- a/tests/fast_color_clear/read-after-clear.c
+++ b/tests/fast_color_clear/read-after-clear.c
@@ -58,6 +58,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
config.window_width = TEX_WIDTH;
config.window_height = TEX_HEIGHT;
config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
+ config.khr_no_error_support = PIGLIT_NO_ERRORS;
PIGLIT_GL_TEST_CONFIG_END
diff --git a/tests/fast_color_clear/read-to-pbo-after-clear.c b/tests/fast_color_clear/read-to-pbo-after-clear.c
index 522b53a4e..87de9f3b9 100644
--- a/tests/fast_color_clear/read-to-pbo-after-clear.c
+++ b/tests/fast_color_clear/read-to-pbo-after-clear.c
@@ -46,6 +46,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
config.window_width = TEX_WIDTH;
config.window_height = TEX_HEIGHT;
config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
+ config.khr_no_error_support = PIGLIT_NO_ERRORS;
PIGLIT_GL_TEST_CONFIG_END