From 1474f47656ebc2f91db499e3f5207f5d8068cad6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 17 Apr 2015 16:17:21 +0200 Subject: ignore 2 tests broken by our systzdata patch --- php55.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'php55.spec') 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) -- cgit