[libc++][print] Disables tests with msan.
authorMark de Wever <koraq@xs4all.nl>
Wed, 19 Jul 2023 18:56:51 +0000 (20:56 +0200)
committerMark de Wever <koraq@xs4all.nl>
Wed, 19 Jul 2023 18:59:44 +0000 (20:59 +0200)
These tests break with msan on the sanitizer-aarch64-linux-bootstrap-msan
builder. Note the x86_64 builder is not affected. To unbreak the CI
temporary disable the tests completely with msan.

The breakage was introduced by D150044.

libcxx/test/std/input.output/iostream.format/print.fun/vprint_nonunicode.file.pass.cpp
libcxx/test/std/input.output/iostream.format/print.fun/vprint_unicode.file.pass.cpp

index 6953558..3484530 100644 (file)
@@ -9,6 +9,11 @@
 // UNSUPPORTED: no-filesystem
 // UNSUPPORTED: GCC-ALWAYS_INLINE-FIXME
 
+// TODO PRINT Enable again
+// https://reviews.llvm.org/D150044
+// https://lab.llvm.org/buildbot/#/builders/237/builds/3578
+// UNSUPPORTED: msan
+
 // XFAIL: availability-fp_to_chars-missing
 
 // <print>
index c26ed0b..476bbbb 100644 (file)
 // UNSUPPORTED: libcpp-has-no-unicode
 // UNSUPPORTED: GCC-ALWAYS_INLINE-FIXME
 
+// TODO PRINT Enable again
+// https://reviews.llvm.org/D150044
+// https://lab.llvm.org/buildbot/#/builders/237/builds/3578
+// UNSUPPORTED: msan
+
 // XFAIL: availability-fp_to_chars-missing
 
 // <print>