[LLVMdev] LNT ClamAV - Sorting output

Daniel Dunbar daniel at zuster.org
Tue Apr 2 13:06:12 PDT 2013


On Tue, Apr 2, 2013 at 11:46 AM, Renato Golin <renato.golin at linaro.org>wrote:

> On 2 April 2013 19:20, Daniel Dunbar <daniel at zuster.org> wrote:
>
>> What is it that makes the output of the program asynchronous? The output
>> is deterministic on Darwin, so it seems like it should be possible to make
>> it more stable.
>>
>
> This is a virus scan and, AFAICS, depends on the order in which the INODEs
> are laid out in the directory. I'm not sure there is a way to sort the
> files before, I'll look into that.
>

Ok, that seems ideal if possible.

Looping in  Edvin who wrote Clamscan. :)

 - Danil


>
>
>> I'm not really a fan of doing any more transformations on the output than
>> we have to, because it just pushes complexity into the test suite
>> infrastructure.
>>
>
> I agree, that is the last resort.
>
> cheers,
> --renato
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130402/f5377e41/attachment.html>


More information about the llvm-dev mailing list