From: NAKAMURA Takumi Date: Tue, 27 Nov 2012 06:42:48 +0000 (+0000) Subject: test/Transforms/SimplifyLibCalls/SPrintF.ll: Suppress this for now. r168677 unveiled... X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ff9ca8c081da779b7c7470884c27d1ba1de9b8a2;p=oota-llvm.git test/Transforms/SimplifyLibCalls/SPrintF.ll: Suppress this for now. r168677 unveiled another failure. FYI, this test makes no sense with "not grep"... I saw "assertion failure" in stderr. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168679 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/SimplifyLibCalls/SPrintF.ll b/test/Transforms/SimplifyLibCalls/SPrintF.ll index 514a7d9f6ee..b152e00e5cd 100644 --- a/test/Transforms/SimplifyLibCalls/SPrintF.ll +++ b/test/Transforms/SimplifyLibCalls/SPrintF.ll @@ -1,6 +1,7 @@ ; Test that the SPrintFOptimizer works correctly ; RUN: opt < %s -simplify-libcalls -S | \ ; RUN: not grep "call.*sprintf" +; REQUIRES: suppressed ; This transformation requires the pointer size, as it assumes that size_t is ; the size of a pointer.