summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrii Simiklit <andrii.simiklit@globallogic.com>2019-11-26 13:11:08 +0200
committerAndrii Simiklit <andrii.simiklit@globallogic.com>2019-11-26 15:53:38 +0200
commit0dc4b6a2a5a59d243b02a7d490df5d1516768240 (patch)
tree0f9ba02f6d50c833ff9f2272f60f5bf88165ed0d
parent4e1145d1263f4547089301fcadbb6f5c3e326fcb (diff)
tbo: include tbo re-init test to opengl.py
Fixes: 196b7197 "tbo: test a re-initialization" Reviewed-by: Alejandro PiƱeiro <apinheiro@igalia.com> Signed-off-by: Andrii Simiklit <andrii.simiklit@globallogic.com>
-rw-r--r--tests/opengl.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/opengl.py b/tests/opengl.py
index 2b15e0983..8dd7390b1 100644
--- a/tests/opengl.py
+++ b/tests/opengl.py
@@ -2445,6 +2445,7 @@ with profile.test_list.group_manager(
g(['arb_texture_buffer_object-unused-name'], 'unused-name')
g(['arb_texture_buffer_object-render-no-bo'], 'render-no-bo')
g(['arb_texture_buffer_object-indexed'], 'indexed')
+ g(['arb_texture_buffer_object-re-init'], 're-init')
with profile.test_list.group_manager(
PiglitGLTest,