[libcxx-commits] [PATCH] D89948: [libcxx] [test] Ifdef out uses of create_fifo on windows

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 19 13:22:05 PST 2021


mstorsjo updated this revision to Diff 325078.
mstorsjo edited the summary of this revision.
mstorsjo added reviewers: ldionne, curdeius.
mstorsjo added a comment.

Updated/rebased.

This is probably not ready to go as-is, but serves to point out the cases that need to be disabled in one way or another.

Some of the lists, that currently are in the form `{a, b, c, d}` might be easier to make conditional if split up over multiple lines with one line per entry.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89948/new/

https://reviews.llvm.org/D89948

Files:
  libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/file_size.pass.cpp
  libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/file_type_obs.pass.cpp
  libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/hard_link_count.pass.cpp
  libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy/copy.pass.cpp
  libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/copy_file.pass.cpp
  libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/equivalent.pass.cpp
  libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_empty/is_empty.pass.cpp
  libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status/status.pass.cpp
  libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.symlink_status/symlink_status.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89948.325078.patch
Type: text/x-patch
Size: 7239 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210219/74a018f0/attachment.bin>


More information about the libcxx-commits mailing list