diff options
Diffstat (limited to 'test/msan/ioctl_custom.cc')
-rw-r--r-- | test/msan/ioctl_custom.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/msan/ioctl_custom.cc b/test/msan/ioctl_custom.cc index eaab63384..794f34535 100644 --- a/test/msan/ioctl_custom.cc +++ b/test/msan/ioctl_custom.cc @@ -4,6 +4,9 @@ // RUN: %clangxx_msan -DPOSITIVE -O0 -g %s -o %t && not %run %t 2>&1 | FileCheck %s // RUN: %clangxx_msan -DPOSITIVE -O3 -g %s -o %t && not %run %t 2>&1 | FileCheck %s +// Reports different report (not analyzed) +// XFAIL: netbsd + #include <assert.h> #include <stdlib.h> #include <net/if.h> |