Update run-php-src to use 7.1.0

This commit is contained in:
Nikita Popov 2016-12-11 16:47:47 +01:00
parent 58970e2a37
commit 301c34373d
2 changed files with 5 additions and 8 deletions

View File

@ -1,4 +1,4 @@
wget -q https://github.com/php/php-src/archive/php-7.0.5.tar.gz
wget -q https://github.com/php/php-src/archive/php-7.1.0.tar.gz
mkdir -p ./data/php-src
tar -xzf ./php-7.0.5.tar.gz -C ./data/php-src --strip-components=1
tar -xzf ./php-7.1.0.tar.gz -C ./data/php-src --strip-components=1
php -n test_old/run.php --verbose --no-progress PHP7 ./data/php-src

View File

@ -83,18 +83,15 @@ switch ($testType) {
| Zend.tests.multibyte.multibyte_encoding_001
| Zend.tests.multibyte.multibyte_encoding_004
| Zend.tests.multibyte.multibyte_encoding_005
# token_get_all bug (https://bugs.php.net/bug.php?id=60097)
| Zend.tests.bug47516
# pretty print difference due to INF vs 1e1000
| ext.standard.tests.general_functions.bug27678
| tests.lang.bug24640
# pretty print differences due to negative LNumbers
| Zend.tests.neg_num_string
| Zend.tests.bug72918
# pretty print difference due to nop statements
| ext.mbstring.tests.htmlent
| ext.standard.tests.file.fread_basic
# tests using __halt_compiler as semi reserved keyword
| Zend.tests.grammar.semi_reserved_001
| Zend.tests.grammar.semi_reserved_002
| Zend.tests.grammar.semi_reserved_005
)\.phpt$~x', $file)) {
return null;
}