llvm-project/libcxx/test
Sean Fertile d193f7be78 [libc++][AIX] Do not assert chmod return value is non-zero.
A number of the filesystem tests create a directory that contains a bad
symlink. On AIX recursively setting permissions on said directory will
return a non-zero value because of the bad symlink, however the
following rm -r still completes successfully. Avoid the assertion on
AIX, and rely on the return value of the remove command to detect
problems.

Differential Revision: https://reviews.llvm.org/D112086
2022-01-24 10:30:05 -05:00
..
configs [libc++] [test] Add a test for proper _Uglification of template parameter names. 2022-01-14 15:50:37 -05:00
libcxx [libc++] Eliminate the `__function_like` helper. 2022-01-20 14:40:16 -05:00
std [libc++][AIX] Do not assert chmod return value is non-zero. 2022-01-24 10:30:05 -05:00
support [libc++][AIX] Do not assert chmod return value is non-zero. 2022-01-24 10:30:05 -05:00
CMakeLists.txt [runtimes] Remove support for GCC-style 32 bit multilib builds 2021-12-01 12:57:01 -05:00
lit.cfg.py [libc++] Allow specifying custom Lit config files 2020-06-18 10:06:04 -04:00