2023-10-23 22:10:11 +02:00
|
|
|
# A repo full of reproducer for PHP JIT bugs.
|
|
|
|
|
|
|
|
Run using `./run.sh`.
|
|
|
|
|
2023-10-23 23:42:45 +02:00
|
|
|
Edit the branch in `Dockerfile:33`
|
|
|
|
|
|
|
|
## Tests
|
|
|
|
|
|
|
|
Tested on fa218eab4a9b5304afb871a4405546068cb65008
|
|
|
|
|
2023-10-30 22:41:26 +01:00
|
|
|
1. Composer: Fixed
|
2023-10-23 23:42:45 +02:00
|
|
|
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
|
2023-10-24 17:50:54 +02:00
|
|
|
4. Infection (patched): always fails
|
2023-10-30 22:41:26 +01:00
|
|
|
5. Psalm (unit): ?
|
2023-10-24 17:07:49 +02:00
|
|
|
6. php-parser (unit): always fails
|
2023-10-24 17:50:54 +02:00
|
|
|
7. Psalm (master, unit): always fails
|
|
|
|
8. Psalm (patched master, unit): always fails
|
2023-10-26 13:55:01 +02:00
|
|
|
9. Composer: always fails
|