mirror of
https://github.com/php/php-src.git
synced 2026-03-26 09:12:14 +01:00
XFAILED tests are not "You may have found a problem in PHP"
This commit is contained in:
@@ -324,7 +324,7 @@ function save_or_mail_results()
|
|||||||
/* We got failed Tests, offer the user to send an e-mail to QA team, unless NO_INTERACTION is set */
|
/* We got failed Tests, offer the user to send an e-mail to QA team, unless NO_INTERACTION is set */
|
||||||
if (!getenv('NO_INTERACTION') && !TRAVIS_CI) {
|
if (!getenv('NO_INTERACTION') && !TRAVIS_CI) {
|
||||||
$fp = fopen("php://stdin", "r+");
|
$fp = fopen("php://stdin", "r+");
|
||||||
if ($sum_results['FAILED'] || $sum_results['BORKED'] || $sum_results['WARNED'] || $sum_results['LEAKED'] || $sum_results['XFAILED']) {
|
if ($sum_results['FAILED'] || $sum_results['BORKED'] || $sum_results['WARNED'] || $sum_results['LEAKED']) {
|
||||||
echo "\nYou may have found a problem in PHP.";
|
echo "\nYou may have found a problem in PHP.";
|
||||||
}
|
}
|
||||||
echo "\nThis report can be automatically sent to the PHP QA team at\n";
|
echo "\nThis report can be automatically sent to the PHP QA team at\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user