~ubuntu-desktop/gtk/ubuntugtk3

« back to all changes in this revision

Viewing changes to debian/patches/no-accessibility-dump.patch

  • Committer: Iain Lane
  • Date: 2018-07-24 16:02:43 UTC
  • Revision ID: iain@orangesquash.org.uk-20180724160243-q5498woelkml6b6l
Moved to git: lp:~ubuntu-desktop/ubuntu/+source/gtk+3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From: Andreas Henriksson <andreas@fatal.se>
2
 
Date: Wed, 23 Mar 2016 14:10:27 +0100
3
 
Subject: disable a11y test accessibility-dump
4
 
 
5
 
Temporarily disable this test until someone figures out how
6
 
to make it run with GTK_CSD=1 properly so it gives output
7
 
matching the expected test data in all cases, not just
8
 
for installed-tests.
9
 
 
10
 
Forwarded: no
11
 
---
12
 
 testsuite/a11y/Makefile.am | 2 +-
13
 
 1 file changed, 1 insertion(+), 1 deletion(-)
14
 
 
15
 
diff --git a/testsuite/a11y/Makefile.am b/testsuite/a11y/Makefile.am
16
 
index c51e55e..fc1fe30 100644
17
 
--- a/testsuite/a11y/Makefile.am
18
 
+++ b/testsuite/a11y/Makefile.am
19
 
@@ -28,7 +28,7 @@ TESTS_ENVIRONMENT =                   \
20
 
        GTK_CSD=1                       \
21
 
        G_ENABLE_DIAGNOSTIC=0
22
 
 
23
 
-TEST_PROGS += accessibility-dump
24
 
+#TEST_PROGS += accessibility-dump
25
 
 
26
 
 TEST_PROGS += tree-performance
27