summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2016-08-31 16:34:34 -0700
committerEric Anholt <eric@anholt.net>2016-09-01 10:08:46 -0700
commit1daaf91fe994b63f5832d072fcbcd4175a65e317 (patch)
tree34bc93dabcb1d4a522690d9ffd4ee102734eb959
parent5e66df35a8098d8dbc1138c704e1264d4bebc88e (diff)
xts: Remove large_blend_src.
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. Reviewed-by: Adam Jackson <ajax@redhat.com> Acked-by: Dylan Baker <dylan@pnwbakers.com>
-rw-r--r--tests/xts.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/xts.py b/tests/xts.py
index 9ff4eb99c..f2345b693 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():