Skip to content

Commit bdd782e

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: Remove xfail from tests that do not fail anymore (#10871)
2 parents ac99645 + d87b670 commit bdd782e

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

Diff for: ext/opcache/tests/bug78175_2.phpt

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ opcache
1010
--SKIPIF--
1111
<?php
1212
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
13-
if (PHP_ZTS) die('xfail GH-8588');
1413
?>
1514
--FILE--
1615
<?php

Diff for: ext/opcache/tests/bug78376.phpt

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ opcache
1010
--SKIPIF--
1111
<?php
1212
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
13-
if (PHP_ZTS) die('xfail GH-8588');
1413
?>
1514
--FILE--
1615
<?php

Diff for: ext/opcache/tests/preload_method_static_vars.phpt

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ opcache
1010
--SKIPIF--
1111
<?php
1212
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
13-
if (PHP_ZTS) die('xfail GH-8588');
1413
?>
1514
--FILE--
1615
<?php

Diff for: ext/opcache/tests/preload_trait_static.phpt

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ opcache
1010
--SKIPIF--
1111
<?php
1212
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
13-
if (PHP_ZTS) die('xfail GH-8588');
1413
?>
1514
--FILE--
1615
<?php

0 commit comments

Comments
 (0)