summaryrefslogtreecommitdiff
path: root/test/msan/ioctl_custom.cc
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2019-01-19 10:05:08 +0000
committerDimitry Andric <dim@FreeBSD.org>2019-01-19 10:05:08 +0000
commit0646903fc1f75f6e605754621119473ee083f4a4 (patch)
tree57bce79a7423a054cccec23bdf6cd96e2d271b4a /test/msan/ioctl_custom.cc
parent005b7ed8f76756d94ef6266ded755ab7863cb936 (diff)
Notes
Diffstat (limited to 'test/msan/ioctl_custom.cc')
-rw-r--r--test/msan/ioctl_custom.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/msan/ioctl_custom.cc b/test/msan/ioctl_custom.cc
index eaab633845829..794f345353582 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>