Signed-off-by: Samuel Pitoiset <[email protected]>
---
tests/spec/arb_texture_storage_multisample/tex-param.c | 2 ++
tests/spec/arb_texture_storage_multisample/tex-storage.c | 2 ++
2 files changed, 4 insertions(+)
diff --git a/tests/spec/arb_texture_storage_multisample/tex-param.c
b/tests/spec/arb_texture_storage_multisample/tex-param.c
index 9b52fb56b..8aa3df339 100644
--- a/tests/spec/arb_texture_storage_multisample/tex-param.c
+++ b/tests/spec/arb_texture_storage_multisample/tex-param.c
@@ -30,6 +30,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
config.window_visual = PIGLIT_GL_VISUAL_RGBA |
PIGLIT_GL_VISUAL_DOUBLE;
+ config.khr_no_error_support = PIGLIT_HAS_ERRORS;
+
PIGLIT_GL_TEST_CONFIG_END
/* Exercises GetTexParameter/TexParameter with multisample textures */
diff --git a/tests/spec/arb_texture_storage_multisample/tex-storage.c
b/tests/spec/arb_texture_storage_multisample/tex-storage.c
index 4fbecd799..77f604648 100644
--- a/tests/spec/arb_texture_storage_multisample/tex-storage.c
+++ b/tests/spec/arb_texture_storage_multisample/tex-storage.c
@@ -28,6 +28,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
config.window_visual = PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_DOUBLE;
+ config.khr_no_error_support = PIGLIT_HAS_ERRORS;
+
PIGLIT_GL_TEST_CONFIG_END
enum piglit_result
--
2.14.0
_______________________________________________
Piglit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/piglit