From 8bdbb4a0889df0425253a89be7ed054fa0a25fd9 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 14 Apr 2004 17:10:57 +0000 Subject: [PATCH] disable pad and element_pad test until vmsize () works reliably Original commit message from CVS: disable pad and element_pad test until vmsize () works reliably --- tests/old/testsuite/refcounting/Makefile.am | 6 ++++-- testsuite/refcounting/Makefile.am | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/tests/old/testsuite/refcounting/Makefile.am b/tests/old/testsuite/refcounting/Makefile.am index 99a5c005f4..b67cc9044a 100644 --- a/tests/old/testsuite/refcounting/Makefile.am +++ b/tests/old/testsuite/refcounting/Makefile.am @@ -1,7 +1,9 @@ include ../Rules -tests_pass = bin element mainloop pad -tests_fail = sched element_pad +tests_pass = bin element mainloop +# pad +tests_fail = sched +# element_pad element_SOURCES = element.c mem.c pad_SOURCES = pad.c mem.c diff --git a/testsuite/refcounting/Makefile.am b/testsuite/refcounting/Makefile.am index 99a5c005f4..b67cc9044a 100644 --- a/testsuite/refcounting/Makefile.am +++ b/testsuite/refcounting/Makefile.am @@ -1,7 +1,9 @@ include ../Rules -tests_pass = bin element mainloop pad -tests_fail = sched element_pad +tests_pass = bin element mainloop +# pad +tests_fail = sched +# element_pad element_SOURCES = element.c mem.c pad_SOURCES = pad.c mem.c