php-src/tests
Dmitry Stogov ccc6c0f78c
Fix GH-15709: Crashing tests on Windows x64 (#17095)
This is a quick fix for the problem.
It'll work while all the JIT-ed functions have the same "fixed stack frame".
Unwinder uses hard-coded unwind data for this "fixed stack frame".

* Preallocate space for Win64 shadow args

* typo

* Setup unwinder for JIT functions

* Revert "Dynamically xfail test case which fails on CI"

This reverts commit 7cc327fd5a.

* Revert "Dynamically xfail test case which fails on CI"

This reverts commit bdde797159.

* Revert "Dynamically xfail test cases which fail on CI (GH-15710)"

This reverts commit 6d5962074f.

* Remove XFAIL sections

* Add hard-coded SEH unwind data for EXITCALL

* Fix unwind data

* Fix Windows multi-process support

* Typo
2024-12-13 02:05:45 +03:00
..
basic Merge branch 'PHP-8.3' into PHP-8.4 2024-12-04 20:47:11 +01:00
classes [RFC] Property hooks (#13455) 2024-07-14 11:55:03 +02:00
func Deprecate E_STRICT constant and remove error level 2024-09-18 14:33:14 +02:00
lang Fix GH-15709: Crashing tests on Windows x64 (#17095) 2024-12-13 02:05:45 +03:00
output Fix GH-15181: Disabled output handler is flushed again 2024-08-06 16:45:51 +02:00
run-test Close PHP tags in tests 2023-10-18 17:34:10 +02:00
security Close PHP tags in tests 2023-10-18 17:34:10 +02:00
strings Fix GH-15964: printf() can strip sign of -INF 2024-12-02 14:27:36 +01:00