diff --git a/tests/old/testsuite/refcounting/Makefile.am b/tests/old/testsuite/refcounting/Makefile.am index eafcdf45f8..286b91a053 100644 --- a/tests/old/testsuite/refcounting/Makefile.am +++ b/tests/old/testsuite/refcounting/Makefile.am @@ -14,7 +14,7 @@ bin_SOURCES = bin.c mem.c GST_PLUGIN_PATH = $(shell cd $(top_builddir) && pwd) TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-registry.xml -TESTS = $(tests_failing) $(tests_working) +TESTS = $(tests_working) check_PROGRAMS = $(TESTS) diff --git a/tests/old/testsuite/refcounting/element.c b/tests/old/testsuite/refcounting/element.c index d53f7a7bf2..bd12050c4a 100644 --- a/tests/old/testsuite/refcounting/element.c +++ b/tests/old/testsuite/refcounting/element.c @@ -1,6 +1,6 @@ #include -#define ITERS 100000 +#define ITERS 10000 #include #include "mem.h" diff --git a/tests/old/testsuite/threads/Makefile.am b/tests/old/testsuite/threads/Makefile.am index 574596aa08..0184989f78 100644 --- a/tests/old/testsuite/threads/Makefile.am +++ b/tests/old/testsuite/threads/Makefile.am @@ -1,5 +1,5 @@ -testprogs = thread1 thread2 thread3 thread4 thread5 threadb -testsfailing = threadc threadd threade threadf +testprogs = thread1 thread2 thread3 thread5 threadb +testsfailing = threadc threadd threade threadf thread4 TESTS = $(testprogs) diff --git a/testsuite/refcounting/Makefile.am b/testsuite/refcounting/Makefile.am index eafcdf45f8..286b91a053 100644 --- a/testsuite/refcounting/Makefile.am +++ b/testsuite/refcounting/Makefile.am @@ -14,7 +14,7 @@ bin_SOURCES = bin.c mem.c GST_PLUGIN_PATH = $(shell cd $(top_builddir) && pwd) TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-registry.xml -TESTS = $(tests_failing) $(tests_working) +TESTS = $(tests_working) check_PROGRAMS = $(TESTS) diff --git a/testsuite/refcounting/element.c b/testsuite/refcounting/element.c index d53f7a7bf2..bd12050c4a 100644 --- a/testsuite/refcounting/element.c +++ b/testsuite/refcounting/element.c @@ -1,6 +1,6 @@ #include -#define ITERS 100000 +#define ITERS 10000 #include #include "mem.h" diff --git a/testsuite/threads/Makefile.am b/testsuite/threads/Makefile.am index 574596aa08..0184989f78 100644 --- a/testsuite/threads/Makefile.am +++ b/testsuite/threads/Makefile.am @@ -1,5 +1,5 @@ -testprogs = thread1 thread2 thread3 thread4 thread5 threadb -testsfailing = threadc threadd threade threadf +testprogs = thread1 thread2 thread3 thread5 threadb +testsfailing = threadc threadd threade threadf thread4 TESTS = $(testprogs)