1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00

Merge branch 'PHP-8.1' into PHP-8.2

* PHP-8.1:
  Remove xfail from tests that do not fail anymore (#10871)
This commit is contained in:
Arnaud Le Blanc
2023-03-17 18:13:31 +01:00
4 changed files with 0 additions and 4 deletions
-1
View File
@@ -10,7 +10,6 @@ opcache
--SKIPIF--
<?php
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
if (PHP_ZTS) die('xfail GH-8588');
?>
--FILE--
<?php
-1
View File
@@ -10,7 +10,6 @@ opcache
--SKIPIF--
<?php
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
if (PHP_ZTS) die('xfail GH-8588');
?>
--FILE--
<?php
@@ -10,7 +10,6 @@ opcache
--SKIPIF--
<?php
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
if (PHP_ZTS) die('xfail GH-8588');
?>
--FILE--
<?php
@@ -10,7 +10,6 @@ opcache
--SKIPIF--
<?php
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
if (PHP_ZTS) die('xfail GH-8588');
?>
--FILE--
<?php