Skip to content

Commit c12141c

Browse files
authored
Reduce the scope of XFAIL (#8592)
1 parent f2ac4f2 commit c12141c

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

ext/opcache/tests/bug78175_2.phpt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ opcache.preload={PWD}/preload_bug78175_2.inc
99
<?php
1010
require_once('skipif.inc');
1111
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
12+
if (PHP_ZTS) die('xfail GH-8588');
1213
?>
13-
--XFAIL--
14-
GH-8588
1514
--FILE--
1615
<?php
1716
var_dump(get_class(Loader::getLoader()));

ext/opcache/tests/bug78376.phpt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ opcache.preload={PWD}/preload_bug78376.inc
99
<?php
1010
require_once('skipif.inc');
1111
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
12+
if (PHP_ZTS) die('xfail GH-8588');
1213
?>
13-
--XFAIL--
14-
GH-8588
1514
--FILE--
1615
<?php
1716
var_dump(\A::$a);

ext/opcache/tests/preload_method_static_vars.phpt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ opcache.preload={PWD}/preload_method_static_vars.inc
99
<?php
1010
require_once('skipif.inc');
1111
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
12+
if (PHP_ZTS) die('xfail GH-8588');
1213
?>
13-
--XFAIL--
14-
GH-8588
1514
--FILE--
1615
<?php
1716
Foo::test();

ext/opcache/tests/preload_trait_static.phpt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ opcache.preload={PWD}/preload_trait_static.inc
99
<?php
1010
require_once('skipif.inc');
1111
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
12+
if (PHP_ZTS) die('xfail GH-8588');
1213
?>
13-
--XFAIL--
14-
GH-8588
1514
--FILE--
1615
<?php
1716
$bar = new Bar;

0 commit comments

Comments
 (0)