[gtk+] testsuite: Remove a bunch of broken tests



commit 61db7da2efff78f5f61f4285e091fd2fd37c2952
Author: Benjamin Otte <otte redhat com>
Date:   Wed Nov 4 04:50:18 2015 +0100

    testsuite: Remove a bunch of broken tests
    
    These tests have either been commented out for way too long or use APIs
    that we don't want to support.

 testsuite/gtk/Makefile.am          |   11 -
 testsuite/gtk/crossingevents.c     |  628 ---------
 testsuite/gtk/expander.c           |  109 --
 testsuite/gtk/filechooser.c        | 2487 ------------------------------------
 testsuite/gtk/testing.c            |  304 -----
 testsuite/gtk/treeview-scrolling.c | 1473 ---------------------
 6 files changed, 0 insertions(+), 5012 deletions(-)
---
diff --git a/testsuite/gtk/Makefile.am b/testsuite/gtk/Makefile.am
index 517492a..79f4946 100644
--- a/testsuite/gtk/Makefile.am
+++ b/testsuite/gtk/Makefile.am
@@ -44,7 +44,6 @@ TEST_PROGS +=                         \
        cssprovider             \
        defaultvalue            \
        entry                   \
-       expander                \
        firefox-stylecontext    \
        floating                \
        focus                   \
@@ -79,16 +78,6 @@ if OS_UNIX
 #TEST_PROGS                    += defaultvalue
 endif
 
-#TEST_PROGS                    += testing
-#TEST_PROGS                    += treeview-scrolling
-#TEST_PROGS                    += object
-#TEST_PROGS                    += filechooser
-
-# this doesn't work in make distcheck, since running
-# on a naked X server creates slightly different event
-# sequences than running on a normal desktop
-# TEST_PROGS                   += crossingevents
-
 treemodel_SOURCES =            \
        treemodel.h             \
        treemodel.c             \


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