Skip to content

Commit 3a29239

Browse files
committed
test
1 parent 7c72d7b commit 3a29239

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

ext/spl/tests/gh14639.phpt

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,6 @@
22
GH-14639 (Member access within null pointer in ext/spl/spl_observer.c)
33
--INI--
44
memory_limit=2M
5-
--SKIPIF--
6-
<?php
7-
if (getenv("USE_ZEND_ALLOC") === "0") {
8-
die("skip Zend MM disabled");
9-
}
10-
$tracing = extension_loaded("Zend OPcache")
11-
&& ($conf = opcache_get_configuration()["directives"])
12-
&& array_key_exists("opcache.jit", $conf)
13-
&& $conf["opcache.jit"] === "tracing";
14-
if (PHP_OS_FAMILY === "Windows" && PHP_INT_SIZE == 8 && $tracing) {
15-
$url = "https://github.com/php/php-src/pull/14919#issuecomment-2259003979";
16-
die("xfail Test fails on Windows x64 (VS17) and tracing JIT; see $url");
17-
}
18-
?>
195
--FILE--
206
<?php
217
$b = new SplObjectStorage();

tests/lang/bug45392.phpt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@ Bug #45392 (ob_start()/ob_end_clean() and memory_limit)
55
if (getenv("USE_ZEND_ALLOC") === "0") {
66
die("skip Zend MM disabled");
77
}
8-
$tracing = extension_loaded("Zend OPcache")
9-
&& ($conf = opcache_get_configuration()["directives"])
10-
&& array_key_exists("opcache.jit", $conf)
11-
&& $conf["opcache.jit"] === "tracing";
12-
if (PHP_OS_FAMILY === "Windows" && PHP_INT_SIZE == 8 && $tracing) {
13-
$url = "https://github.com/php/php-src/pull/14919#issuecomment-2259003979";
14-
die("xfail Test fails on Windows x64 (VS17) and tracing JIT; see $url");
15-
}
168
?>
179
--FILE--
1810
<?php

0 commit comments

Comments
 (0)