diff options
author | Timothy Arceri <tarceri@itsqueeze.com> | 2017-05-13 13:17:38 +1000 |
---|---|---|
committer | Timothy Arceri <tarceri@itsqueeze.com> | 2017-05-18 10:08:39 +1000 |
commit | 642f39fd3402840da9d2c45bb2a4bcd69ca8e1bf (patch) | |
tree | 4d54e0e891ec028be5c51cad69d96cad70bf877c /tests/spec | |
parent | 244c8bb101f60482f32a9bee500d717fc5d527c6 (diff) |
tests: mark KHR_no_error incompatible tests
There is still a huge number of tests to classify but this gives us
a good number of tests to start testing with.
Diffstat (limited to 'tests/spec')
-rw-r--r-- | tests/spec/arb_es2_compatibility/arb_es2_compatibility-fixed-type.c | 1 | ||||
-rw-r--r-- | tests/spec/arb_vertex_type_10f_11f_11f_rev/api-errors.c | 1 | ||||
-rw-r--r-- | tests/spec/gl-1.0/beginend-coverage.c | 1 | ||||
-rw-r--r-- | tests/spec/gl-1.0/dlist-beginend.c | 1 | ||||
-rw-r--r-- | tests/spec/gl-1.4/multidrawarrays-errors.c | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/tests/spec/arb_es2_compatibility/arb_es2_compatibility-fixed-type.c b/tests/spec/arb_es2_compatibility/arb_es2_compatibility-fixed-type.c index 44d76b89f..1fbc41c50 100644 --- a/tests/spec/arb_es2_compatibility/arb_es2_compatibility-fixed-type.c +++ b/tests/spec/arb_es2_compatibility/arb_es2_compatibility-fixed-type.c @@ -32,6 +32,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN config.window_width = 250; config.window_height = 250; config.window_visual = PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_DOUBLE; + config.khr_no_error_support = PIGLIT_HAS_ERRORS; PIGLIT_GL_TEST_CONFIG_END diff --git a/tests/spec/arb_vertex_type_10f_11f_11f_rev/api-errors.c b/tests/spec/arb_vertex_type_10f_11f_11f_rev/api-errors.c index a50470c68..5f47f196b 100644 --- a/tests/spec/arb_vertex_type_10f_11f_11f_rev/api-errors.c +++ b/tests/spec/arb_vertex_type_10f_11f_11f_rev/api-errors.c @@ -32,6 +32,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN config.supports_gl_compat_version = 20; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; + config.khr_no_error_support = PIGLIT_HAS_ERRORS; PIGLIT_GL_TEST_CONFIG_END diff --git a/tests/spec/gl-1.0/beginend-coverage.c b/tests/spec/gl-1.0/beginend-coverage.c index bb704f8f4..d36cc11c4 100644 --- a/tests/spec/gl-1.0/beginend-coverage.c +++ b/tests/spec/gl-1.0/beginend-coverage.c @@ -51,6 +51,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN config.supports_gl_compat_version = 10; config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA; + config.khr_no_error_support = PIGLIT_HAS_ERRORS; PIGLIT_GL_TEST_CONFIG_END diff --git a/tests/spec/gl-1.0/dlist-beginend.c b/tests/spec/gl-1.0/dlist-beginend.c index 733376ad8..644b84cce 100644 --- a/tests/spec/gl-1.0/dlist-beginend.c +++ b/tests/spec/gl-1.0/dlist-beginend.c @@ -31,6 +31,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_HAS_ERRORS; PIGLIT_GL_TEST_CONFIG_END diff --git a/tests/spec/gl-1.4/multidrawarrays-errors.c b/tests/spec/gl-1.4/multidrawarrays-errors.c index 980925a6b..0dbe3c0fc 100644 --- a/tests/spec/gl-1.4/multidrawarrays-errors.c +++ b/tests/spec/gl-1.4/multidrawarrays-errors.c @@ -34,6 +34,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN config.supports_gl_compat_version = 14; config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA; + config.khr_no_error_support = PIGLIT_HAS_ERRORS; PIGLIT_GL_TEST_CONFIG_END |