From 2b393bbcb15c268d9bb33a3bad2b6be21a87512e Mon Sep 17 00:00:00 2001 From: zaks Date: Wed, 24 Feb 2016 15:10:39 -0800 Subject: [PATCH] [asan] XFAIL the attributes test on Linux There is no Linux support for ASan right now. --- test/IRGen/sanitizer-attributes.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/IRGen/sanitizer-attributes.swift b/test/IRGen/sanitizer-attributes.swift index 79e435c183e..7036905818d 100644 --- a/test/IRGen/sanitizer-attributes.swift +++ b/test/IRGen/sanitizer-attributes.swift @@ -2,6 +2,8 @@ // RUN: %target-swift-frontend -emit-ir -sanitize=address %s | FileCheck %s -check-prefix=ASAN +// XFAIL: linux + func test() { }