tests/check/libs/gdp.c: Also enable the GDP unit test again on PPC now that the bug...
authorSebastian Dröge <slomo@circular-chaos.org>
Mon, 30 Jun 2008 09:42:43 +0000 (09:42 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Mon, 30 Jun 2008 09:42:43 +0000 (09:42 +0000)
Original commit message from CVS:
* tests/check/libs/gdp.c: (gst_dp_suite):
Also enable the GDP unit test again on PPC now that the bug
is fixed.

ChangeLog
tests/check/libs/gdp.c

index 19a5682..e0b7bde 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
 
+       * tests/check/libs/gdp.c: (gst_dp_suite):
+       Also enable the GDP unit test again on PPC now that the bug
+       is fixed.
+
+2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
+
        * libs/gst/dataprotocol/dataprotocol.c:
        Don't write to the same region of memory as a uint64 and uint16
        as this breaks strict aliasing rules and apparantly breaks on PPC
index c0edf24..d363cd0 100644 (file)
@@ -91,8 +91,6 @@ GST_END_TEST;
 
 #ifndef GST_REMOVE_DEPRECATED   /* these tests use deprecated API, that we disable by default */
 
-#ifndef HAVE_CPU_PPC64          /* this test doesn't work on PPC64. See #348114 */
-
 /* test creation of header from buffer and back again */
 GST_START_TEST (test_buffer)
 {
@@ -156,7 +154,6 @@ GST_START_TEST (test_buffer)
 }
 
 GST_END_TEST;
-#endif
 
 GST_START_TEST (test_caps)
 {
@@ -418,9 +415,7 @@ gst_dp_suite (void)
   suite_add_tcase (s, tc_chain);
   tcase_add_test (tc_chain, test_conversion);
 #ifndef GST_REMOVE_DEPRECATED
-#ifndef HAVE_CPU_PPC64
   tcase_add_test (tc_chain, test_buffer);
-#endif
   tcase_add_test (tc_chain, test_caps);
   tcase_add_test (tc_chain, test_event);
   tcase_add_test (tc_chain, test_memory);