mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
testsuite/Makefile.am: define tests_ignore
Original commit message from CVS: * testsuite/Makefile.am: define tests_ignore * testsuite/Rules: Added new tests_ignore, which get compiled, but not run (generally because they're inconsistent or have heisenbugs). Now we can ensure all the .c files compile in testsuite/. * testsuite/bins/Makefile.am: define tests_ignore * testsuite/bytestream/Makefile.am: * testsuite/caps/Makefile.am: * testsuite/clock/Makefile.am: * testsuite/debug/Makefile.am: * testsuite/debug/global.c: (gst_debug_log_one), (gst_debug_log_two): Fix compilation problem. * testsuite/dynparams/Makefile.am: * testsuite/elements/Makefile.am: * testsuite/ghostpads/Makefile.am: * testsuite/indexers/Makefile.am: * testsuite/parse/Makefile.am: * testsuite/plugin/Makefile.am: * testsuite/refcounting/Makefile.am: * testsuite/refcounting/element_pad.c: (main): Don't return leak results, because it's not calculated correctly. * testsuite/refcounting/pad.c: (main): same * testsuite/states/Makefile.am: * testsuite/tags/Makefile.am: * testsuite/threads/Makefile.am:
This commit is contained in:
parent
0622e9e391
commit
3547072600
41 changed files with 82 additions and 36 deletions
28
ChangeLog
28
ChangeLog
|
@ -1,3 +1,31 @@
|
||||||
|
2004-04-14 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
|
* testsuite/Makefile.am: define tests_ignore
|
||||||
|
* testsuite/Rules: Added new tests_ignore, which get compiled,
|
||||||
|
but not run (generally because they're inconsistent or have
|
||||||
|
heisenbugs). Now we can ensure all the .c files compile in
|
||||||
|
testsuite/.
|
||||||
|
* testsuite/bins/Makefile.am: define tests_ignore
|
||||||
|
* testsuite/bytestream/Makefile.am:
|
||||||
|
* testsuite/caps/Makefile.am:
|
||||||
|
* testsuite/clock/Makefile.am:
|
||||||
|
* testsuite/debug/Makefile.am:
|
||||||
|
* testsuite/debug/global.c: (gst_debug_log_one),
|
||||||
|
(gst_debug_log_two): Fix compilation problem.
|
||||||
|
* testsuite/dynparams/Makefile.am:
|
||||||
|
* testsuite/elements/Makefile.am:
|
||||||
|
* testsuite/ghostpads/Makefile.am:
|
||||||
|
* testsuite/indexers/Makefile.am:
|
||||||
|
* testsuite/parse/Makefile.am:
|
||||||
|
* testsuite/plugin/Makefile.am:
|
||||||
|
* testsuite/refcounting/Makefile.am:
|
||||||
|
* testsuite/refcounting/element_pad.c: (main): Don't return leak
|
||||||
|
results, because it's not calculated correctly.
|
||||||
|
* testsuite/refcounting/pad.c: (main): same
|
||||||
|
* testsuite/states/Makefile.am:
|
||||||
|
* testsuite/tags/Makefile.am:
|
||||||
|
* testsuite/threads/Makefile.am:
|
||||||
|
|
||||||
2004-04-14 David Schleef <ds@schleef.org>
|
2004-04-14 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
* gst/gstcpu.c: (gst_cpuid_i386): Add workaround for gcc-3.2
|
* gst/gstcpu.c: (gst_cpuid_i386): Add workaround for gcc-3.2
|
||||||
|
|
|
@ -22,6 +22,7 @@ DIST_SUBDIRS = bins bytestream caps cleanup clock dynparams elements indexers \
|
||||||
|
|
||||||
tests_pass = test_gst_init
|
tests_pass = test_gst_init
|
||||||
tests_fail =
|
tests_fail =
|
||||||
|
tests_ignore =
|
||||||
|
|
||||||
# we makes them, we gots to clean them
|
# we makes them, we gots to clean them
|
||||||
CLEANFILES += test-registry.xml
|
CLEANFILES += test-registry.xml
|
||||||
|
|
|
@ -7,7 +7,7 @@ TESTS_ENVIRONMENT=\
|
||||||
|
|
||||||
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||||||
|
|
||||||
check_PROGRAMS = $(tests_pass) $(tests_fail)
|
check_PROGRAMS = $(tests_pass) $(tests_fail) $(tests_ignore)
|
||||||
|
|
||||||
# make all tests depend on the versioned gst-register
|
# make all tests depend on the versioned gst-register
|
||||||
$(tests_pass) $(tests_fail): $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@
|
$(tests_pass) $(tests_fail): $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@
|
||||||
|
|
|
@ -2,6 +2,7 @@ include ../Rules
|
||||||
|
|
||||||
tests_pass = interface
|
tests_pass = interface
|
||||||
tests_fail =
|
tests_fail =
|
||||||
|
tests_ignore =
|
||||||
|
|
||||||
interface_SOURCES = interface.c
|
interface_SOURCES = interface.c
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@ include ../Rules
|
||||||
|
|
||||||
tests_pass =
|
tests_pass =
|
||||||
tests_fail = test1
|
tests_fail = test1
|
||||||
|
tests_ignore =
|
||||||
|
|
||||||
test1_SOURCES = test1.c gstbstest.c
|
test1_SOURCES = test1.c gstbstest.c
|
||||||
test1_LDFLAGS = $(top_builddir)/libs/gst/bytestream/libgstbytestream.la
|
test1_LDFLAGS = $(top_builddir)/libs/gst/bytestream/libgstbytestream.la
|
||||||
|
|
|
@ -17,7 +17,7 @@ tests_pass = \
|
||||||
audioscale
|
audioscale
|
||||||
|
|
||||||
tests_fail =
|
tests_fail =
|
||||||
|
tests_ignore =
|
||||||
|
|
||||||
app_fixate_LDADD = $(GST_LIBS)
|
app_fixate_LDADD = $(GST_LIBS)
|
||||||
app_fixate_CFLAGS = $(GST_CFLAGS) $(XML_CFLAGS)
|
app_fixate_CFLAGS = $(GST_CFLAGS) $(XML_CFLAGS)
|
||||||
|
|
|
@ -2,5 +2,5 @@ include ../Rules
|
||||||
|
|
||||||
tests_pass = clock1 clock2
|
tests_pass = clock1 clock2
|
||||||
tests_fail =
|
tests_fail =
|
||||||
|
tests_ignore =
|
||||||
|
|
||||||
|
|
|
@ -3,5 +3,5 @@ include ../Rules
|
||||||
tests_pass = commandline category output printf_extension
|
tests_pass = commandline category output printf_extension
|
||||||
tests_fail =
|
tests_fail =
|
||||||
|
|
||||||
tests_inconsistent = global
|
tests_ignore = global
|
||||||
|
|
||||||
|
|
|
@ -33,25 +33,25 @@ gst_debug_log_one (GstDebugCategory * category,
|
||||||
GstDebugLevel level,
|
GstDebugLevel level,
|
||||||
const gchar * file,
|
const gchar * file,
|
||||||
const gchar * function,
|
const gchar * function,
|
||||||
gint line, GObject * object, gchar * message, gpointer thread)
|
gint line, GObject * object, GstDebugMessage * message, gpointer data)
|
||||||
G_GNUC_NO_INSTRUMENT;
|
G_GNUC_NO_INSTRUMENT;
|
||||||
static void gst_debug_log_two (GstDebugCategory * category,
|
static void gst_debug_log_two (GstDebugCategory * category,
|
||||||
GstDebugLevel level,
|
GstDebugLevel level,
|
||||||
const gchar * file,
|
const gchar * file,
|
||||||
const gchar * function,
|
const gchar * function,
|
||||||
gint line,
|
gint line, GObject * object, GstDebugMessage * message, gpointer thread)
|
||||||
GObject * object, gchar * message, gpointer thread) G_GNUC_NO_INSTRUMENT;
|
G_GNUC_NO_INSTRUMENT;
|
||||||
|
|
||||||
static void
|
static void
|
||||||
gst_debug_log_one (GstDebugCategory * category, GstDebugLevel level,
|
gst_debug_log_one (GstDebugCategory * category, GstDebugLevel level,
|
||||||
const gchar * file, const gchar * function, gint line, GObject * object,
|
const gchar * file, const gchar * function, gint line, GObject * object,
|
||||||
gchar * message, gpointer thread)
|
GstDebugMessage * message, gpointer data)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
static void
|
static void
|
||||||
gst_debug_log_two (GstDebugCategory * category, GstDebugLevel level,
|
gst_debug_log_two (GstDebugCategory * category, GstDebugLevel level,
|
||||||
const gchar * file, const gchar * function, gint line, GObject * object,
|
const gchar * file, const gchar * function, gint line, GObject * object,
|
||||||
gchar * message, gpointer thread)
|
GstDebugMessage * message, gpointer data)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@ include ../Rules
|
||||||
|
|
||||||
tests_pass =
|
tests_pass =
|
||||||
tests_fail = dparamstest
|
tests_fail = dparamstest
|
||||||
|
tests_ignore =
|
||||||
|
|
||||||
dparamstest_CFLAGS = $(GST_CFLAGS)
|
dparamstest_CFLAGS = $(GST_CFLAGS)
|
||||||
dparamstest_LDFLAGS = $(GST_LIBS)
|
dparamstest_LDFLAGS = $(GST_LIBS)
|
||||||
|
|
|
@ -4,6 +4,7 @@ include ../Rules
|
||||||
# disable gst-compprep-check until it doesn't leave stray files for distcheck
|
# disable gst-compprep-check until it doesn't leave stray files for distcheck
|
||||||
tests_pass = name tee property fake gst-inspect-check
|
tests_pass = name tee property fake gst-inspect-check
|
||||||
tests_fail =
|
tests_fail =
|
||||||
|
tests_ignore =
|
||||||
|
|
||||||
noinst_HEADERS = property.h
|
noinst_HEADERS = property.h
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@ include ../Rules
|
||||||
|
|
||||||
tests_pass = ghostpads
|
tests_pass = ghostpads
|
||||||
tests_fail =
|
tests_fail =
|
||||||
|
tests_ignore =
|
||||||
|
|
||||||
ghostpads_SOURCES = ghostpads.c
|
ghostpads_SOURCES = ghostpads.c
|
||||||
|
|
||||||
|
|
|
@ -2,5 +2,6 @@ include ../Rules
|
||||||
|
|
||||||
tests_pass = cache1 indexdump
|
tests_pass = cache1 indexdump
|
||||||
tests_fail =
|
tests_fail =
|
||||||
|
tests_ignore =
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@ include ../Rules
|
||||||
|
|
||||||
tests_pass = parse2
|
tests_pass = parse2
|
||||||
tests_fail = parse1
|
tests_fail = parse1
|
||||||
|
tests_ignore =
|
||||||
|
|
||||||
parse1_SOURCES = parse1.c
|
parse1_SOURCES = parse1.c
|
||||||
parse2_SOURCES = parse2.c
|
parse2_SOURCES = parse2.c
|
||||||
|
|
|
@ -5,6 +5,7 @@ plugin_LTLIBRARIES = libtestplugin.la libtestplugin2.la
|
||||||
|
|
||||||
tests_pass = dynamic linked loading registry static static2
|
tests_pass = dynamic linked loading registry static static2
|
||||||
tests_fail =
|
tests_fail =
|
||||||
|
tests_ignore =
|
||||||
|
|
||||||
|
|
||||||
libtestplugin_la_SOURCES = testplugin.c
|
libtestplugin_la_SOURCES = testplugin.c
|
||||||
|
|
|
@ -1,11 +1,8 @@
|
||||||
include ../Rules
|
include ../Rules
|
||||||
|
|
||||||
tests_pass = bin element mainloop
|
tests_pass = bin element mainloop pad element_pad
|
||||||
# pad
|
tests_fail =
|
||||||
tests_fail = sched
|
tests_ignore = sched
|
||||||
# element_pad
|
|
||||||
|
|
||||||
noinst_PROGRAMS = pad element_pad
|
|
||||||
|
|
||||||
element_SOURCES = element.c mem.c
|
element_SOURCES = element.c mem.c
|
||||||
pad_SOURCES = pad.c mem.c
|
pad_SOURCES = pad.c mem.c
|
||||||
|
|
|
@ -111,5 +111,5 @@ main (int argc, gchar * argv[])
|
||||||
|
|
||||||
g_print ("leaked: %ld\n", vmsize () - usage1);
|
g_print ("leaked: %ld\n", vmsize () - usage1);
|
||||||
|
|
||||||
return (vmsize () - usage1 ? -1 : 0);
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -150,5 +150,5 @@ main (int argc, gchar * argv[])
|
||||||
|
|
||||||
//gst_alloc_trace_print_all ();
|
//gst_alloc_trace_print_all ();
|
||||||
|
|
||||||
return vmsize () - usage1;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,7 @@ include ../Rules
|
||||||
|
|
||||||
tests_pass = locked
|
tests_pass = locked
|
||||||
tests_fail =
|
tests_fail =
|
||||||
|
tests_ignore =
|
||||||
|
|
||||||
|
|
||||||
locked_LDADD = $(GST_LIBS)
|
locked_LDADD = $(GST_LIBS)
|
||||||
|
|
|
@ -2,6 +2,7 @@ include ../Rules
|
||||||
|
|
||||||
tests_pass = merge
|
tests_pass = merge
|
||||||
tests_fail =
|
tests_fail =
|
||||||
|
tests_ignore =
|
||||||
|
|
||||||
merge_SOURCES = merge.c
|
merge_SOURCES = merge.c
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,8 @@ include ../Rules
|
||||||
|
|
||||||
tests_pass = thread1 thread2 thread3 thread4 threadf
|
tests_pass = thread1 thread2 thread3 thread4 threadf
|
||||||
tests_fail = thread5 threadd queue
|
tests_fail = thread5 threadd queue
|
||||||
# tests which unexpectedly pass: threade threadb threadc
|
|
||||||
|
tests_ignore = threade threadb threadc
|
||||||
|
|
||||||
queue_SOURCES = queue.c
|
queue_SOURCES = queue.c
|
||||||
queue_CFLAGS = $(AM_CFLAGS)
|
queue_CFLAGS = $(AM_CFLAGS)
|
||||||
|
|
|
@ -22,6 +22,7 @@ DIST_SUBDIRS = bins bytestream caps cleanup clock dynparams elements indexers \
|
||||||
|
|
||||||
tests_pass = test_gst_init
|
tests_pass = test_gst_init
|
||||||
tests_fail =
|
tests_fail =
|
||||||
|
tests_ignore =
|
||||||
|
|
||||||
# we makes them, we gots to clean them
|
# we makes them, we gots to clean them
|
||||||
CLEANFILES += test-registry.xml
|
CLEANFILES += test-registry.xml
|
||||||
|
|
|
@ -7,7 +7,7 @@ TESTS_ENVIRONMENT=\
|
||||||
|
|
||||||
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||||||
|
|
||||||
check_PROGRAMS = $(tests_pass) $(tests_fail)
|
check_PROGRAMS = $(tests_pass) $(tests_fail) $(tests_ignore)
|
||||||
|
|
||||||
# make all tests depend on the versioned gst-register
|
# make all tests depend on the versioned gst-register
|
||||||
$(tests_pass) $(tests_fail): $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@
|
$(tests_pass) $(tests_fail): $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@
|
||||||
|
|
|
@ -2,6 +2,7 @@ include ../Rules
|
||||||
|
|
||||||
tests_pass = interface
|
tests_pass = interface
|
||||||
tests_fail =
|
tests_fail =
|
||||||
|
tests_ignore =
|
||||||
|
|
||||||
interface_SOURCES = interface.c
|
interface_SOURCES = interface.c
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@ include ../Rules
|
||||||
|
|
||||||
tests_pass =
|
tests_pass =
|
||||||
tests_fail = test1
|
tests_fail = test1
|
||||||
|
tests_ignore =
|
||||||
|
|
||||||
test1_SOURCES = test1.c gstbstest.c
|
test1_SOURCES = test1.c gstbstest.c
|
||||||
test1_LDFLAGS = $(top_builddir)/libs/gst/bytestream/libgstbytestream.la
|
test1_LDFLAGS = $(top_builddir)/libs/gst/bytestream/libgstbytestream.la
|
||||||
|
|
|
@ -17,7 +17,7 @@ tests_pass = \
|
||||||
audioscale
|
audioscale
|
||||||
|
|
||||||
tests_fail =
|
tests_fail =
|
||||||
|
tests_ignore =
|
||||||
|
|
||||||
app_fixate_LDADD = $(GST_LIBS)
|
app_fixate_LDADD = $(GST_LIBS)
|
||||||
app_fixate_CFLAGS = $(GST_CFLAGS) $(XML_CFLAGS)
|
app_fixate_CFLAGS = $(GST_CFLAGS) $(XML_CFLAGS)
|
||||||
|
|
|
@ -2,5 +2,5 @@ include ../Rules
|
||||||
|
|
||||||
tests_pass = clock1 clock2
|
tests_pass = clock1 clock2
|
||||||
tests_fail =
|
tests_fail =
|
||||||
|
tests_ignore =
|
||||||
|
|
||||||
|
|
|
@ -3,5 +3,5 @@ include ../Rules
|
||||||
tests_pass = commandline category output printf_extension
|
tests_pass = commandline category output printf_extension
|
||||||
tests_fail =
|
tests_fail =
|
||||||
|
|
||||||
tests_inconsistent = global
|
tests_ignore = global
|
||||||
|
|
||||||
|
|
|
@ -33,25 +33,25 @@ gst_debug_log_one (GstDebugCategory * category,
|
||||||
GstDebugLevel level,
|
GstDebugLevel level,
|
||||||
const gchar * file,
|
const gchar * file,
|
||||||
const gchar * function,
|
const gchar * function,
|
||||||
gint line, GObject * object, gchar * message, gpointer thread)
|
gint line, GObject * object, GstDebugMessage * message, gpointer data)
|
||||||
G_GNUC_NO_INSTRUMENT;
|
G_GNUC_NO_INSTRUMENT;
|
||||||
static void gst_debug_log_two (GstDebugCategory * category,
|
static void gst_debug_log_two (GstDebugCategory * category,
|
||||||
GstDebugLevel level,
|
GstDebugLevel level,
|
||||||
const gchar * file,
|
const gchar * file,
|
||||||
const gchar * function,
|
const gchar * function,
|
||||||
gint line,
|
gint line, GObject * object, GstDebugMessage * message, gpointer thread)
|
||||||
GObject * object, gchar * message, gpointer thread) G_GNUC_NO_INSTRUMENT;
|
G_GNUC_NO_INSTRUMENT;
|
||||||
|
|
||||||
static void
|
static void
|
||||||
gst_debug_log_one (GstDebugCategory * category, GstDebugLevel level,
|
gst_debug_log_one (GstDebugCategory * category, GstDebugLevel level,
|
||||||
const gchar * file, const gchar * function, gint line, GObject * object,
|
const gchar * file, const gchar * function, gint line, GObject * object,
|
||||||
gchar * message, gpointer thread)
|
GstDebugMessage * message, gpointer data)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
static void
|
static void
|
||||||
gst_debug_log_two (GstDebugCategory * category, GstDebugLevel level,
|
gst_debug_log_two (GstDebugCategory * category, GstDebugLevel level,
|
||||||
const gchar * file, const gchar * function, gint line, GObject * object,
|
const gchar * file, const gchar * function, gint line, GObject * object,
|
||||||
gchar * message, gpointer thread)
|
GstDebugMessage * message, gpointer data)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@ include ../Rules
|
||||||
|
|
||||||
tests_pass =
|
tests_pass =
|
||||||
tests_fail = dparamstest
|
tests_fail = dparamstest
|
||||||
|
tests_ignore =
|
||||||
|
|
||||||
dparamstest_CFLAGS = $(GST_CFLAGS)
|
dparamstest_CFLAGS = $(GST_CFLAGS)
|
||||||
dparamstest_LDFLAGS = $(GST_LIBS)
|
dparamstest_LDFLAGS = $(GST_LIBS)
|
||||||
|
|
|
@ -4,6 +4,7 @@ include ../Rules
|
||||||
# disable gst-compprep-check until it doesn't leave stray files for distcheck
|
# disable gst-compprep-check until it doesn't leave stray files for distcheck
|
||||||
tests_pass = name tee property fake gst-inspect-check
|
tests_pass = name tee property fake gst-inspect-check
|
||||||
tests_fail =
|
tests_fail =
|
||||||
|
tests_ignore =
|
||||||
|
|
||||||
noinst_HEADERS = property.h
|
noinst_HEADERS = property.h
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@ include ../Rules
|
||||||
|
|
||||||
tests_pass = ghostpads
|
tests_pass = ghostpads
|
||||||
tests_fail =
|
tests_fail =
|
||||||
|
tests_ignore =
|
||||||
|
|
||||||
ghostpads_SOURCES = ghostpads.c
|
ghostpads_SOURCES = ghostpads.c
|
||||||
|
|
||||||
|
|
|
@ -2,5 +2,6 @@ include ../Rules
|
||||||
|
|
||||||
tests_pass = cache1 indexdump
|
tests_pass = cache1 indexdump
|
||||||
tests_fail =
|
tests_fail =
|
||||||
|
tests_ignore =
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@ include ../Rules
|
||||||
|
|
||||||
tests_pass = parse2
|
tests_pass = parse2
|
||||||
tests_fail = parse1
|
tests_fail = parse1
|
||||||
|
tests_ignore =
|
||||||
|
|
||||||
parse1_SOURCES = parse1.c
|
parse1_SOURCES = parse1.c
|
||||||
parse2_SOURCES = parse2.c
|
parse2_SOURCES = parse2.c
|
||||||
|
|
|
@ -5,6 +5,7 @@ plugin_LTLIBRARIES = libtestplugin.la libtestplugin2.la
|
||||||
|
|
||||||
tests_pass = dynamic linked loading registry static static2
|
tests_pass = dynamic linked loading registry static static2
|
||||||
tests_fail =
|
tests_fail =
|
||||||
|
tests_ignore =
|
||||||
|
|
||||||
|
|
||||||
libtestplugin_la_SOURCES = testplugin.c
|
libtestplugin_la_SOURCES = testplugin.c
|
||||||
|
|
|
@ -1,11 +1,8 @@
|
||||||
include ../Rules
|
include ../Rules
|
||||||
|
|
||||||
tests_pass = bin element mainloop
|
tests_pass = bin element mainloop pad element_pad
|
||||||
# pad
|
tests_fail =
|
||||||
tests_fail = sched
|
tests_ignore = sched
|
||||||
# element_pad
|
|
||||||
|
|
||||||
noinst_PROGRAMS = pad element_pad
|
|
||||||
|
|
||||||
element_SOURCES = element.c mem.c
|
element_SOURCES = element.c mem.c
|
||||||
pad_SOURCES = pad.c mem.c
|
pad_SOURCES = pad.c mem.c
|
||||||
|
|
|
@ -111,5 +111,5 @@ main (int argc, gchar * argv[])
|
||||||
|
|
||||||
g_print ("leaked: %ld\n", vmsize () - usage1);
|
g_print ("leaked: %ld\n", vmsize () - usage1);
|
||||||
|
|
||||||
return (vmsize () - usage1 ? -1 : 0);
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -150,5 +150,5 @@ main (int argc, gchar * argv[])
|
||||||
|
|
||||||
//gst_alloc_trace_print_all ();
|
//gst_alloc_trace_print_all ();
|
||||||
|
|
||||||
return vmsize () - usage1;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,7 @@ include ../Rules
|
||||||
|
|
||||||
tests_pass = locked
|
tests_pass = locked
|
||||||
tests_fail =
|
tests_fail =
|
||||||
|
tests_ignore =
|
||||||
|
|
||||||
|
|
||||||
locked_LDADD = $(GST_LIBS)
|
locked_LDADD = $(GST_LIBS)
|
||||||
|
|
|
@ -2,6 +2,7 @@ include ../Rules
|
||||||
|
|
||||||
tests_pass = merge
|
tests_pass = merge
|
||||||
tests_fail =
|
tests_fail =
|
||||||
|
tests_ignore =
|
||||||
|
|
||||||
merge_SOURCES = merge.c
|
merge_SOURCES = merge.c
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,8 @@ include ../Rules
|
||||||
|
|
||||||
tests_pass = thread1 thread2 thread3 thread4 threadf
|
tests_pass = thread1 thread2 thread3 thread4 threadf
|
||||||
tests_fail = thread5 threadd queue
|
tests_fail = thread5 threadd queue
|
||||||
# tests which unexpectedly pass: threade threadb threadc
|
|
||||||
|
tests_ignore = threade threadb threadc
|
||||||
|
|
||||||
queue_SOURCES = queue.c
|
queue_SOURCES = queue.c
|
||||||
queue_CFLAGS = $(AM_CFLAGS)
|
queue_CFLAGS = $(AM_CFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue