[asan] Remove FreeBSD XFAIL from asan-sigbus.cpp test
authorAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>
Wed, 31 Mar 2021 08:17:39 +0000 (09:17 +0100)
committerAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>
Wed, 31 Mar 2021 08:17:48 +0000 (09:17 +0100)
This test passes for me on FreeBSD 12.2 and was probably fixed by
https://svnweb.freebsd.org/base?view=revision&revision=352807.

Reviewed By: emaste

Differential Revision: https://reviews.llvm.org/D98281

compiler-rt/test/asan/TestCases/Posix/asan-sigbus.cpp

index baf1e42..1418dc4 100644 (file)
@@ -5,8 +5,6 @@
 // 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>