diff options
Diffstat (limited to 'compiler-rt/test/msan/strlen_of_shadow.cc')
-rw-r--r-- | compiler-rt/test/msan/strlen_of_shadow.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/msan/strlen_of_shadow.cc b/compiler-rt/test/msan/strlen_of_shadow.cc index b9cf5f065d2..718cc08dc1f 100644 --- a/compiler-rt/test/msan/strlen_of_shadow.cc +++ b/compiler-rt/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> |