mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: Remove .post files only for passing tests
This commit is contained in:
commit
c624a7fe43
1 changed files with 4 additions and 2 deletions
|
@ -1971,8 +1971,6 @@ COMMAND $cmd
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@unlink($tmp_post);
|
|
||||||
|
|
||||||
$leaked = false;
|
$leaked = false;
|
||||||
$passed = false;
|
$passed = false;
|
||||||
|
|
||||||
|
@ -2164,6 +2162,10 @@ COMMAND $cmd
|
||||||
$restype[] = 'WARN';
|
$restype[] = 'WARN';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($passed) {
|
||||||
|
@unlink($tmp_post);
|
||||||
|
}
|
||||||
|
|
||||||
if (!$passed) {
|
if (!$passed) {
|
||||||
if (isset($section_text['XFAIL'])) {
|
if (isset($section_text['XFAIL'])) {
|
||||||
$restype[] = 'XFAIL';
|
$restype[] = 'XFAIL';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue