Original commit message from CVS:
identify failing tests
-testprogs = cleanup1 cleanup2 cleanup3 cleanup4 cleanup5
+if BUILD_FAILING_TESTS
+FAILING = cleanup3 cleanup4
+else
+FAILING =
+endif
+
+testprogs = cleanup1 cleanup2 $(FAILING) cleanup5
GST_PLUGIN_PATH = $(shell cd $(top_builddir) && pwd)
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-registry.xml
-testprogs = cleanup1 cleanup2 cleanup3 cleanup4 cleanup5
+if BUILD_FAILING_TESTS
+FAILING = cleanup3 cleanup4
+else
+FAILING =
+endif
+
+testprogs = cleanup1 cleanup2 $(FAILING) cleanup5
GST_PLUGIN_PATH = $(shell cd $(top_builddir) && pwd)
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-registry.xml