1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

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
4 changed files with 0 additions and 4 deletions

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

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

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

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