From: Antony Dovgal Date: Mon, 5 Jan 2009 11:14:37 +0000 (+0000) Subject: fix ws X-Git-Tag: php-5.4.0alpha1~191^2~4635 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c51e8e977838a6aa8b2847ebb5dc79bfc77fddd;p=php fix ws --- diff --git a/run-tests.php b/run-tests.php index 82f7b24152..8753f6e828 100755 --- a/run-tests.php +++ b/run-tests.php @@ -1786,15 +1786,15 @@ COMMAND $cmd $php = $old_php; } - if (!$leaked && !$failed_headers) { - if (isset($section_text['XFAIL'] )) { - $warn = true; - $info = " (warn: XFAIL section but test passes)"; - }else { - show_result("PASS", $tested, $tested_file, '', $temp_filenames); - return 'PASSED'; - } - } + if (!$leaked && !$failed_headers) { + if (isset($section_text['XFAIL'] )) { + $warn = true; + $info = " (warn: XFAIL section but test passes)"; + }else { + show_result("PASS", $tested, $tested_file, '', $temp_filenames); + return 'PASSED'; + } + } } } else { @@ -1815,14 +1815,14 @@ COMMAND $cmd $php = $old_php; } - if (!$leaked && !$failed_headers) { - if (isset($section_text['XFAIL'] )) { - $warn = true; - $info = " (warn: XFAIL section but test passes)"; - }else { - show_result("PASS", $tested, $tested_file, '', $temp_filenames); - return 'PASSED'; - } + if (!$leaked && !$failed_headers) { + if (isset($section_text['XFAIL'] )) { + $warn = true; + $info = " (warn: XFAIL section but test passes)"; + }else { + show_result("PASS", $tested, $tested_file, '', $temp_filenames); + return 'PASSED'; + } } }