various test fixes :)
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 21 Jan 2003 22:11:21 +0000 (22:11 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 21 Jan 2003 22:11:21 +0000 (22:11 +0000)
Original commit message from CVS:
various test fixes :)

tests/old/testsuite/refcounting/Makefile.am
tests/old/testsuite/refcounting/element.c
tests/old/testsuite/threads/Makefile.am
testsuite/refcounting/Makefile.am
testsuite/refcounting/element.c
testsuite/threads/Makefile.am

index eafcdf4..286b91a 100644 (file)
@@ -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)
 
index d53f7a7..bd12050 100644 (file)
@@ -1,6 +1,6 @@
 #include <gst/gst.h>
 
-#define ITERS 100000
+#define ITERS 10000
 #include <stdlib.h>
 #include "mem.h"
 
index 574596a..0184989 100644 (file)
@@ -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)
 
index eafcdf4..286b91a 100644 (file)
@@ -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)
 
index d53f7a7..bd12050 100644 (file)
@@ -1,6 +1,6 @@
 #include <gst/gst.h>
 
-#define ITERS 100000
+#define ITERS 10000
 #include <stdlib.h>
 #include "mem.h"
 
index 574596a..0184989 100644 (file)
@@ -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)