[PATCH] D42755: [libcxx] Fix last_write_time tests for filesystems that don't support very small times.

Volodymyr Sapsai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 31 11:32:31 PST 2018


vsapsai added a comment.

Don't like removing `new_time = file_time_type::min() + MicroSec(1);` part of the `test_write_min_time` but it escapes `file_time_type::min()` check. If somebody can explain the purpose of this test, I'd be glad to preserve it for filesystems that support very small times.


https://reviews.llvm.org/D42755





More information about the cfe-commits mailing list