blob: 8083cf1732f40e483a148f5a481ca2d925657c10 [file] [log] [blame]
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import re
import subprocess
from framework.core import *
from framework.exectest import *
from framework.gleantest import *
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']['blendFunc']
del profile.tests['glean']['depthStencil']
del profile.tests['glean']['pointAtten']
del profile.tests['texturing']['streaming-texture-leak']
# IHF: this test runs with too much memory on my 64 bit dev system
del profile.tests['texturing']['tex3d-maxsize']
# This test is nonsense
del profile.tests['glean']['exactRGBA']
# IHF: this test hangs testing
del profile.tests['general']['longprim']
del profile.tests['glx']['glx-make-glxdrawable-current']
#del profile.tests['glean']
del profile.tests['shaders']['glsl-texcoord-array']