[gtk/matthiasc/for-master: 4/4] testsuite: Sort gsk compare tests




commit 5cb5bdc4eb41f803e1c6a693418771ef5dfba1e4
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Apr 1 17:03:54 2021 -0400

    testsuite: Sort gsk compare tests
    
    Easier to find things that way.

 testsuite/gsk/meson.build | 31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)
---
diff --git a/testsuite/gsk/meson.build b/testsuite/gsk/meson.build
index 189621cb74..8a15261ba0 100644
--- a/testsuite/gsk/meson.build
+++ b/testsuite/gsk/meson.build
@@ -20,11 +20,19 @@ node_parser = executable(
 )
 
 compare_render_tests = [
-  'blend-normal',
   'blend-difference',
+  'blend-invisible-child',
+  'blend-normal',
+  'borders-rotated',
+  'borders-scaled',
   'clip-coordinates-2d',
   'clip-coordinates-3d',
+  'clip-in-rounded-clip1',
+  'clip-in-rounded-clip2',
+  'clip-in-rounded-clip3',
+  'clipped-repeat-3d-ngl',
   'clipped_rounded_clip',
+  'clip-nested1',
   'color-blur0',
   'color-matrix-identity',
   'cross-fade-in-opacity',
@@ -49,37 +57,28 @@ compare_render_tests = [
   'empty-shadow',
   'empty-texture',
   'empty-transform',
+  'inset-shadow-multiple',
   'invalid-transform',
+  'issue-3615',
+  'nested-rounded-clips',
   'opacity_clip',
+  'opacity-overlapping-children',
   'outset_shadow_offset_both',
   'outset_shadow_offset_x',
   'outset_shadow_offset_y',
   'outset_shadow_rounded_top',
   'outset_shadow_simple',
   'scaled-cairo',
+  'scale-up-down',
   'shadow-in-opacity',
   'texture-url',
-  'color-matrix-identity',
-  'clip-nested1',
-  'scale-up-down',
-  'opacity-overlapping-children',
   'repeat',
-  'repeat-texture',
   'repeat-no-repeat',
   'repeat-negative-coords',
-  'inset-shadow-multiple',
-  'borders-rotated',
-  'borders-scaled',
-  'blend-invisible-child',
+  'repeat-texture',
   'transform-in-transform',
   'transform-in-transform-in-transform',
-  'nested-rounded-clips',
-  'clip-in-rounded-clip1',
-  'clip-in-rounded-clip2',
-  'clip-in-rounded-clip3',
   'rounded-clip-in-clip-3d', # not really 3d, but cairo fails it
-  'clipped-repeat-3d-ngl',
-  'issue-3615'
 ]
 
 # these are too sensitive to differences in the renderers


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]