[compiler-rt] r224117 - [Asan] XFAIL the interception_failure_test.cc test on FreeBSD

Viktor Kutuzov vkutuzov at accesssoftek.com
Fri Dec 12 04:13:40 PST 2014


Author: vkutuzov
Date: Fri Dec 12 06:13:40 2014
New Revision: 224117

URL: http://llvm.org/viewvc/llvm-project?rev=224117&view=rev
Log:
[Asan] XFAIL the interception_failure_test.cc test on FreeBSD
Differential Revision: http://reviews.llvm.org/D6591

Modified:
    compiler-rt/trunk/test/asan/TestCases/interception_failure_test.cc

Modified: compiler-rt/trunk/test/asan/TestCases/interception_failure_test.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/interception_failure_test.cc?rev=224117&r1=224116&r2=224117&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/interception_failure_test.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/interception_failure_test.cc Fri Dec 12 06:13:40 2014
@@ -5,6 +5,7 @@
 // RUN: %clangxx_asan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
 // RUN: %clangxx_asan -O2 %s -o %t && %run %t 2>&1 | FileCheck %s
 // RUN: %clangxx_asan -O3 %s -o %t && %run %t 2>&1 | FileCheck %s
+// XFAIL: freebsd
 #include <stdlib.h>
 #include <stdio.h>
 





More information about the llvm-commits mailing list