[Piglit] [PATCH 2/2] xts: Remove large_blend_src.

Eric Anholt eric at anholt.net
Wed Aug 31 23:40:21 UTC 2016


This is a test that I wrote a long time ago but never pushed.  Remove
it until I can fix it up and land it.
---
 tests/xts.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/xts.py b/tests/xts.py
index 9ff4eb99cc9d..f2345b69332f 100644
--- a/tests/xts.py
+++ b/tests/xts.py
@@ -239,7 +239,6 @@ def _populate_profile_rendercheck(profile):
     _add_rendercheck_test(profile, 'triangles', '-t triangles')
     _add_rendercheck_test(profile, 'LibreOffice xRGB', '-t libreoffice_xrgb')
     _add_rendercheck_test(profile, 'GTK ARGB vs xBGR', '-t gtk_argb_xbgr')
-    _add_rendercheck_test(profile, 'large blend source', '-t large_blend_src')
 
 
 def _populate_profile():
-- 
2.9.3



More information about the Piglit mailing list