Skip to content

Commit 520a8e0

Browse files
committed
Skip new preload test on Windows
1 parent 4a8b370 commit 520a8e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/opcache/tests/jit/bug81256.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Bug #81256: Assertion `zv != ((void *)0)' failed for "preload" with JIT
33
--EXTENSIONS--
44
opcache
5+
--SKIPIF--
6+
<?php
7+
if (PHP_OS_FAMILY === "Windows") die("skip Windows does not support preloading");
8+
?>
59
--INI--
610
opcache.enable=1
711
opcache.enable_cli=1

0 commit comments

Comments
 (0)