[lldb-dev] Virus in a test file?

2018-04-06 Thread via lldb-dev
I'm setting up on a new Windows PC, and after cloning the monorepo
my virus scanner decided to delete a test input file:

lldb/unittests/SymbolFile/PDB/Inputs/test-pdb.exe

citing "RDN/Generic.cpt" as the reason.

If this is really necessary, I can probably work out how to persuade
the scanner to ignore this file, but I figured I should ask first.
Thanks,
--paulr

___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


Re: [lldb-dev] Virus in a test file?

2018-04-06 Thread Zachary Turner via lldb-dev
Best thing I can think of is to delete this test.  This has come up several
times on the list.  The reason the executable is checked in is because
otherwise we can't run the test on non-Windows.  But given that this keeps
occurring, maybe we should just get rid of the test.

On Fri, Apr 6, 2018 at 10:57 AM via lldb-dev 
wrote:

> I'm setting up on a new Windows PC, and after cloning the monorepo
> my virus scanner decided to delete a test input file:
>
> lldb/unittests/SymbolFile/PDB/Inputs/test-pdb.exe
>
> citing "RDN/Generic.cpt" as the reason.
>
> If this is really necessary, I can probably work out how to persuade
> the scanner to ignore this file, but I figured I should ask first.
> Thanks,
> --paulr
>
> ___
> lldb-dev mailing list
> lldb-dev@lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
>
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


Re: [lldb-dev] Virus in a test file?

2018-04-06 Thread Adrian McCarthy via lldb-dev
It's several tests that use this input.  Perhaps rebuilding it with
clang-cl and lld-link would change it enough to appease the virus scanner.

On Fri, Apr 6, 2018 at 10:59 AM, Zachary Turner via lldb-dev <
lldb-dev@lists.llvm.org> wrote:

> Best thing I can think of is to delete this test.  This has come up
> several times on the list.  The reason the executable is checked in is
> because otherwise we can't run the test on non-Windows.  But given that
> this keeps occurring, maybe we should just get rid of the test.
>
> On Fri, Apr 6, 2018 at 10:57 AM via lldb-dev 
> wrote:
>
>> I'm setting up on a new Windows PC, and after cloning the monorepo
>> my virus scanner decided to delete a test input file:
>>
>> lldb/unittests/SymbolFile/PDB/Inputs/test-pdb.exe
>>
>> citing "RDN/Generic.cpt" as the reason.
>>
>> If this is really necessary, I can probably work out how to persuade
>> the scanner to ignore this file, but I figured I should ask first.
>> Thanks,
>> --paulr
>>
>> ___
>> lldb-dev mailing list
>> lldb-dev@lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
>>
>
> ___
> lldb-dev mailing list
> lldb-dev@lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
>
>
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev