Edit report at https://bugs.php.net/bug.php?id=73781&edit=1
ID: 73781 Updated by: yohg...@php.net Reported by: gustaw dot daniel at gmail dot com Summary: PHP 7.0.14 Test afrer compilation in Bunsenlabs Hydrogen x86_64 () Status: Closed Type: Bug Package: Testing related Operating System: Bunsenlabs PHP Version: 7.0.14 Assigned To: yohgaki Block user comment: N Private report: N New Comment: If you have noticed concrete/precise bug from test suite, you are welcomed to post bug details here. Previous Comments: ------------------------------------------------------------------------ [2016-12-19 00:07:36] yohg...@php.net You are supposed to post test reports to qa.php.net. ------------------------------------------------------------------------ [2016-12-18 23:06:32] gustaw dot daniel at gmail dot com Description: ------------ I have the following system: # lsb_release -a No LSB modules are available. Distributor ID: BunsenLabs Description: BunsenLabs GNU/Linux 8.6 (Hydrogen) Release: 8.6 Codename: bunsen-hydrogen I clonned release 7.0.14 # cd /usr/src && git clone -b PHP-7.0.14 https://github.com/php/php-src --depth 1 I installed the following packages: # apt-get install make autoconf gcc bison apache2-dev libxml2-dev \ libssl-dev pkg-config libbz2-dev libcurl4-gnutls-dev libjpeg-dev \ libpng-dev libxpm-devel libfreetype6-dev libgmp-dev libicu-dev \ libmcrypt-dev mysql-server libmysqlclient-dev libpspell-dev \ librecode-dev libtool libtool-bin I done the following links: # ln -sf /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h # ln -sf /usr/lib/x86_64-linux-gnu/libldap.so /usr/lib/libldap.so # ln -sf /usr/lib/x86_64-linux-gnu/liblber.so /usr/lib/liblber.so I configured PHP # ./buildconf --force # ./configure --prefix=/usr/local/php/7.0 \ --with-config-file-path=/etc/php/7.0/apache2 \ --with-config-file-scan-dir=/etc/php/7.0/apache2/conf.d \ --enable-mbstring \ --enable-zip \ --enable-bcmath \ --enable-pcntl \ --enable-ftp \ --enable-exif \ --enable-calendar \ --enable-sysvmsg \ --enable-sysvsem \ --enable-sysvshm \ --enable-wddx \ --enable-intl \ --with-curl \ --with-mcrypt \ --with-iconv \ --with-gmp \ --with-pspell \ --with-gd \ --with-jpeg-dir=/usr \ --with-png-dir=/usr \ --with-zlib-dir=/usr \ --with-xpm-dir=/usr \ --with-freetype-dir=/usr \ --enable-gd-native-ttf \ --enable-gd-jis-conv \ --with-openssl \ --with-pdo-mysql=/usr \ --with-gettext=/usr \ --with-zlib=/usr \ --with-bz2 \ --with-recode=/usr \ --with-apxs2=/usr/bin/apxs \ --with-mysqli=/usr/bin/mysql_config \ --with-ldap I compiled sources: # sudo make clean # sudo make -j `cat /proc/cpuinfo | grep processor | wc -l` I have seen message: Build complete. Don't forget to run 'make test'. So I done test # make test This is my result: ===================================================================== TEST RESULT SUMMARY --------------------------------------------------------------------- Exts skipped : 24 Exts tested : 51 --------------------------------------------------------------------- Number of tests : 14763 11758 Tests skipped : 3005 ( 20.4%) -------- Tests warned : 6 ( 0.0%) ( 0.1%) Tests failed : 3 ( 0.0%) ( 0.0%) Expected fail : 39 ( 0.3%) ( 0.3%) Tests passed : 11710 ( 79.3%) ( 99.6%) --------------------------------------------------------------------- Time taken : 2664 seconds ===================================================================== Rest is on pastebin http://pastebin.com/HMBAtG4H Test script: --------------- http://pastebin.com/piZDxUua Expected result: ---------------- I exepected 100% tests PASSED. Actual result: -------------- I obtained: Tests warned : 6 ( 0.0%) ( 0.1%) Tests failed : 3 ( 0.0%) ( 0.0%) ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=73781&edit=1 -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php