<div dir="ltr">On 26 April 2013 15:15, Hal Finkel <span dir="ltr"><<a href="mailto:hfinkel@anl.gov" target="_blank">hfinkel@anl.gov</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div class="im"><span style="color:rgb(34,34,34)">I ran svn update (in the test suite directory) yesterday. It was missing only r180566, and that test (pcompress2) was fine. Running svn diff reports no local changes. diffing the MultiSource/Applications/</span><span style="color:rgb(34,34,34)">ClamAV/Output/clamscan.out-nat with llvm-trunk/projects/test-</span><span style="color:rgb(34,34,34)">suite/MultiSource/</span><span style="color:rgb(34,34,34)">Applications/ClamAV/clamscan.</span><span style="color:rgb(34,34,34)">reference_output reports no differences.</span></div>
</blockquote><div></div></div><br></div><div class="gmail_extra" style>Your out-nat is correct, what's weird is your out-simple. It's as it would be on the old code, without sorting, as if you got the updated reference output but not the updated source code... Ex:</div>
<div class="gmail_extra" style><br></div><div class="gmail_extra" style>2955c2957<br></div><div class="gmail_extra" style><div class="gmail_extra">< Scanned directories: 1</div><div class="gmail_extra">---</div><div class="gmail_extra">
> Scanned directories: 0</div><div><br></div><div style>Currently, no directories are scanned because the code first retrieves the list of files (recursively), sorts them, and then scans, it doesn't scan any dir, only specific files. The old code used to...</div>
<div style><br></div><div style>--renato</div><div style><br></div><div style>PS: This is another source of randomness, the order in which inodes appear in a directory, but it was supposedly all removed, and definitely on ClamAV.</div>
</div></div>