Browse Source

Show XFAIL reasons (Daniel Convissor)

experimental/with_scalar_types
Christopher Jones 16 years ago
parent
commit
6e7e5dcde9
  1. 1
      run-tests.php

1
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';
}

Loading…
Cancel
Save