From c80f7b866e769427045212e4968d284fd4546b9a Mon Sep 17 00:00:00 2001 From: Akira Hatanaka Date: Tue, 30 Aug 2016 03:10:19 +0000 Subject: [PATCH] [asan] Mark failing test as UNSUPPORTED. llvm-svn: 280055 --- compiler-rt/test/asan/TestCases/use-after-scope-types.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/test/asan/TestCases/use-after-scope-types.cc b/compiler-rt/test/asan/TestCases/use-after-scope-types.cc index 897604e..a30ee6e 100644 --- a/compiler-rt/test/asan/TestCases/use-after-scope-types.cc +++ b/compiler-rt/test/asan/TestCases/use-after-scope-types.cc @@ -12,7 +12,7 @@ // RUN: not %run %t 10 2>&1 | FileCheck %s // Temporarily disable to fix the bot. -// XFAIL: darwin +// UNSUPPORTED: darwin #include #include -- 2.7.4