summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2011-02-11 01:37:06 +0000
committerChristopher Jones <sixd@php.net>2011-02-11 01:37:06 +0000
commit588ec26d2ff806c0382bc987a7bd4a309afc9fda (patch)
tree814bf9cc72a88ac7fbe24c9dab5adcde99f2b8dc /run-tests.php
parentff5dffdabbe842097f5200864ad9279d8c6260ec (diff)
downloadphp-git-588ec26d2ff806c0382bc987a7bd4a309afc9fda.tar.gz
Show XFAIL reasons (Daniel Convissor)
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.php b/run-tests.php
index f06733a52d..1b4bd5f449 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -1935,6 +1935,7 @@ COMMAND $cmd
if (!$passed) {
if (isset($section_text['XFAIL'])) {
$restype[] = 'XFAIL';
+ $info = ' XFAIL REASON: ' . $section_text['XFAIL'];
} else {
$restype[] = 'FAIL';
}