[all-commits] [llvm/llvm-project] 562cd3: [llvm][test] Skip physical filesystem test if unsu...

Ben Langmuir via All-commits all-commits at lists.llvm.org
Wed May 3 12:14:53 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 562cd31ebd30b604f235a9f48ab0ee8125520f2d
      https://github.com/llvm/llvm-project/commit/562cd31ebd30b604f235a9f48ab0ee8125520f2d
  Author: Ben Langmuir <blangmuir at apple.com>
  Date:   2023-05-03 (Wed, 03 May 2023)

  Changed paths:
    M llvm/unittests/Support/VirtualFileSystemTest.cpp

  Log Message:
  -----------
  [llvm][test] Skip physical filesystem test if unsupported

We are relying on deleting the working directory to trigger a later
error in getcwd, but some platforms (e.g. Solaris) disallow deleting the
working directory of the process. Skip the test in that case.

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




More information about the All-commits mailing list