mirror of
https://github.com/danog/jit_bugs.git
synced 2024-11-26 12:04:52 +01:00
bugs | ||
.gitignore | ||
build.sh | ||
composer.json | ||
composer.lock | ||
Dockerfile | ||
php.ini | ||
README.md | ||
refactor.php | ||
run.sh |
A repo full of reproducer for PHP JIT bugs.
Run using ./run.sh
.
Edit the branch in Dockerfile:33
Tests
Tested on fa218eab4a9b5304afb871a4405546068cb65008
- Composer: Fixed
- Psalm: always fails
- MadelineProto: got a single shutdown hang the first time I tried (even with the new closure fixes), then nothing; expecting an assertion crash
- Infection (patched): always fails
- Psalm (unit): ?
- php-parser (unit): always fails
- Psalm (master, unit): always fails
- Psalm (patched master, unit): always fails
- Composer: always fails