tests/check/libs/gdp.c: the test_buffer test fails at line 140 on ppc64 at the follow...
authorEdward Hervey <bilboed@bilboed.com>
Thu, 20 Jul 2006 10:25:28 +0000 (10:25 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Thu, 20 Jul 2006 10:25:28 +0000 (10:25 +0000)
Original commit message from CVS:
* tests/check/libs/gdp.c: (gst_dp_suite):
the test_buffer test fails at line 140 on ppc64 at the following
check:
fail_unless (GST_BUFFER_FLAG_IS_SET (newbuffer, GST_BUFFER_FLAG_IN_CAPS),
"GST_BUFFER_IN_CAPS flag should have been copied !");
See bug #348114 for more details.

ChangeLog
tests/check/libs/gdp.c

index a36493567bbd8e20c8a488cd7f477e4892df301d..d484181c22a4b3c8788256803117104214f9d52d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-07-20  Edward Hervey  <edward@fluendo.com>
+
+       * tests/check/libs/gdp.c: (gst_dp_suite):
+       the test_buffer test fails at line 140 on ppc64 at the following
+       check:
+       fail_unless (GST_BUFFER_FLAG_IS_SET (newbuffer, GST_BUFFER_FLAG_IN_CAPS),
+               "GST_BUFFER_IN_CAPS flag should have been copied !");
+       See bug #348114 for more details.
+
 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
 
        * docs/pwg/advanced-scheduling.xml:
index ca0e80bed75a19b217a62fd5e8d9f082e810fe5d..9bb22b6360fa8f35f0ad4851ecacfbf72eb47a5d 100644 (file)
@@ -286,7 +286,9 @@ gst_dp_suite (void)
 
   suite_add_tcase (s, tc_chain);
   tcase_add_test (tc_chain, test_conversion);
+#ifndef __PPC64__
   tcase_add_test (tc_chain, test_buffer);
+#endif
   tcase_add_test (tc_chain, test_caps);
   tcase_add_test (tc_chain, test_event);