diff options
author | Hubert Tong <hubert.reinterpretcast@gmail.com> | 2019-01-09 16:00:39 +0000 |
---|---|---|
committer | Hubert Tong <hubert.reinterpretcast@gmail.com> | 2019-01-09 16:00:39 +0000 |
commit | ea2ce500e9ab0e46cb520ab541bbf50593e8b190 (patch) | |
tree | d62ec983a10da9cc3b8fce2bdcb0175790204cc3 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 7e6803e07b98d6189c6f07da0f7a2e0c813e98af (diff) | |
download | llvm-ea2ce500e9ab0e46cb520ab541bbf50593e8b190.zip llvm-ea2ce500e9ab0e46cb520ab541bbf50593e8b190.tar.gz llvm-ea2ce500e9ab0e46cb520ab541bbf50593e8b190.tar.bz2 |
[unittests][Support] AIX: Skip sticky bit file tests
On AIX, attempting (without root) to set the sticky bit on a file with
the `chmod` utility will give:
```
chmod: not all requested changes were made to <file>
```
The same occurs when modifying other permission bits on a file with the
sticky bit already set.
It seems that the `chmod` function will report success despite failing
to set the sticky bit.
llvm-svn: 350735
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions