1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext
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
..
2024-11-26 20:40:09 +01:00
2024-11-01 23:50:40 +01:00
2024-12-06 19:02:17 +01:00
2024-12-11 19:48:47 +01:00
2024-10-13 21:13:06 +02:00
2024-12-09 22:30:23 +01:00
2024-11-13 12:49:13 +00:00
2024-11-27 19:54:23 +00:00
2024-12-06 17:44:01 +01:00
2024-12-07 15:11:40 +01:00
2024-10-24 15:58:12 +02:00
2024-11-20 11:14:04 +01:00
2024-10-22 00:17:12 +02:00
2024-11-27 23:05:50 +01:00
2024-10-03 21:12:42 +02:00
2024-11-06 20:32:33 +09:00
2024-11-09 17:08:49 +01:00
2024-10-13 02:07:19 +02:00
2024-12-01 13:58:38 +00:00
2024-11-08 20:48:06 +01:00
2024-09-26 09:39:10 +02:00
2024-10-13 02:30:38 +02:00