php-src/ext/zend_test
Niels Dossche 9949064dd1
Disable global state test on Windows
It looks like the config.w32 uses CHECK_HEADER_ADD_INCLUDE to add the include
path to libxml into the search path.
That doesn't happen in zend-test.
To add to the Windows trouble, libxml is statically linked in, ext/libxml can
only be built statically but ext/zend-test can be built both statically and
dynamically.
So the regression tests won't work in all possible configurations anyway on Windows.
All of this is no problem on Linux because it just uses dynamic linking
and pkg-config, without any magic.

Signed-off-by: Ben Ramsey <ramsey@php.net>
2023-07-31 20:25:19 -05:00
..
tests Add test, fix x86 JIT 2023-03-13 12:36:59 +01:00
config.m4 Reorganize zend_test and add custom fiber implementation tests (#7137) 2021-06-11 12:25:47 -05:00
config.w32 Reorganize zend_test and add custom fiber implementation tests (#7137) 2021-06-11 12:25:47 -05:00
fiber.c Flexible fiber bailout handling (#7163) 2021-06-18 11:01:10 -05:00
fiber.h Flexible fiber bailout handling (#7163) 2021-06-18 11:01:10 -05:00
fiber.stub.php Add test for leaking prior context with symmetric coroutines 2021-06-12 00:10:17 -05:00
fiber_arginfo.h Add test for leaking prior context with symmetric coroutines 2021-06-12 00:10:17 -05:00
observer.c Add test, fix x86 JIT 2023-03-13 12:36:59 +01:00
observer.h Reorganize zend_test and add custom fiber implementation tests (#7137) 2021-06-11 12:25:47 -05:00
php_test.h Add test, fix x86 JIT 2023-03-13 12:36:59 +01:00
test.c Disable global state test on Windows 2023-07-31 20:25:19 -05:00
test.stub.php Disable global state test on Windows 2023-07-31 20:25:19 -05:00
test_arginfo.h Disable global state test on Windows 2023-07-31 20:25:19 -05:00