[packages/php/PHP_5_4] skip some known broken tests

glen glen at pld-linux.org
Fri Aug 24 00:43:04 CEST 2012


commit a33e71d0e221a675c591e8f743d1e14b43e6866c
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Fri Aug 24 01:43:00 2012 +0300

    skip some known broken tests

 php.spec | 9 +++++++++
 1 file changed, 9 insertions(+)
---
diff --git a/php.spec b/php.spec
index 39634ba..658a60a 100644
--- a/php.spec
+++ b/php.spec
@@ -1965,6 +1965,15 @@ sed -i -e 's#-fvisibility=hidden##g' configure*
 # says just "Terminated" twice and fails
 mv sapi/cli/tests/022.phpt{,.broken}
 
+# really dumb test, executable binary name is .libs/ something when building
+# https://bugs.php.net/bug.php?id=54514
+mv tests/basic/bug54514.phpt{,.disable}
+
+# breaks whole testsuite unexpectedly:
+# Fatal error: Call to undefined function gzencode() in run-tests.php on line 1714
+# probably broken as zlib is built as shared
+mv ext/soap/tests/server019.phpt{,disable}
+
 # php-5.3.3/ext/standard/tests/file/statpage.phpt
 %{__rm} ext/standard/tests/file/statpage.phpt
 


More information about the pld-cvs-commit mailing list