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/arb_es2_compatibility | |
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/arb_es2_compatibility')
-rw-r--r-- | tests/spec/arb_es2_compatibility/arb_es2_compatibility-fixed-type.c | 1 |
1 files changed, 1 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 |