Thanks Richard, I will take a look. Anna. On Feb 27, 2012, at 3:40 PM, Richard Trieu wrote:
> Author: rtrieu > Date: Mon Feb 27 17:40:41 2012 > New Revision: 151591 > > URL: http://llvm.org/viewvc/llvm-project?rev=151591&view=rev > Log: > Fix a test case that was added in r151570. The redirect of output was broken > so no testing was actually done. Further, the commands produce no output. > The redirection has been fixed and the test has been disabled. > > > Modified: > cfe/trunk/test/Analysis/stats.c > > Modified: cfe/trunk/test/Analysis/stats.c > URL: > http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/stats.c?rev=151591&r1=151590&r2=151591&view=diff > ============================================================================== > --- cfe/trunk/test/Analysis/stats.c (original) > +++ cfe/trunk/test/Analysis/stats.c Mon Feb 27 17:40:41 2012 > @@ -1,4 +1,5 @@ > -// RUN: %clang_cc1 -analyze -analyzer-stats %s 2> FileCheck > +// RUN: %clang_cc1 -analyze -analyzer-stats %s 2>&1 | FileCheck %s > +// XFAIL: * > > void foo() { > ; > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
