Skip to content

Commit a9882bd

Browse files
authored
[libc++] Mark charconv test as unsupported under msan (#116933)
1 parent 925e195 commit a9882bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libcxx/test/std/utilities/charconv/charconv.msvc/test.pass.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
// TODO Investigate why this fails
1212
// UNSUPPORTED: windows
1313

14+
// This test times out under msan
15+
// UNSUPPORTED: msan
16+
1417
// to_chars requires functions in the dylib that have not been introduced in older
1518
// versions of the dylib on macOS.
1619
// XFAIL: availability-fp_to_chars-missing

0 commit comments

Comments
 (0)