[Piglit] [PATCH 01/10] Remove asmparsertest/shaders/ARBvp1.0/address-06.txt

Marek Olšák maraeo at gmail.com
Sat Mar 15 09:53:42 PDT 2014


From: Marek Olšák <marek.olsak at amd.com>

This test cannot pass with Mesa because Mesa allows greater relative offsets,
because some apps use them and proprietary drivers allow them too.
---
 tests/all.py                                        |  1 -
 tests/asmparsertest/shaders/ARBvp1.0/address-06.txt | 11 -----------
 2 files changed, 12 deletions(-)
 delete mode 100644 tests/asmparsertest/shaders/ARBvp1.0/address-06.txt

diff --git a/tests/all.py b/tests/all.py
index f081f8d..45085e4 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -3436,7 +3436,6 @@ add_asmparsertest('ARBvp1.0', 'address-02.txt')
 add_asmparsertest('ARBvp1.0', 'address-03.txt')
 add_asmparsertest('ARBvp1.0', 'address-04.txt')
 add_asmparsertest('ARBvp1.0', 'address-05.txt')
-add_asmparsertest('ARBvp1.0', 'address-06.txt')
 add_asmparsertest('ARBvp1.0', 'address-07.txt')
 add_asmparsertest('ARBvp1.0', 'address-08.txt')
 add_asmparsertest('ARBvp1.0', 'address-09.txt')
diff --git a/tests/asmparsertest/shaders/ARBvp1.0/address-06.txt b/tests/asmparsertest/shaders/ARBvp1.0/address-06.txt
deleted file mode 100644
index 3023845..0000000
--- a/tests/asmparsertest/shaders/ARBvp1.0/address-06.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-!!ARBvp1.0
-# FAIL
-# constant array index offset too large
-
-	ADDRESS	A0;
-	TEMP	R0;
-	PARAM   M[] = { program.local[ 0 .. 3 ] };
-
-	ARL	A0.x, R0.x;
-	MOV	R0, M[ A0.x - 66 ];
-	END
-- 
1.8.3.2



More information about the Piglit mailing list