From 85f1d5ad0b942e776369b1c7e581acaba5fedd07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Fri, 21 Dec 2012 23:16:13 +0100 Subject: r600.tests: add the tests which used to hang --- tests/r600.tests | 8 -------- 1 file changed, 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'] - -- cgit v1.2.3