mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
tests/check/libs/gdp.c: Also comment out the test (see below).
Original commit message from CVS: * tests/check/libs/gdp.c: Also comment out the test (see below).
This commit is contained in:
parent
09abcf016c
commit
d65deaccae
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-08-08 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* tests/check/libs/gdp.c:
|
||||
Also comment out the test (see below).
|
||||
|
||||
2006-08-08 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* tests/check/libs/gdp.c: (gst_dp_suite):
|
||||
|
|
|
@ -85,6 +85,8 @@ GST_START_TEST (test_conversion)
|
|||
|
||||
GST_END_TEST;
|
||||
|
||||
#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)
|
||||
{
|
||||
|
@ -149,6 +151,8 @@ GST_START_TEST (test_buffer)
|
|||
|
||||
GST_END_TEST;
|
||||
|
||||
#endif
|
||||
|
||||
GST_START_TEST (test_caps)
|
||||
{
|
||||
gchar *string, *newstring;
|
||||
|
|
Loading…
Reference in a new issue