Skip to content

Commit ce90742

Browse files
committed
Merge branch 'PHP-7.1'
2 parents 9b916b1 + 5cee9df commit ce90742

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

run-tests.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1609,6 +1609,11 @@ function run_test($php, $file, $env)
16091609
$info = " (warn: $m[1])";
16101610
}
16111611
}
1612+
1613+
if (!strncasecmp('xfail', ltrim($output), 5)) {
1614+
// Pretend we have an XFAIL section
1615+
$section_text['XFAIL'] = trim(substr(ltrim($output), 5));
1616+
}
16121617
}
16131618
}
16141619

0 commit comments

Comments
 (0)