mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-7.4'
This commit is contained in:
commit
7992a712a9
2 changed files with 15 additions and 17 deletions
|
@ -80,5 +80,5 @@ jobs:
|
||||||
configurationName: COMMUNITY
|
configurationName: COMMUNITY
|
||||||
configurationParameters: >-
|
configurationParameters: >-
|
||||||
--enable-debug --enable-zts
|
--enable-debug --enable-zts
|
||||||
CFLAGS='-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC'
|
CFLAGS='-fsanitize=undefined,address -fno-sanitize-recover -DZEND_TRACK_ARENA_ALLOC'
|
||||||
LDFLAGS='-fsanitize=undefined,address'
|
LDFLAGS='-fsanitize=undefined,address'
|
||||||
|
|
|
@ -57,22 +57,20 @@ jobs:
|
||||||
sed -i "s/function_exists('pcntl_fork')/false/" tests/Filesystem/FilesystemTest.php
|
sed -i "s/function_exists('pcntl_fork')/false/" tests/Filesystem/FilesystemTest.php
|
||||||
php vendor/bin/phpunit
|
php vendor/bin/phpunit
|
||||||
displayName: 'Test Laravel'
|
displayName: 'Test Laravel'
|
||||||
# Symfony has complicated custom PHPUnit handling -- we'd at least need an
|
- script: |
|
||||||
# --ignore-platform-reqs in there, or run the install under a different version.
|
git clone https://github.com/symfony/symfony.git --branch=master --depth=1
|
||||||
#- script: |
|
cd symfony
|
||||||
#- git clone https://github.com/symfony/symfony.git --branch=master --depth=1
|
php7.3 /usr/bin/composer install --no-progress
|
||||||
#- cd symfony
|
php7.3 ./phpunit install
|
||||||
#- php7.3 /usr/bin/composer install --no-progress
|
export USE_ZEND_ALLOC=0
|
||||||
#- export USE_ZEND_ALLOC=0
|
export USE_TRACKED_ALLOC=1
|
||||||
#- export USE_TRACKED_ALLOC=1
|
export ASAN_OPTIONS=exitcode=139
|
||||||
#- export ASAN_OPTIONS=exitcode=139
|
php ./phpunit --exclude-group tty,benchmark,intl-data,transient
|
||||||
#- # Close stdin because we hang on some kind of tty test otherwise.
|
if [ $? -gt 128 ]; then
|
||||||
#- php ./phpunit 0<&-
|
exit 1
|
||||||
#- if [ $? -gt 128 ]; then
|
fi
|
||||||
#- exit 1
|
displayName: 'Test Symfony'
|
||||||
#- fi
|
condition: or(succeeded(), failed())
|
||||||
#- displayName: 'Test Symfony'
|
|
||||||
#- condition: or(succeeded(), failed())
|
|
||||||
- script: |
|
- script: |
|
||||||
git clone https://github.com/amphp/amp.git --branch=master --depth=1
|
git clone https://github.com/amphp/amp.git --branch=master --depth=1
|
||||||
cd amp
|
cd amp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue