Edit report at https://bugs.php.net/bug.php?id=78551&edit=1
ID: 78551
Updated by: [email protected]
Reported by: v-altruo at microsoft dot com
Summary: Iteration Failures
Status: Assigned
Type: Bug
Package: Testing related
Operating System: Windows Server 2012 R2
PHP Version: 7.4.0RC1
Assigned To: cmb
Block user comment: N
Private report: N
New Comment:
While I still have not been able to reproduce this locally, I've
seen this test occasionally failing on AppVeyor (same diff), so
there might be some execution order issue.
Previous Comments:
------------------------------------------------------------------------
[2019-09-17 17:56:13] v-altruo at microsoft dot com
After making those changes (tested on 7.2.23RC1), the output is still the same:
Testing file with relative path:
Iteration #1: passed.
Iteration #2: passed.
Iteration #3: passed.
Iteration #4: passed.
Testing directory with relative path:
Iteration #1: passed.
Iteration #2: bool(true)
bool(false)
failed.
Iteration #3: bool(true)
bool(false)
failed.
Iteration #4: passed.
------------------------------------------------------------------------
[2019-09-17 07:31:09] [email protected]
I cannot reproduce this test failure. I can imagine that the
failure is caused by one or more of the exec() calls in
ext\standard\tests\file\windows_acls\common.inc failing. For
debugging it might be useful to add an exec() wrapper to that
file:
function my_exec($cmd) {
$res = exec($cmd, $output, $status);
if ($status) {
echo "FAILED: $cmd\n";
}
return $res;
}
And to replace all exec() calls in common.inc with my_exec().
Could you please check that?
------------------------------------------------------------------------
[2019-09-16 18:39:48] v-altruo at microsoft dot com
Description:
------------
Test fails for both x64/x86 and NTS/TS builds regardless of opcache on/off.
This test also failed for 7.2.23RC1 and 7.3.10RC1.
Failed Test Location: ext\standard\tests\file\windows_acls\bug44859_4.phpt
Expected result:
----------------
Testing file with relative path:
Iteration #1: passed.
Iteration #2: passed.
Iteration #3: passed.
Iteration #4: passed.
Testing directory with relative path:
Iteration #1: passed.
Iteration #2: passed.
Iteration #3: passed.
Iteration #4: passed.
Actual result:
--------------
Testing file with relative path:
Iteration #1: passed.
Iteration #2: passed.
Iteration #3: passed.
Iteration #4: passed.
Testing directory with relative path:
Iteration #1: passed.
Iteration #2: bool(true)
bool(false)
failed.
Iteration #3: bool(true)
bool(false)
failed.
Iteration #4: passed.
------------------------------------------------------------------------
--
Edit this bug report at https://bugs.php.net/bug.php?id=78551&edit=1
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.