Skip to content

Commit 53763e1

Browse files
authoredMar 17, 2023
Remove xfail from tests that do not fail anymore (#10871)
1 parent 7d987eb commit 53763e1

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed
 

‎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

‎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

‎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

‎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)