aboutsummaryrefslogtreecommitdiff
path: root/test/msan/strlen_of_shadow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/msan/strlen_of_shadow.cc')
-rw-r--r--test/msan/strlen_of_shadow.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/msan/strlen_of_shadow.cc b/test/msan/strlen_of_shadow.cc
index b9cf5f065d2d..718cc08dc1fd 100644
--- a/test/msan/strlen_of_shadow.cc
+++ b/test/msan/strlen_of_shadow.cc
@@ -2,6 +2,8 @@
// Check that strlen() and similar intercepted functions can be called on shadow
// memory.
+// The mem_to_shadow's part might need rework
+// XFAIL: freebsd
#include <assert.h>
#include <stdint.h>