Skip to content

Commit 2926018

Browse files
committed
FreeBSD: ASAN hang on aarch64
ASAN hangs on aarch64 FreeBSD. Disabling until we have a chance to dig through it.
1 parent f92fb30 commit 2926018

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/Sanitizers/asan/asan.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
// XFAIL: OS=windows-msvc
22

3+
// This test hangs on aarch64 FreeBSD
4+
// XFAIL will try to run the test and the verify that the test fails, which
5+
// still hits the hang.
6+
// UNSUPPORTED: OS=freebsd && CPU=aarch64
7+
38
// RUN: %target-swiftc_driver %s -g -sanitize=address -o %t_asan-binary
49
// RUN: %target-codesign %t_asan-binary
510
// RUN: env %env-ASAN_OPTIONS=abort_on_error=0 not %target-run %t_asan-binary 2>&1 | %FileCheck %s

0 commit comments

Comments
 (0)