<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">As Chandler points out I've been trying to stabilize this test, but he made a good observation that I think will lead to a good solution.  This particular part of the test that is failing, however, should be disabled in trunk right now.<div><br><div><div>On Sep 8, 2012, at 12:28 AM, Richard Smith <<a href="mailto:richard@metafoo.co.uk">richard@metafoo.co.uk</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">On Sat, Sep 8, 2012 at 12:18 AM, Ted Kremenek <span dir="ltr"><<a href="mailto:kremenek@apple.com" target="_blank">kremenek@apple.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Author: kremenek<br>
Date: Sat Sep  8 02:18:18 2012<br>
New Revision: 163460<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=163460&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=163460&view=rev</a><br>
Log:<br>
Fix bug in BugReporter::RemoveUneededCalls() where "prunable"<br>
PathDiagnosticEventPieces were *always* pruned.  Instead, they<br>
are suppose to only be pruned if the entire call gets pruned.<br>
<br>
Modified:<br>
    cfe/trunk/lib/StaticAnalyzer/Core/BugReporter.cpp<br>
    cfe/trunk/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp<br>
    cfe/trunk/test/Analysis/malloc-plist.c<br>
    cfe/trunk/test/Analysis/plist-output-alternate.m<br>
    cfe/trunk/test/Analysis/plist-output.m<br>
    cfe/trunk/test/Analysis/retain-release.m</blockquote><div><br></div><div>Analysis/retain-release.m has been failing nondeterministically since r163455 (maybe before). Can you take a look? At r163460, the failure looks like this:</div>
<div><br></div><div><div>src/tools/clang/test/Analysis/retain-release.m:13645:16: error: CHECK-NEXT: is not on the line after the previous match</div><div>// CHECK-NEXT: <key>kind</key><string>control</string></div>
<div>               ^</div><div>build/tools/clang/test/Analysis/Output/retain-release.m.tmp.objcpp.plist:11772:2: note: 'next' match was here</div><div> <key>kind</key><string>control</string></div>
<div> ^</div><div>build/tools/clang/test/Analysis/Output/retain-release.m.tmp.objcpp.plist:11728:8: note: previous match was here</div><div> <dict></div><div>       ^</div></div><div><br></div><div>Thanks!</div></div>

</blockquote></div><br></div></body></html>