Skip to content

Commit

Permalink
XFAIL tests (phpGH-8588)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-lb committed May 20, 2022
1 parent fa78e17 commit f2ac4f2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/opcache/tests/bug78175_2.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ opcache.preload={PWD}/preload_bug78175_2.inc
require_once('skipif.inc');
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
?>
--XFAIL--
GH-8588
--FILE--
<?php
var_dump(get_class(Loader::getLoader()));
Expand Down
2 changes: 2 additions & 0 deletions ext/opcache/tests/bug78376.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ opcache.preload={PWD}/preload_bug78376.inc
require_once('skipif.inc');
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
?>
--XFAIL--
GH-8588
--FILE--
<?php
var_dump(\A::$a);
Expand Down
2 changes: 2 additions & 0 deletions ext/opcache/tests/preload_method_static_vars.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ opcache.preload={PWD}/preload_method_static_vars.inc
require_once('skipif.inc');
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
?>
--XFAIL--
GH-8588
--FILE--
<?php
Foo::test();
Expand Down
2 changes: 2 additions & 0 deletions ext/opcache/tests/preload_trait_static.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ opcache.preload={PWD}/preload_trait_static.inc
require_once('skipif.inc');
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
?>
--XFAIL--
GH-8588
--FILE--
<?php
$bar = new Bar;
Expand Down

0 comments on commit f2ac4f2

Please sign in to comment.