llvm-project/libcxx/test/std/experimental
Jonas Hahnfeld 16be8ee1ff [libcxx][filesystem] Remove setgid from parent before testing permissions
man page for mkdir says: "If the parent directory has the set-group-ID bit set,
then so will the newly created directory."

Differential Revision: https://reviews.llvm.org/D22265

llvm-svn: 275760
2016-07-18 06:06:50 +00:00
..
algorithms Fix various undefined behavior found by UBSan. 2016-06-19 07:08:27 +00:00
any [libcxx] Add <experimental/any> v2. 2015-07-31 02:24:58 +00:00
filesystem [libcxx][filesystem] Remove setgid from parent before testing permissions 2016-07-18 06:06:50 +00:00
func Remove trailing whitespace in test suite. Approved by Marshall Clow. 2016-06-01 21:35:39 +00:00
iterator Remove trailing whitespace in test suite. Approved by Marshall Clow. 2016-06-01 21:35:39 +00:00
memory Implement p0337r0. Delete operator= for polymorphic_allocator. 2016-06-27 00:55:25 +00:00
optional Fix std::experimental::optional tests. Patch from Casey Carter. 2016-07-17 20:32:30 +00:00
string.view Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
utilities Move more _LIBCPP_VERSION tests to test/libcxx. 2016-06-22 02:07:26 +00:00
nothing_to_do.pass.cpp