[all-commits] [llvm/llvm-project] b16644: [libcxx] [test] Use GetWindowsInaccessibleDir() in...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Fri Apr 9 11:25:17 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b166441bbe7f33e80e70c49feb18285b52ecec3d
      https://github.com/llvm/llvm-project/commit/b166441bbe7f33e80e70c49feb18285b52ecec3d
  Author: Martin Storsjö <martin at martin.st>
  Date:   2021-04-09 (Fri, 09 Apr 2021)

  Changed paths:
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_block_file/is_block_file.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_char_file/is_character_file.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_directory/is_directory.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_empty/is_empty.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_fifo/is_fifo.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_other/is_other.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_regular_file/is_regular_file.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_socket/is_socket.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_symlink/is_symlink.pass.cpp

  Log Message:
  -----------
  [libcxx] [test] Use GetWindowsInaccessibleDir() instead of dirs with perms::none in fs.op.is_*

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


  Commit: 1f1f8e239bb32fc19990b652e0d0becff312f4aa
      https://github.com/llvm/llvm-project/commit/1f1f8e239bb32fc19990b652e0d0becff312f4aa
  Author: Martin Storsjö <martin at martin.st>
  Date:   2021-04-09 (Fri, 09 Apr 2021)

  Changed paths:
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/assign.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/ctor.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.temp_dir_path/temp_directory_path.pass.cpp

  Log Message:
  -----------
  [libcxx] [test] Use GetWindowsInaccessibleDir() in a couple more tests

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


  Commit: 1e5f68d80a42ad0e377f6a3197034995bd7a2e16
      https://github.com/llvm/llvm-project/commit/1e5f68d80a42ad0e377f6a3197034995bd7a2e16
  Author: Martin Storsjö <martin at martin.st>
  Date:   2021-04-09 (Fri, 09 Apr 2021)

  Changed paths:
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.rename/rename.pass.cpp

  Log Message:
  -----------
  [libcxx] [test] Add more tests for renaming directories in fs.op.rename

This was requested during the review of D98640.

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


Compare: https://github.com/llvm/llvm-project/compare/f30c429da63a...1e5f68d80a42


More information about the All-commits mailing list