Skip to content

Commit 947a048

Browse files
committed
xfail gh8841.phpt for known issues
1 parent 7fa9976 commit 947a048

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Zend/tests/gh8841.phpt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
--TEST--
22
GH-8841 (php-cli core dump calling a badly formed function)
3+
--SKIPIF--
4+
<?php
5+
$jit = opcache_get_configuration()["directives"]["opcache.jit"];
6+
if (PHP_OS_FAMILY === "Windows" && PHP_INT_SIZE == 8 && $jit === "tracing") {
7+
$url = "https://github.com/php/php-src/pull/14919#issuecomment-2259003979";
8+
die("xfail Test fails on Windows x64 (VS17) and tracing JIT; see $url");
9+
}
10+
?>
311
--FILE--
412
<?php
513
register_shutdown_function(function() {

0 commit comments

Comments
 (0)