llvm-project/libcxx/test/std/input.output
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
..
file.streams [libc++] Add an option to disable wide character support in libc++ 2021-10-12 06:08:23 -04:00
filesystems [libc++][AIX] Do not assert chmod return value is non-zero. 2022-01-24 10:30:05 -05:00
input.output.general [libc++] Add a libc++ configuration that does not support localization 2020-10-27 14:56:30 -04:00
iostream.format [libcxx] [ci] Add CI configurations for MinGW 2021-11-17 10:00:50 +02:00
iostream.forward [libc++] Add an option to disable wide character support in libc++ 2021-10-12 06:08:23 -04:00
iostream.objects [libcxx] [test] Extend test for bash for executor-has-no-bash 2021-12-22 00:43:29 +02:00
iostreams.base [libc++] Add an option to disable wide character support in libc++ 2021-10-12 06:08:23 -04:00
iostreams.requirements [libc++] Add a libc++ configuration that does not support localization 2020-10-27 14:56:30 -04:00
stream.buffers [libc++] Add an option to disable wide character support in libc++ 2021-10-12 06:08:23 -04:00
string.streams [libc++] Add an option to disable wide character support in libc++ 2021-10-12 06:08:23 -04:00