diff options
author | Timothy Arceri <tarceri@itsqueeze.com> | 2017-05-13 12:42:30 +1000 |
---|---|---|
committer | Timothy Arceri <tarceri@itsqueeze.com> | 2017-05-18 10:08:39 +1000 |
commit | bd457877e013c229dff134c72eb7fa3b6f27d6e8 (patch) | |
tree | b13b1b627bab1d76983b173d1cb09c36802e6d58 /tests/general/primitive-restart.c | |
parent | 642f39fd3402840da9d2c45bb2a4bcd69ca8e1bf (diff) |
tests: mark KHR_no_error compatible 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/general/primitive-restart.c')
-rw-r--r-- | tests/general/primitive-restart.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/general/primitive-restart.c b/tests/general/primitive-restart.c index 5c6269f7c..8c48bf6e9 100644 --- a/tests/general/primitive-restart.c +++ b/tests/general/primitive-restart.c @@ -40,6 +40,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN config.window_width = 400; config.window_height = 300; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; + config.khr_no_error_support = PIGLIT_NO_ERRORS; PIGLIT_GL_TEST_CONFIG_END |