[gtk/wip/baedert/nodeeditor: 40/42] testsuite: Remove broken GL comparison tests
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/baedert/nodeeditor: 40/42] testsuite: Remove broken GL comparison tests
- Date: Wed, 24 Apr 2019 11:40:30 +0000 (UTC)
commit 701446aa4b51b53a908dce2220fff3cc74116077
Author: Timm Bäder <mail baedert org>
Date: Wed Apr 24 12:48:13 2019 +0200
testsuite: Remove broken GL comparison tests
These only work on special hardware, which not even I have anymore.
We'll need to redo them in a way that works on different systems.
testsuite/gsk/gl/cross_fade.gl.png | Bin 1639 -> 0 bytes
testsuite/gsk/gl/cross_fade.txt | 13 -------------
testsuite/gsk/gl/gradient_clipped.gl.png | Bin 1072 -> 0 bytes
testsuite/gsk/gl/gradient_clipped.txt | 9 ---------
testsuite/gsk/gl/gradient_simple.gl.png | Bin 394 -> 0 bytes
testsuite/gsk/gl/gradient_simple.txt | 14 --------------
testsuite/gsk/gl/outset_shadow_blurred_offset.gl.png | Bin 1048 -> 0 bytes
testsuite/gsk/gl/outset_shadow_blurred_offset.txt | 8 --------
testsuite/gsk/gl/outset_shadow_blurred_simple.gl.png | Bin 7660 -> 0 bytes
testsuite/gsk/gl/outset_shadow_blurred_simple.txt | 8 --------
testsuite/gsk/gl/outset_shadow_blurred_simple2.gl.png | Bin 344 -> 0 bytes
testsuite/gsk/gl/outset_shadow_blurred_small.gl.png | Bin 1044 -> 0 bytes
testsuite/gsk/gl/outset_shadow_blurred_small.txt | 8 --------
testsuite/gsk/gl/outset_shadow_rounded1.gl.png | Bin 2646 -> 0 bytes
testsuite/gsk/gl/outset_shadow_rounded1.txt | 8 --------
testsuite/gsk/gl/outset_shadow_rounded2.gl.png | Bin 4457 -> 0 bytes
testsuite/gsk/gl/outset_shadow_rounded2.txt | 8 --------
testsuite/gsk/meson.build | 11 ++---------
18 files changed, 2 insertions(+), 85 deletions(-)
---
diff --git a/testsuite/gsk/meson.build b/testsuite/gsk/meson.build
index 6516a886cf..d8162da6bc 100644
--- a/testsuite/gsk/meson.build
+++ b/testsuite/gsk/meson.build
@@ -48,19 +48,12 @@ test('nodes (cairo)', test_render_nodes,
# Interesting render nodes proven to be rendered 'correctly' by the GL renderer.
gl_tests = [
- ['outset shadow rounded1', 'outset_shadow_rounded1'],
- ['outset shadow rounded2', 'outset_shadow_rounded2'],
- ['outset shadow blurred simple', 'outset_shadow_blurred_simple'],
- ['outset shadow blurred small', 'outset_shadow_blurred_small'],
- ['outset shadow blurred offset', 'outset_shadow_blurred_offset'],
- ['Crossfade simple', 'cross_fade'],
- ['gradient simple', 'gradient_simple'],
- ['gradient clipped', 'gradient_clipped'],
+ ['cross fade in opacity', 'cross-fade-in-opacity'],
]
foreach gl_test : gl_tests
test('GL ' + gl_test[0], compare_render,
- args: [join_paths(meson.current_source_dir(), 'gl', gl_test[1] + '.txt'),
+ args: [join_paths(meson.current_source_dir(), 'gl', gl_test[1] + '.node'),
join_paths(meson.current_source_dir(), 'gl', gl_test[1] + '.gl.png')],
env: [ 'GIO_USE_VOLUME_MONITOR=unix',
'GSETTINGS_BACKEND=memory',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]