This commit is contained in:
Daniil Gentili 2023-10-24 00:05:33 +02:00
parent 3536381c9c
commit 45c5b86837
2 changed files with 2 additions and 2 deletions

View File

@ -12,4 +12,4 @@ Tested on fa218eab4a9b5304afb871a4405546068cb65008
2. Psalm: always fails 2. Psalm: always fails
3. MadelineProto: got a single shutdown hang the first time I tried (even with the new closure fixes), then nothing; expecting an assertion crash 3. MadelineProto: got a single shutdown hang the first time I tried (even with the new closure fixes), then nothing; expecting an assertion crash
4. Infection: used to fail on some older php-src commit, now doesn't, still including it in order to play around with branches 4. Infection: used to fail on some older php-src commit, now doesn't, still including it in order to play around with branches
5. Psalm (unit): used to fail on some older php-src commit, now doesn't, still including it in order to play around with branches 5. Psalm (unit): runs entire testsuite, still need to run it myself...

View File

@ -22,7 +22,7 @@ composer i --ignore-platform-reqs
echo "About to run phpunit" echo "About to run phpunit"
docker run -v $PWD:/app --rm --privileged -it asan_tests /usr/bin/php /app/wrap.php /app/vendor/bin/phpunit --debug tests/MagicMethodAnnotationTest.php docker run -v $PWD:/app --rm --privileged -it asan_tests /usr/bin/php /app/wrap.php /app/vendor/bin/phpunit --debug
echo "About to run composer" echo "About to run composer"