[compiler-rt] ce193ea - [asan] Remove FreeBSD XFAIL from asan-sigbus.cpp test

Alex Richardson via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 31 01:33:20 PDT 2021


Author: Alex Richardson
Date: 2021-03-31T09:17:48+01:00
New Revision: ce193ea9e8430f15d19dd60d73f13a66e4f374ac

URL: https://github.com/llvm/llvm-project/commit/ce193ea9e8430f15d19dd60d73f13a66e4f374ac
DIFF: https://github.com/llvm/llvm-project/commit/ce193ea9e8430f15d19dd60d73f13a66e4f374ac.diff

LOG: [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

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/asan/TestCases/Posix/asan-sigbus.cpp b/compiler-rt/test/asan/TestCases/Posix/asan-sigbus.cpp
index baf1e4266866c..1418dc4462894 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 <assert.h>
 #include <fcntl.h>


        


More information about the llvm-commits mailing list