[libcxx-commits] [libcxx] [libc++] Mark charconv test as unsupported under msan (PR #116933)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 19 22:55:45 PST 2024


https://github.com/ldionne created https://github.com/llvm/llvm-project/pull/116933

None

>From ab160b62d46f25b310366f58149af7328a149dc5 Mon Sep 17 00:00:00 2001
From: Louis Dionne <ldionne.2 at gmail.com>
Date: Wed, 20 Nov 2024 07:54:55 +0100
Subject: [PATCH] [libc++] Mark charconv test as unsupported under msan

---
 libcxx/test/std/utilities/charconv/charconv.msvc/test.pass.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/libcxx/test/std/utilities/charconv/charconv.msvc/test.pass.cpp b/libcxx/test/std/utilities/charconv/charconv.msvc/test.pass.cpp
index c294a40ce71ce5..9279511e46b114 100644
--- a/libcxx/test/std/utilities/charconv/charconv.msvc/test.pass.cpp
+++ b/libcxx/test/std/utilities/charconv/charconv.msvc/test.pass.cpp
@@ -11,6 +11,9 @@
 // TODO Investigate why this fails
 // UNSUPPORTED: windows
 
+// This test times out under msan
+// UNSUPPORTED: msan
+
 // to_chars requires functions in the dylib that have not been introduced in older
 // versions of the dylib on macOS.
 // XFAIL: availability-fp_to_chars-missing



More information about the libcxx-commits mailing list