ppc64 clang LNT buildbot / reference_output / test failures

Hal Finkel hfinkel at anl.gov
Fri Apr 26 09:33:57 PDT 2013


----- Original Message -----
> From: "Hal Finkel" <hfinkel at anl.gov>
> To: "Renato Golin" <renato.golin at linaro.org>
> Cc: "Commit Messages and Patches for LLVM" <llvm-commits at cs.uiuc.edu>
> Sent: Friday, April 26, 2013 11:08:58 AM
> Subject: Re: ppc64 clang LNT buildbot / reference_output / test failures
> 
> ----- Original Message -----
> > From: "Renato Golin" <renato.golin at linaro.org>
> > To: "Hal Finkel" <hfinkel at anl.gov>
> > Cc: "Daniel Dunbar" <daniel at zuster.org>, "Commit Messages and
> > Patches for LLVM" <llvm-commits at cs.uiuc.edu>
> > Sent: Friday, April 26, 2013 10:35:19 AM
> > Subject: Re: ppc64 clang LNT buildbot / reference_output / test
> > failures
> > 
> > 
> > On 26 April 2013 15:15, Hal Finkel < hfinkel at anl.gov > wrote:
> > 
> > 
> > 
> > 
> > 
> > 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/ ClamAV/Output/clamscan.out-nat with
> > llvm-trunk/projects/test- suite/MultiSource/
> > Applications/ClamAV/clamscan. reference_output reports no
> > differences.
> > 
> > 
> > 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:
> > 
> > 
> > 2955c2957
> > 
> > 
> > < Scanned directories: 1
> > ---
> > > Scanned directories: 0
> > 
> > 
> > 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...
> 
> That's odd; Maybe svn is lying to me... I'll remove the directory and
> checkout again and see if that changes anything...

Okay, unfortunately, that did not fix anything -- even ClamAV, although now there is a different diff:

--- MultiSource/Applications/ClamAV/Output/clamscan.out-nat     2013-04-26 11:25:08.040004886 -0500
+++ MultiSource/Applications/ClamAV/Output/clamscan.out-simple  2013-04-26 11:25:09.600004886 -0500
@@ -277,8 +277,6 @@
 
 CAB: File attribs: 0x%x
 
-CAB:   * file modified since last backup
-
 CAB: Extracting file %s to %s, size %u
 
 Recognized %s file

Updated archive attached.

Thanks again,
Hal

> 
>  -Hal
> 
> > 
> > 
> > --renato
> > 
> > 
> > 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.
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ts_output_files-v2.tar.gz
Type: application/x-compressed-tar
Size: 1609240 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130426/8aa597f4/attachment.bin>


More information about the llvm-commits mailing list