php-src/ext/shmop/tests
Christoph M. Becker 0695b9773d
Make ext/shmop/tests/gh14537.phpt more resilient (GH-15985)
The actual problem is our `shmget()` implementation which does not care
to set `errno` appropriately; that should be fixed, although mapping
the error conditions to those specified by POSIX might be hard.

For now, we only make the test case more resilient by ignoring the
exact error; "No error" doesn't make sense anyway.
2024-09-22 17:03:16 +02:00
..
001.phpt Don't strictly check shmop size in test 2021-05-18 19:32:36 +02:00
002.phpt Migrate skip checks to --EXTENSIONS--, p3 2021-04-03 15:23:25 +02:00
bug81407.phpt Use --EXTENSIONS-- section for new test 2021-09-02 23:49:05 +02:00
gh14537.phpt Make ext/shmop/tests/gh14537.phpt more resilient (GH-15985) 2024-09-22 17:03:16 +02:00
shmop_open_private.phpt Migrate skip checks to --EXTENSIONS--, p3 2021-04-03 15:23:25 +02:00