[all-commits] [llvm/llvm-project] 0f0520: [libc++][AIX] AIX allows for changing permissions ...
Zarko Todorovski via All-commits
all-commits at lists.llvm.org
Mon Mar 21 11:39:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0f0520003af4e949d780996948d14c2d0b77a022
https://github.com/llvm/llvm-project/commit/0f0520003af4e949d780996948d14c2d0b77a022
Author: Zarko Todorovski <zarko at ca.ibm.com>
Date: 2022-03-21 (Mon, 21 Mar 2022)
Changed paths:
M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.permissions/permissions.pass.cpp
Log Message:
-----------
[libc++][AIX] AIX allows for changing permissions of symlinks
The test fails on AIX due to it expecting an error as on Linux. However, as on
other non-Linux systems symlinks permissions are supported so expect an empty
error code.
Reviewed By: daltenty, #libc, ldionne
Differential Revision: https://reviews.llvm.org/D121140
More information about the All-commits
mailing list