summaryrefslogtreecommitdiffstats
path: root/php55.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-04-17 16:17:21 +0200
committerRemi Collet <fedora@famillecollet.com>2015-04-17 16:17:21 +0200
commit1474f47656ebc2f91db499e3f5207f5d8068cad6 (patch)
tree6807a5f70b24c8d045a14bfd0feac874a9f3e229 /php55.spec
parent347d9b5cd34a38e973a1302ec41cbc39aa87d8af (diff)
ignore 2 tests broken by our systzdata patch
Diffstat (limited to 'php55.spec')
-rw-r--r--php55.spec6
1 files changed, 4 insertions, 2 deletions
diff --git a/php55.spec b/php55.spec
index 542c076..e4d0773 100644
--- a/php55.spec
+++ b/php55.spec
@@ -982,9 +982,11 @@ mkdir build-cgi build-apache build-embedded \
# ----- Manage known as failed test -------
# affected by systzdata patch
-rm -f ext/date/tests/timezone_location_get.phpt
+rm ext/date/tests/timezone_location_get.phpt
+rm ext/date/tests/timezone_version_get.phpt
+rm ext/date/tests/timezone_version_get_basic1.phpt
# fails sometime
-rm -f ext/sockets/tests/mcast_ipv?_recv.phpt
+rm ext/sockets/tests/mcast_ipv?_recv.phpt
# Safety check for API version change.
pver=$(sed -n '/#define PHP_VERSION /{s/.* "//;s/".*$//;p}' main/php_version.h)