diff options
Diffstat (limited to 'libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals')
-rw-r--r-- | libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp | 2 | ||||
-rw-r--r-- | libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp b/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp index 1da38569821..042fe03d416 100644 --- a/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp +++ b/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <fstream> // int_type overflow(int_type c = traits::eof()); diff --git a/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp b/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp index e34bc844bd2..9ada23b4546 100644 --- a/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp +++ b/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <fstream> // int_type underflow(); |