aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2012-12-21 23:16:13 +0100
committerMarek Olšák <maraeo@gmail.com>2013-01-01 14:12:32 +0100
commit85f1d5ad0b942e776369b1c7e581acaba5fedd07 (patch)
tree470468da322779f9582c3ffb0dba3cd52fa98b84
parent52ddb4e25952afb9077b2763ad69e374212070aa (diff)
r600.tests: add the tests which used to hang
-rw-r--r--tests/r600.tests8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/r600.tests b/tests/r600.tests
index b08c761d..53558835 100644
--- a/tests/r600.tests
+++ b/tests/r600.tests
@@ -7,11 +7,3 @@ execfile(os.path.dirname(__file__) + '/quick-driver.tests')
from framework.core import *
from framework.gleantest import *
-
-# NOTE: You need kernel 2.6.38 or later to avoid/survive some hardlocks
-
-# These lock up RV730:
-del profile.tests['spec']['glsl-1.20']['execution']['variable-indexing']['vs-temp-array-mat4-index-col-row-rd']
-del profile.tests['spec']['glsl-1.20']['execution']['variable-indexing']['fs-temp-array-mat4-index-col-row-rd']
-del profile.tests['spec']['glsl-1.20']['execution']['variable-indexing']['vs-temp-array-mat4-index-row-rd']
-