[libcxx] [test] Mark bits of fs.enum tests as libcpp specific
authorMartin Storsjö <martin@martin.st>
Wed, 21 Oct 2020 07:37:59 +0000 (10:37 +0300)
committerMartin Storsjö <martin@martin.st>
Thu, 22 Oct 2020 06:00:57 +0000 (09:00 +0300)
commit545fb7a71c0c7e73b1d40ba1263d603ac6b17968
tree53c2b2ebc83634a5c74f4e0298cdd87a3799773f
parent586892d583a05d53fce4f04aa2bffc5603aaec74
[libcxx] [test] Mark bits of fs.enum tests as libcpp specific

The individual enum values in copy_options and file_type aren't
specified in the standard.

The standard doesn't require fs::path::format to be a scoped enum.

Differential Revision: https://reviews.llvm.org/D89866
libcxx/test/std/input.output/filesystems/fs.enum/enum.copy_options.pass.cpp
libcxx/test/std/input.output/filesystems/fs.enum/enum.file_type.pass.cpp
libcxx/test/std/input.output/filesystems/fs.enum/enum.path.format.pass.cpp