Skip to content

Commit c88dc44

Browse files
committed
Revert "XFAIL tests (GH-8588)"
This reverts commit f2ac4f2.
1 parent 6465f3e commit c88dc44

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

ext/opcache/tests/bug78175_2.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ opcache
1111
<?php
1212
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
1313
?>
14-
--XFAIL--
15-
GH-8588
1614
--FILE--
1715
<?php
1816
var_dump(get_class(Loader::getLoader()));

ext/opcache/tests/bug78376.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ opcache
1111
<?php
1212
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
1313
?>
14-
--XFAIL--
15-
GH-8588
1614
--FILE--
1715
<?php
1816
const CNST = 'bbbb';

ext/opcache/tests/preload_method_static_vars.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ opcache
1111
<?php
1212
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
1313
?>
14-
--XFAIL--
15-
GH-8588
1614
--FILE--
1715
<?php
1816
Foo::test();

ext/opcache/tests/preload_trait_static.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ opcache
1111
<?php
1212
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
1313
?>
14-
--XFAIL--
15-
GH-8588
1614
--FILE--
1715
<?php
1816
$bar = new Bar;

0 commit comments

Comments
 (0)