mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove xfail from tests that do not fail anymore (#10871)
This commit is contained in:
parent
7d987ebbbf
commit
53763e14b7
4 changed files with 0 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue