]> granicus.if.org Git - php/commitdiff
XFAILED tests are not "You may have found a problem in PHP"
authorBob Weinand <bobwei9@hotmail.com>
Thu, 2 Jul 2015 18:49:30 +0000 (20:49 +0200)
committerBob Weinand <bobwei9@hotmail.com>
Thu, 2 Jul 2015 18:49:30 +0000 (20:49 +0200)
run-tests.php

index 70d9cc3f5daf39b291a3b57ecfa4201a50ac36ab..1251d3f96da7616ced9f0df9eeaed81e2698ab9e 100755 (executable)
@@ -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 */
        if (!getenv('NO_INTERACTION') && !TRAVIS_CI) {
                $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 "\nThis report can be automatically sent to the PHP QA team at\n";