1 # -*- coding: utf-8 -*-
6 from framework
.grouptools
import join
7 from tests
.quick_gl
import profile
as _profile
11 profile
= _profile
.copy() # pylint: disable=invalid-name
16 del profile
.test_list
[key
]
18 sys
.stderr
.write('warning: test %s does not exist\n' % key
)
22 # These take too long or too much memory
23 remove(join('spec', '!OpenGL 1.0', 'gl-1.0-blend-func'))
24 remove(join('spec', '!OpenGL 1.1', 'streaming-texture-leak'))
25 remove(join('spec', '!OpenGL 1.1', 'max-texture-size'))
27 if platform
.system() != 'Windows':
28 remove(join('glx', 'glx-multithread-shader-compile'))