[compiler-rt] r280055 - [asan] Mark failing test as UNSUPPORTED.

Akira Hatanaka via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 29 20:10:19 PDT 2016


Author: ahatanak
Date: Mon Aug 29 22:10:19 2016
New Revision: 280055

URL: http://llvm.org/viewvc/llvm-project?rev=280055&view=rev
Log:
[asan] Mark failing test as UNSUPPORTED.

Modified:
    compiler-rt/trunk/test/asan/TestCases/use-after-scope-types.cc

Modified: compiler-rt/trunk/test/asan/TestCases/use-after-scope-types.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/use-after-scope-types.cc?rev=280055&r1=280054&r2=280055&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/use-after-scope-types.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/use-after-scope-types.cc Mon Aug 29 22:10:19 2016
@@ -12,7 +12,7 @@
 // RUN: not %run %t 10 2>&1 | FileCheck %s
 
 // Temporarily disable to fix the bot.
-// XFAIL: darwin
+// UNSUPPORTED: darwin
 
 #include <stdlib.h>
 #include <string>




More information about the llvm-commits mailing list