[libgdata] tests: Temporarily disable the memory test



commit c7e87354107329982b81efb6d6c35ac4e1b447b2
Author: Philip Withnall <philip tecnocode co uk>
Date:   Thu Aug 1 18:32:42 2013 +0200

    tests: Temporarily disable the memory test
    
    It’s broken due to a problem in GLib.
    
    See: https://bugzilla.gnome.org/show_bug.cgi?id=705303

 gdata/tests/Makefile.am |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/gdata/tests/Makefile.am b/gdata/tests/Makefile.am
index dadd8b3..21af8be 100644
--- a/gdata/tests/Makefile.am
+++ b/gdata/tests/Makefile.am
@@ -45,8 +45,9 @@ picasaweb_SOURCES              = picasaweb.c $(TEST_SRCS)
 TEST_PROGS                     += documents
 documents_SOURCES               = documents.c $(TEST_SRCS)
 
-TEST_PROGS                     += memory
-memory_SOURCES                  = memory.c $(TEST_SRCS)
+# FIXME: Temporarily disabled until https://bugzilla.gnome.org/show_bug.cgi?id=705303 is fixed.
+#TEST_PROGS                    += memory
+#memory_SOURCES                         = memory.c $(TEST_SRCS)
 
 TEST_PROGS                     += perf
 perf_SOURCES                    = perf.c $(TEST_SRCS)


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