Skip to content

Commit 9a53f9c

Browse files
var-consttru
authored andcommitted
[libc++][print] Mark some more <print> tests as requiring a file system.
A follow-up to https://reviews.llvm.org/D156585. (cherry picked from commit e6b2e1b)
1 parent 2f40e7b commit 9a53f9c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libcxx/test/libcxx/input.output/iostream.format/print.fun/transcoding.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//===----------------------------------------------------------------------===//
77

88
// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20
9+
// UNSUPPORTED: no-filesystem
910
// UNSUPPORTED: GCC-ALWAYS_INLINE-FIXME
1011

1112
// <print>

libcxx/test/libcxx/input.output/iostream.format/print.fun/vprint_unicode_posix.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//===----------------------------------------------------------------------===//
77

88
// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20
9+
// UNSUPPORTED: no-filesystem
910
// UNSUPPORTED: GCC-ALWAYS_INLINE-FIXME
1011

1112
// XFAIL: availability-fp_to_chars-missing

0 commit comments

Comments
 (0)