View Ticket
Not logged in
2017-11-07
17:24 New ticket [75ae1eca5a] Test Failure - fCmd-9.4.a - On MSYS builds of core-8-branch. artifact: a77b348d46 user: hypnotoad

Ticket UUID: 75ae1eca5abba5b73e2a3eb5f909674852a6e982
Title: Test Failure - fCmd-9.4.a - On MSYS builds of core-8-branch
Type: Bug Version: 8.7
Submitter: hypnotoad Created on: 2017-11-07 17:24:54
Subsystem: 37. File System Assigned To: nobody
Priority: 5 Medium Severity: Minor
Status: Open Last Modified: 2017-11-07 17:24:54
Resolution: None Closed By: nobody
    Closed on:
Description:
Building a fresh checkout of [84de05583b0631640bcb0f697345f4743c74da0b] within MSYS on Windows 7 and running "make test" produces the following failed test:

==== fCmd-9.4.a file rename: comprehensive: dir to new name FAILED
==== Contents of test case:

    file mkdir td1 td2
    testchmod 0o555 td2
    file rename td1 td3
    file rename td2 td4
    list [lsort [glob td*]] [file writable td3] [file writable td4]

---- Test generated error; Return code was: 1
---- Return code should have been one of: 0 2
---- errorInfo: error renaming "td2" to "td4": permission denied
    while executing
"file rename td2 td4"
    ("uplevel" body line 5)
    invoked from within
"uplevel 1 $script"
---- errorCode: POSIX EACCES {permission denied}
==== fCmd-9.4.a FAILED