From 7c7b9a2807f6dc7de55150c1e9e999082dee14eb Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Tue, 9 Feb 2010 22:15:27 +0000 Subject: Disable unittests/ADT/BitVectorTest on PPC Darwin. It fails with a release build only, for reasons as yet unknown. (If there's a better way to Xfail things here let me know, doesn't seem to be any prior art in unittests.) llvm-svn: 95700 --- llvm/unittests/ADT/BitVectorTest.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'llvm/unittests/ADT/BitVectorTest.cpp') diff --git a/llvm/unittests/ADT/BitVectorTest.cpp b/llvm/unittests/ADT/BitVectorTest.cpp index 534828192c0..f04eb60179e 100644 --- a/llvm/unittests/ADT/BitVectorTest.cpp +++ b/llvm/unittests/ADT/BitVectorTest.cpp @@ -7,6 +7,7 @@ // //===----------------------------------------------------------------------===// +#ifndef XFAIL #include "llvm/ADT/BitVector.h" #include "gtest/gtest.h" @@ -138,3 +139,4 @@ TEST(BitVectorTest, TrivialOperation) { } } +#endif -- cgit v1.2.3