mirror of
https://github.com/danog/jit_bugs.git
synced 2024-11-26 12:04:52 +01:00
Fix
This commit is contained in:
parent
3536381c9c
commit
45c5b86837
@ -12,4 +12,4 @@ Tested on fa218eab4a9b5304afb871a4405546068cb65008
|
||||
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
|
||||
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...
|
@ -22,7 +22,7 @@ composer i --ignore-platform-reqs
|
||||
|
||||
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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user