From 6e7e5dcde9dd04e5e09218b2ab235e1377106f93 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Fri, 11 Feb 2011 01:37:06 +0000 Subject: [PATCH] Show XFAIL reasons (Daniel Convissor) --- run-tests.php | 1 + 1 file changed, 1 insertion(+) diff --git a/run-tests.php b/run-tests.php index f06733a52da..1b4bd5f449e 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'; }