tests: Remove GstXML tests
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 25 Jun 2010 16:24:47 +0000 (18:24 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 25 Jun 2010 16:25:40 +0000 (18:25 +0200)
tests/check/Makefile.am
tests/check/gst/struct_hppa.h
tests/check/gst/struct_i386.h
tests/check/gst/struct_ppc32.h
tests/check/gst/struct_ppc64.h
tests/check/gst/struct_sparc.h
tests/check/gst/struct_x86_64.h

index 36b6105..5c1f35d 100644 (file)
@@ -33,12 +33,6 @@ else
 PARSE_CHECKS = pipelines/simple-launch-lines pipelines/cleanup pipelines/parse-launch
 endif
 
-if GST_DISABLE_LOADSAVE
-LOADSAVE_CHECKS = 
-else
-LOADSAVE_CHECKS = gst/gstxml
-endif
-
 # if it's calling gst_element_factory_make(), it will probably not work without
 # a registry
 if GST_DISABLE_REGISTRY
@@ -97,7 +91,6 @@ check_PROGRAMS =                              \
        gst/gsttagsetter                        \
        gst/gsttask                             \
        gst/gstvalue                            \
-       $(LOADSAVE_CHECKS)                      \
        generic/states                          \
        $(PARSE_CHECKS)                         \
        $(REGISTRY_CHECKS)                      \
index 5d2b9db..a458c52 100644 (file)
@@ -67,7 +67,7 @@ static GstCheckABIStruct list[] = {
   {"GstTypeFindFactoryClass", sizeof (GstTypeFindFactoryClass), 152},
   {"GstURIHandlerInterface", sizeof (GstURIHandlerInterface), 44},
   {"GstValueTable", sizeof (GstValueTable), 32},
-#ifndef GST_DISABLE_LOADSAVE
+#if !defined(GST_DISABLE_LOADSAVE) && !defined(GST_DISABLE_DEPRECATED) && !defined(GST_REMOVE_DEPRECATED)
   {"GstXML", sizeof (GstXML), 64},
   {"GstXMLClass", sizeof (GstXMLClass), 144},
 #endif
index 1fe5c64..de68f1e 100644 (file)
@@ -67,7 +67,7 @@ static GstCheckABIStruct list[] = {
  {"GstTypeFindFactoryClass", sizeof(GstTypeFindFactoryClass), 152},
  {"GstURIHandlerInterface", sizeof(GstURIHandlerInterface), 44},
  {"GstValueTable", sizeof(GstValueTable), 32},
-#ifndef GST_DISABLE_LOADSAVE
+#if !defined(GST_DISABLE_LOADSAVE) && !defined(GST_DISABLE_DEPRECATED) && !defined(GST_REMOVE_DEPRECATED)
  {"GstXML", sizeof(GstXML), 64},
  {"GstXMLClass", sizeof(GstXMLClass), 144},
 #endif
index 4b943f4..a458c52 100644 (file)
@@ -67,7 +67,9 @@ static GstCheckABIStruct list[] = {
   {"GstTypeFindFactoryClass", sizeof (GstTypeFindFactoryClass), 152},
   {"GstURIHandlerInterface", sizeof (GstURIHandlerInterface), 44},
   {"GstValueTable", sizeof (GstValueTable), 32},
+#if !defined(GST_DISABLE_LOADSAVE) && !defined(GST_DISABLE_DEPRECATED) && !defined(GST_REMOVE_DEPRECATED)
   {"GstXML", sizeof (GstXML), 64},
   {"GstXMLClass", sizeof (GstXMLClass), 144},
+#endif
   {NULL, 0, 0}
 };
index 02de86d..b3e2a92 100644 (file)
@@ -67,7 +67,7 @@ static GstCheckABIStruct list[] = {
   {"GstTypeFindFactoryClass", sizeof (GstTypeFindFactoryClass), 304} ,
   {"GstURIHandlerInterface", sizeof (GstURIHandlerInterface), 88} ,
   {"GstValueTable", sizeof (GstValueTable), 64} ,
-#ifndef GST_DISABLE_LOADSAVE
+#if !defined(GST_DISABLE_LOADSAVE) && !defined(GST_DISABLE_DEPRECATED) && !defined(GST_REMOVE_DEPRECATED)
   {"GstXML", sizeof (GstXML), 128} ,
   {"GstXMLClass", sizeof (GstXMLClass), 288} ,
 #endif
index 7881c78..34feebe 100644 (file)
@@ -68,7 +68,9 @@ GstCheckABIStruct list[] = {
   {"GstTypeFindFactoryClass", sizeof (GstTypeFindFactoryClass), 152},
   {"GstURIHandlerInterface", sizeof (GstURIHandlerInterface), 44},
   {"GstValueTable", sizeof (GstValueTable), 32},
+#if !defined(GST_DISABLE_LOADSAVE) && !defined(GST_DISABLE_DEPRECATED) && !defined(GST_REMOVE_DEPRECATED)
   {"GstXML", sizeof (GstXML), 64},
   {"GstXMLClass", sizeof (GstXMLClass), 144},
+#endif
   {NULL, 0, 0}
 };
index 02de86d..b3e2a92 100644 (file)
@@ -67,7 +67,7 @@ static GstCheckABIStruct list[] = {
   {"GstTypeFindFactoryClass", sizeof (GstTypeFindFactoryClass), 304} ,
   {"GstURIHandlerInterface", sizeof (GstURIHandlerInterface), 88} ,
   {"GstValueTable", sizeof (GstValueTable), 64} ,
-#ifndef GST_DISABLE_LOADSAVE
+#if !defined(GST_DISABLE_LOADSAVE) && !defined(GST_DISABLE_DEPRECATED) && !defined(GST_REMOVE_DEPRECATED)
   {"GstXML", sizeof (GstXML), 128} ,
   {"GstXMLClass", sizeof (GstXMLClass), 288} ,
 #endif