diff options
author | Eric Anholt <eric@anholt.net> | 2016-08-31 16:34:34 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2016-09-01 10:08:46 -0700 |
commit | 1daaf91fe994b63f5832d072fcbcd4175a65e317 (patch) | |
tree | 34bc93dabcb1d4a522690d9ffd4ee102734eb959 | |
parent | 5e66df35a8098d8dbc1138c704e1264d4bebc88e (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.py | 1 |
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(): |