summaryrefslogtreecommitdiff
path: root/tests/all.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/all.py')
-rw-r--r--tests/all.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/all.py b/tests/all.py
index 8cd0f47d0..59f20fa85 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -2293,6 +2293,8 @@ with profile.group_manager(
with profile.group_manager(
PiglitGLTest,
grouptools.join('spec', 'ARB_pixel_buffer_object')) as g:
+ g(['cubemap', 'pbo'])
+ g(['cubemap', 'npot', 'pbo'])
g(['fbo-pbo-readpixels-small'], run_concurrent=False)
g(['pbo-drawpixels'], run_concurrent=False)
g(['pbo-read-argb8888'], run_concurrent=False)