[Piglit] [PATCH 3/3] all.tests: remove glean/exactRGBA
Marek Olšák
maraeo at gmail.com
Tue Oct 23 06:25:08 PDT 2012
I don't know of any driver which passes the test. It's too strict to be useful.
---
tests/all.tests | 1 -
tests/quick-driver.tests | 3 ---
2 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/tests/all.tests b/tests/all.tests
index 5849a91..78e09e8 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -109,7 +109,6 @@ glean['polygonOffset'] = GleanTest('polygonOffset', res_dir)
glean['pixelFormats'] = GleanTest('pixelFormats', res_dir)
glean['pointAtten'] = GleanTest('pointAtten', res_dir)
glean['pointSprite'] = GleanTest('pointSprite', res_dir)
-glean['exactRGBA'] = GleanTest('exactRGBA', res_dir)
glean['readPixSanity'] = GleanTest('readPixSanity', res_dir)
glean['rgbTriStrip'] = GleanTest('rgbTriStrip', res_dir)
glean['scissor'] = GleanTest('scissor', res_dir)
diff --git a/tests/quick-driver.tests b/tests/quick-driver.tests
index 90863fd..b5c7c37 100644
--- a/tests/quick-driver.tests
+++ b/tests/quick-driver.tests
@@ -17,6 +17,3 @@ 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['spec']['!OpenGL 1.1']['streaming-texture-leak']
-
-# This test is nonsense
-del profile.tests['glean']['exactRGBA']
--
1.7.4.1
More information about the Piglit
mailing list