Remove xfail from tests that do not fail anymore (#10871)

This commit is contained in:
Arnaud Le Blanc 2023-03-17 18:12:51 +01:00 committed by GitHub
parent 7d987ebbbf
commit 53763e14b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 4 deletions

View file

@ -10,7 +10,6 @@ opcache
--SKIPIF-- --SKIPIF--
<?php <?php
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows'); if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
if (PHP_ZTS) die('xfail GH-8588');
?> ?>
--FILE-- --FILE--
<?php <?php

View file

@ -10,7 +10,6 @@ opcache
--SKIPIF-- --SKIPIF--
<?php <?php
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows'); if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
if (PHP_ZTS) die('xfail GH-8588');
?> ?>
--FILE-- --FILE--
<?php <?php

View file

@ -10,7 +10,6 @@ opcache
--SKIPIF-- --SKIPIF--
<?php <?php
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows'); if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
if (PHP_ZTS) die('xfail GH-8588');
?> ?>
--FILE-- --FILE--
<?php <?php

View file

@ -10,7 +10,6 @@ opcache
--SKIPIF-- --SKIPIF--
<?php <?php
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows'); if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
if (PHP_ZTS) die('xfail GH-8588');
?> ?>
--FILE-- --FILE--
<?php <?php