diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2012-11-14 21:39:40 -0800 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2012-11-17 14:52:54 -0800 |
commit | 15e0e76061ff75802479c0f3d9354f5199efbb68 (patch) | |
tree | 0bbfe233810e877cfc07af0e363df31179caa6a0 | |
parent | 6d9c5d6c92f8bc3f9728dc8fdda2ffecc8cd0d5c (diff) |
all.tests: Remove glean/rgbTriStrip.
It doesn't actually test anything, and thus can never fail.
Reviewed-by: Eric Anholt <eric@anholt.net>
-rw-r--r-- | tests/all.tests | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/all.tests b/tests/all.tests index 97760887..4a5c35e6 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) |