]> granicus.if.org Git - php/commitdiff
Show XFAIL reasons (Daniel Convissor)
authorChristopher Jones <sixd@php.net>
Fri, 11 Feb 2011 01:37:06 +0000 (01:37 +0000)
committerChristopher Jones <sixd@php.net>
Fri, 11 Feb 2011 01:37:06 +0000 (01:37 +0000)
run-tests.php

index f06733a52da20825c7135725dea23d417bac024e..1b4bd5f449eebb31b60ac91dd7d3651c60574ae4 100755 (executable)
@@ -1935,6 +1935,7 @@ COMMAND $cmd
        if (!$passed) {
                if (isset($section_text['XFAIL'])) {
                        $restype[] = 'XFAIL';
+                       $info = '  XFAIL REASON: ' . $section_text['XFAIL'];
                } else {
                        $restype[] = 'FAIL';
                }