[PATCH] [Asan] XFAIL the interception_failure_test.cc test on FreeBSD
Phabricator
reviews at reviews.llvm.org
Fri Dec 12 04:14:21 PST 2014
REPOSITORY
rL LLVM
http://reviews.llvm.org/D6591
Files:
compiler-rt/trunk/test/asan/TestCases/interception_failure_test.cc
Index: compiler-rt/trunk/test/asan/TestCases/interception_failure_test.cc
===================================================================
--- compiler-rt/trunk/test/asan/TestCases/interception_failure_test.cc
+++ compiler-rt/trunk/test/asan/TestCases/interception_failure_test.cc
@@ -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>
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6591.17225.patch
Type: text/x-patch
Size: 563 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141212/3d8a65a5/attachment.bin>
More information about the llvm-commits
mailing list