[Piglit] [PATCH] all.tests: Remove glean/rgbTriStrip.
Kenneth Graunke
kenneth at whitecape.org
Wed Nov 14 21:41:22 PST 2012
It doesn't actually test anything, and thus can never fail.
---
tests/all.tests | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/all.tests b/tests/all.tests
index 70dca35..b1002d4 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -112,7 +112,6 @@ glean['pointSprite'] = GleanTest('pointSprite', res_dir)
# exactRGBA is not included intentionally, because it's too strict and
# the equivalent functionality is covered by other tests
glean['readPixSanity'] = GleanTest('readPixSanity', res_dir)
-glean['rgbTriStrip'] = GleanTest('rgbTriStrip', res_dir)
glean['scissor'] = GleanTest('scissor', res_dir)
glean['shaderAPI'] = GleanTest('shaderAPI', res_dir)
glean['stencil2'] = GleanTest('stencil2', res_dir)
--
1.8.0
More information about the Piglit
mailing list