aboutsummaryrefslogtreecommitdiff
path: root/tests/quick-driver.tests
blob: f7c1a0f79d3ea4a209f1fc54400394ea24ead4d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- coding: utf-8 -*-

import os.path

global profile

execfile(os.path.dirname(__file__) + '/quick.tests')

# These take too long
del profile.tests['shaders']['glsl-fs-inline-explosion']
del profile.tests['shaders']['glsl-fs-unroll-explosion']
del profile.tests['shaders']['glsl-vs-inline-explosion']
del profile.tests['shaders']['glsl-vs-unroll-explosion']
del profile.tests['spec']['!OpenGL 1.1']['streaming-texture-leak']