Home
last modified time | relevance | path

Searched refs:failures (Results 1 – 14 of 14) sorted by relevance

/PHP-8.3/sapi/fpm/tests/
H A DCONFLICTS1 # FPM tests have many spurious failures on Azure recently,
/PHP-8.3/ext/json/tests/
H A Djson_last_error_error.phpt2 json_last_error() failures
H A Djson_last_error_msg_error.phpt2 json_last_error_msg() failures
/PHP-8.3/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt53 // try n set each locale using setlocale() and keep track failures, if any
67 echo "Expected no of failures = 0\n";
87 Expected no of failures = 0
/PHP-8.3/sapi/phpdbg/tests/
H A Dwatch_005.phpt6 die("xfail There may be flaws in the implementation of watchpoints that cause failures");
H A Dwatch_006.phpt6 die("xfail There may be flaws in the implementation of watchpoints that cause failures");
/PHP-8.3/ext/random/
H A Drandomizer.c426 int failures = 0; in PHP_METHOD() local
438 if (++failures > PHP_RANDOM_RANGE_ATTEMPTS) { in PHP_METHOD()
447 failures = 0; in PHP_METHOD()
/PHP-8.3/ext/pdo_oci/tests/
H A Doci_success_with_info.phpt76 sleep(3); // 2 seconds is causing random test failures
/PHP-8.3/ext/intl/tests/
H A Dformatter_fail.phpt2 numfmt creation failures
H A Dmsgfmt_fail2.phpt2 msgfmt creation failures icu >= 4.8
/PHP-8.3/ext/opcache/jit/
H A DREADME.md53 When investigating test failures such as segmentation faults,
/PHP-8.3/
H A DNEWS534 . Fix 32-bit wordwrap test failures. (orlitzky)
898 . Fixed bug GH-13517 (Multiple test failures when building with
1071 . Fixed test failures for libxml2 2.12.0. (nielsdos)
/PHP-8.3/docs/
H A Drelease-process.md64 > to allow enough time to investigate failures, communicate with the authors,
67 > Check the CI status for your branch periodically and resolve the failures
/PHP-8.3/ext/standard/
H A Darray.c6172 int failures = 0; local
6179 if (++failures > PHP_RANDOM_RANGE_ATTEMPTS) {
6189 failures = 0;

Completed in 48 milliseconds