[all-commits] [llvm/llvm-project] a4f384: [llvm-ranlib] Relax D-flag.test to allow it to pas...

Alexander Richardson via All-commits all-commits at lists.llvm.org
Thu Jan 2 07:00:32 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a4f3847f3d5742cfab7acdc614e7ca54643e0c85
      https://github.com/llvm/llvm-project/commit/a4f3847f3d5742cfab7acdc614e7ca54643e0c85
  Author: Alex Richardson <Alexander.Richardson at cl.cam.ac.uk>
  Date:   2020-01-02 (Thu, 02 Jan 2020)

  Changed paths:
    M llvm/test/tools/llvm-ranlib/D-flag.test

  Log Message:
  -----------
  [llvm-ranlib] Relax D-flag.test to allow it to pass on Windows hosts

It appears that Windows hosts always report rwxrwxrwx even with the
chmod 644 invocation. As this test only cares about the timestamps
and not the permissions, use a regex wildcard instead.




More information about the All-commits mailing list