mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
tests/check/: Enable unit tests on PPC again as the bugs are now fixed.
Original commit message from CVS: * tests/check/elements/gdpdepay.c: (gdpdepay_suite): * tests/check/pipelines/streamheader.c: (streamheader_suite): Enable unit tests on PPC again as the bugs are now fixed.
This commit is contained in:
parent
a0679f9e56
commit
5ce69d111a
2 changed files with 2 additions and 13 deletions
|
@ -405,13 +405,7 @@ gdpdepay_suite (void)
|
|||
suite_add_tcase (s, tc_chain);
|
||||
tcase_add_test (tc_chain, test_audio_per_byte);
|
||||
tcase_add_test (tc_chain, test_audio_in_one_buffer);
|
||||
|
||||
#ifdef HAVE_CPU_PPC64 /* Test known to fail on PPC64. See #348114 */
|
||||
g_print ("\n\n***** skipping test test_streamheader. May fail "
|
||||
"on PPC due to a compiler bug. See bug #348114 for details\n\n\n");
|
||||
if (0) /* this avoids the 'function not used' warning */
|
||||
#endif
|
||||
tcase_add_test (tc_chain, test_streamheader);
|
||||
tcase_add_test (tc_chain, test_streamheader);
|
||||
|
||||
return s;
|
||||
}
|
||||
|
|
|
@ -219,12 +219,7 @@ streamheader_suite (void)
|
|||
#ifndef GST_DISABLE_PARSE
|
||||
tcase_add_test (tc_chain, test_multifdsink_gdp_tag);
|
||||
#ifdef HAVE_VORBIS
|
||||
#ifdef HAVE_CPU_PPC64
|
||||
g_print ("\n\n***** skipping test test_multifdsink_gdp_vorbisenc. May fail "
|
||||
"on PPC64 due to compiler bug. See bug #348114 for details\n\n\n");
|
||||
if (0) /* this avoids the 'function not used' warning */
|
||||
#endif
|
||||
tcase_add_test (tc_chain, test_multifdsink_gdp_vorbisenc);
|
||||
tcase_add_test (tc_chain, test_multifdsink_gdp_vorbisenc);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue