1 # -*- coding: utf-8 -*-
3 from __future__
import (
4 absolute_import
, division
, print_function
, unicode_literals
10 from framework
.grouptools
import join
11 from tests
.quick_gl
import profile
as _profile
15 profile
= _profile
.copy() # pylint: disable=invalid-name
20 del profile
.test_list
[key
]
22 sys
.stderr
.write('warning: test %s does not exist\n' % key
)
26 # These take too long or too much memory
27 remove(join('spec', '!OpenGL 1.0', 'gl-1.0-blend-func'))
28 remove(join('spec', '!OpenGL 1.1', 'streaming-texture-leak'))
29 remove(join('spec', '!OpenGL 1.1', 'max-texture-size'))
30 remove(join('spec', 'ext_texture_env_combine', 'ext_texture_env_combine-combine'))
32 if platform
.system() != 'Windows':
33 remove(join('glx', 'glx-multithread-shader-compile'))