summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-06-30 09:46:15 +0000
committerTim-Philipp Müller <tim@centricular.net>2012-09-11 01:54:32 +0100
commit5ce69d111a4eaea1f9d8295b5b33cdca0f88dda0 (patch)
tree60da78ee328399a16b298d4d14b5be79ed8a8aa0 /tests
parenta0679f9e56ba40e3f15d38e592a8bbdcb97b13fd (diff)
downloadgstreamer-plugins-bad-5ce69d111a4eaea1f9d8295b5b33cdca0f88dda0.tar.gz
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.
Diffstat (limited to 'tests')
-rw-r--r--tests/check/elements/gdpdepay.c8
-rw-r--r--tests/check/pipelines/streamheader.c7
2 files changed, 2 insertions, 13 deletions
diff --git a/tests/check/elements/gdpdepay.c b/tests/check/elements/gdpdepay.c
index b88d32b98..60bc1aed1 100644
--- a/tests/check/elements/gdpdepay.c
+++ b/tests/check/elements/gdpdepay.c
@@ -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;
}
diff --git a/tests/check/pipelines/streamheader.c b/tests/check/pipelines/streamheader.c
index 806eecb41..aa4830808 100644
--- a/tests/check/pipelines/streamheader.c
+++ b/tests/check/pipelines/streamheader.c
@@ -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