Skip to content

Commit ce193ea

Browse files
committed
[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
1 parent 8fa570c commit ce193ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
// RUN: %env_asan_opts=handle_sigbus=0 not --crash %run %t 2>&1 | FileCheck %s
66

77
// UNSUPPORTED: ios
8-
// Instead of getting a SIGBUS error, we get a SIGSEGV
9-
// XFAIL: freebsd
108

119
#include <assert.h>
1210
#include <fcntl.h>

0 commit comments

Comments
 (0)