summaryrefslogtreecommitdiff
path: root/tests/quick-driver.tests
blob: 73bee46dc96ebb30663f6ead601f799182d62db5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- coding: utf-8 -*-

import os.path

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

# These don't test the driver
del profile.tests['glslparsertest']
del profile.tests['asmparsertest']

# These take too long
del profile.tests['glean']['pointAtten']
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['texturing']['streaming-texture-leak']

# This test is nonsense
del profile.tests['glean']['exactRGBA']