diff options
Diffstat (limited to 'test/msan/dtls_test.c')
-rw-r--r-- | test/msan/dtls_test.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/msan/dtls_test.c b/test/msan/dtls_test.c index b9021e0da1aff..bc1fe609a8501 100644 --- a/test/msan/dtls_test.c +++ b/test/msan/dtls_test.c @@ -8,6 +8,14 @@ XFAIL: FreeBSD UNSUPPORTED: powerpc + + // Reports use-of-uninitialized-value, not analyzed + XFAIL: netbsd + + // This is known to be broken with glibc-2.27+ + // https://bugs.llvm.org/show_bug.cgi?id=37804 + XFAIL: glibc-2.27 + */ #ifndef BUILD_SO |