From: Alex Richardson Date: Wed, 31 Mar 2021 08:17:39 +0000 (+0100) Subject: [asan] Remove FreeBSD XFAIL from asan-sigbus.cpp test X-Git-Tag: llvmorg-14-init~10827 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce193ea9e8430f15d19dd60d73f13a66e4f374ac;p=platform%2Fupstream%2Fllvm.git [asan] Remove FreeBSD XFAIL from asan-sigbus.cpp test 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 --- diff --git a/compiler-rt/test/asan/TestCases/Posix/asan-sigbus.cpp b/compiler-rt/test/asan/TestCases/Posix/asan-sigbus.cpp index baf1e42..1418dc4 100644 --- a/compiler-rt/test/asan/TestCases/Posix/asan-sigbus.cpp +++ b/compiler-rt/test/asan/TestCases/Posix/asan-sigbus.cpp @@ -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 #include