summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Posix/asan-sigbus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Posix/asan-sigbus.cpp')
-rw-r--r--test/asan/TestCases/Posix/asan-sigbus.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/asan/TestCases/Posix/asan-sigbus.cpp b/test/asan/TestCases/Posix/asan-sigbus.cpp
index 1418dc446..baf1e4266 100644
--- a/test/asan/TestCases/Posix/asan-sigbus.cpp
+++ b/test/asan/TestCases/Posix/asan-sigbus.cpp
@@ -5,6 +5,8 @@
// RUN: %env_asan_opts=handle_sigbus=0 not --crash %run %t 2>&1 | FileCheck %s
// UNSUPPORTED: ios
+// Instead of getting a SIGBUS error, we get a SIGSEGV
+// XFAIL: freebsd
#include <assert.h>
#include <fcntl.h>