mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.5'
* PHP-8.5: Skip proc_open_multiplex.phpt on PPC runner Skip mysqli_fetch_all_data_types_variation.phpt on PPC runner
This commit is contained in:
@@ -4,6 +4,9 @@ mysqli_fetch_all() data types variation
|
||||
mysqli
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (getenv('GITHUB_ACTIONS') && str_starts_with(php_uname('m'), 'ppc')) {
|
||||
die('skip Flaky on GitHub Actions PPC runner');
|
||||
}
|
||||
require_once dirname(__DIR__) . "/test_setup/test_helpers.inc";
|
||||
mysqli_check_skip_test();
|
||||
?>
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
--TEST--
|
||||
Multiplexing of child output
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (getenv('GITHUB_ACTIONS') && str_starts_with(php_uname('m'), 'ppc')) {
|
||||
die('skip Flaky on GitHub Actions PPC runner');
|
||||
}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
$php = getenv("TEST_PHP_EXECUTABLE");
|
||||
|
||||
Reference in New Issue
Block a user