llvm-project/libcxx/test/std/experimental
Saleem Abdulrasool f5b8d8249e test: relax the FS test a slight bit to be more reliable
Some filesystems track atime always.  This relaxes the test to accept either a
filesystem which does not accurately track atime or does track the atime
accurately.  This allows the test to pass on filesystems mounted with
`strictatime` on Linux or on macOS.

llvm-svn: 278357
2016-08-11 16:58:12 +00:00
..
algorithms Fix various undefined behavior found by UBSan. 2016-06-19 07:08:27 +00:00
any [libcxx] Add std::any 2016-08-11 03:13:11 +00:00
filesystem test: relax the FS test a slight bit to be more reliable 2016-08-11 16:58:12 +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
numeric Implement LCM and GCD for Library Fundamentals. Reviewed as https://reviews.llvm.org/D21343. 2016-07-26 14:28:34 +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