We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92fb30 commit 2926018Copy full SHA for 2926018
test/Sanitizers/asan/asan.swift
@@ -1,5 +1,10 @@
1
// XFAIL: OS=windows-msvc
2
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
+
8
// RUN: %target-swiftc_driver %s -g -sanitize=address -o %t_asan-binary
9
// RUN: %target-codesign %t_asan-binary
10
// RUN: env %env-ASAN_OPTIONS=abort_on_error=0 not %target-run %t_asan-binary 2>&1 | %FileCheck %s
0 commit comments