[all-commits] [llvm/llvm-project] b4a289: [libcxx] [test] Split the file_time_type synopsis ...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Wed Oct 21 00:00:41 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b4a289b03ced24799da818f7da4cb0febe35ac4b
      https://github.com/llvm/llvm-project/commit/b4a289b03ced24799da818f7da4cb0febe35ac4b
  Author: Martin Storsjö <martin at martin.st>
  Date:   2020-10-21 (Wed, 21 Oct 2020)

  Changed paths:
    M libcxx/test/std/input.output/filesystems/fs.filesystem.synopsis/file_time_type.pass.cpp
    A libcxx/test/std/input.output/filesystems/fs.filesystem.synopsis/file_time_type_resolution.compile.pass.cpp

  Log Message:
  -----------
  [libcxx] [test] Split the file_time_type synopsis test

Split the resolution check to a separate test, which is marked as
unsupported on windows.

On windows (both with MS STL and libstdc++), the file time has
100 ns resolution; the standard doesn't mandate a specific resolution.

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




More information about the All-commits mailing list