[gtk/modern-testsuite: 21/22] reftests: XFAIL border-half-pixel test




commit f9c233ea3f919ce7c06e41b10feaf1eb77b20943
Author: Benjamin Otte <otte redhat com>
Date:   Thu Sep 16 20:41:25 2021 +0200

    reftests: XFAIL border-half-pixel test
    
    the GL renderer can't deal with non-integers

 testsuite/reftests/meson.build | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/testsuite/reftests/meson.build b/testsuite/reftests/meson.build
index 2e079830db..bdb6f705ee 100644
--- a/testsuite/reftests/meson.build
+++ b/testsuite/reftests/meson.build
@@ -463,6 +463,8 @@ xfails = [
   'sizegroups-evolution-identity-page.ui',
   # these depend on details of text layout
   'label-sizing.ui',
+  # the NGL renderer can't deal with non-integer sizes
+  'border-half-pixel.ui'
 ]
 
 reftest_env = environment()


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