llvm-project/libcxx/test/std/experimental
Volodymyr Sapsai ff9595a002 [libcxx] Fix last_write_time test for filesystems that don't support very small times.
APFS minimum supported file write time is -2^63 nanoseconds, which doesn't go
as far as `file_time_type::min()` that is equal to -2^63 microseconds on macOS.

This change doesn't affect filesystems that support `file_time_type` range only
for in-memory file time representation but not for on-disk representation. Such
filesystems are considered as `SupportsMinTime`.

rdar://problem/35865151

Reviewers: EricWF, Hahnfeld

Subscribers: jkorous-apple, mclow.lists, cfe-commits, christof

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

llvm-svn: 326383
2018-02-28 23:27:40 +00:00
..
algorithms/alg.search Remove std::experimental::sample; use std::sample instead. See https://libcxx.llvm.org/TS_deprecation.html 2018-02-01 16:36:08 +00:00
filesystem [libcxx] Fix last_write_time test for filesystems that don't support very small times. 2018-02-28 23:27:40 +00:00
func [libcxx] [test] Untabify, NFC. 2017-07-29 00:55:10 +00:00
iterator [libcxx] [test] Untabify, NFC. 2017-07-29 00:55:10 +00:00
language.support/support.coroutines [libcxx] [test] Change comments to say C++ instead of c++. NFC. 2017-07-29 00:55:35 +00:00
memory [libcxx] [test] Make files consistently end with newlines, NFC. 2017-07-29 00:55:22 +00:00
utilities Remove more of the std::experimental bits that are now in std::. All the _v type aliases, conjunction/disjunction, apply, etc. See https://libcxx.llvm.org/TS_deprecation.html 2018-02-06 23:13:48 +00:00
nothing_to_do.pass.cpp Remove <experimental/string_view>; use <string_view> instead. See https://libcxx.llvm.org/TS_deprecation.html 2018-02-05 23:43:34 +00:00