You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[libc++][print] Enables it on Apple backdeployment. (#76293)
As suggested in #73262 this enable the stream printing on Apple
backdeployment targets. This omits the check whether the file is a
terminal. This is not entirely conforming, but the differences should be
minor and are typically not observable.
Fixes#75225
Copy file name to clipboardExpand all lines: libcxx/test/libcxx/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.print/vprint_unicode.pass.cpp
-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@
10
10
// UNSUPPORTED: GCC-ALWAYS_INLINE-FIXME
11
11
12
12
// XFAIL: availability-fp_to_chars-missing
13
-
// XFAIL: availability-print-missing
14
13
15
14
// Clang modules do not work with the definiton of _LIBCPP_TESTING_PRINT_IS_TERMINAL
Copy file name to clipboardExpand all lines: libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.print/locale-specific_form.pass.cpp
-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,6 @@
13
13
// UNSUPPORTED: no-filesystem
14
14
15
15
// XFAIL: availability-fp_to_chars-missing
16
-
// XFAIL: availability-print-missing
17
16
18
17
// Bionic has minimal locale support, investigate this later.
Copy file name to clipboardExpand all lines: libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.print/print.pass.cpp
Copy file name to clipboardExpand all lines: libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.print/println.pass.cpp
Copy file name to clipboardExpand all lines: libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.print/vprint_nonunicode.pass.cpp
Copy file name to clipboardExpand all lines: libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.print/vprint_unicode.pass.cpp
0 commit comments