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
#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)
{
}
GST_END_TEST;
-#endif
GST_START_TEST (test_caps)
{
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);