Skip to content

Commit f2ac4f2

Browse files
committed
XFAIL tests (GH-8588)
1 parent fa78e17 commit f2ac4f2

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

ext/opcache/tests/bug78175_2.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ opcache.preload={PWD}/preload_bug78175_2.inc
1010
require_once('skipif.inc');
1111
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
1212
?>
13+
--XFAIL--
14+
GH-8588
1315
--FILE--
1416
<?php
1517
var_dump(get_class(Loader::getLoader()));

ext/opcache/tests/bug78376.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ opcache.preload={PWD}/preload_bug78376.inc
1010
require_once('skipif.inc');
1111
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
1212
?>
13+
--XFAIL--
14+
GH-8588
1315
--FILE--
1416
<?php
1517
var_dump(\A::$a);

ext/opcache/tests/preload_method_static_vars.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ opcache.preload={PWD}/preload_method_static_vars.inc
1010
require_once('skipif.inc');
1111
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
1212
?>
13+
--XFAIL--
14+
GH-8588
1315
--FILE--
1416
<?php
1517
Foo::test();

ext/opcache/tests/preload_trait_static.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ opcache.preload={PWD}/preload_trait_static.inc
1010
require_once('skipif.inc');
1111
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
1212
?>
13+
--XFAIL--
14+
GH-8588
1315
--FILE--
1416
<?php
1517
$bar = new Bar;

0 commit comments

Comments
 (0)