[compiler-rt] r298476 - XFAIL CFI stats test while LLD produces corrupt PDBs that confuse DIA

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 21 23:05:03 PDT 2017


Maybe https://reviews.llvm.org/rL298483, but I am not sure how it is pushed
to the bot, so I reverted it.

On Tue, Mar 21, 2017 at 10:36 PM Vitaly Buka <vitalybuka at google.com> wrote:

> Now it fails another test.
>
> http://lab.llvm.org:8011/builders/sanitizer-windows/builds/8411/steps/run%20tests/logs/stdio
>
> Looks like windows bot stops on the first failure, so fuse-lld was
> introduced before but hidden by CFI bug.
> Would be nice always continue to run all tests even after an error.
>
> Maybe using "ninja -k N flag" or just by splitting "argv: ['ninja', '-j',
> '16', 'check-asan', 'check-asan-dynamic', 'check-sanitizer', 'check-cfi']"
> into multiple steps.
>
> On Tue, Mar 21, 2017 at 6:57 PM Reid Kleckner via llvm-commits <
> llvm-commits at lists.llvm.org> wrote:
>
>> Author: rnk
>> Date: Tue Mar 21 20:45:08 2017
>> New Revision: 298476
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=298476&view=rev
>> Log:
>> XFAIL CFI stats test while LLD produces corrupt PDBs that confuse DIA
>>
>> Modified:
>>     compiler-rt/trunk/test/cfi/stats.cpp
>>
>> Modified: compiler-rt/trunk/test/cfi/stats.cpp
>> URL:
>> http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/cfi/stats.cpp?rev=298476&r1=298475&r2=298476&view=diff
>>
>> ==============================================================================
>> --- compiler-rt/trunk/test/cfi/stats.cpp (original)
>> +++ compiler-rt/trunk/test/cfi/stats.cpp Tue Mar 21 20:45:08 2017
>> @@ -2,6 +2,8 @@
>>  // RUN: env SANITIZER_STATS_PATH=%t.stats %t
>>  // RUN: sanstats %t.stats | FileCheck %s
>>
>> +// XFAIL: win32
>> +
>>  // FIXME: We currently emit the wrong debug info under devirtualization.
>>  // UNSUPPORTED: devirt
>>
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170322/b815ef4d/attachment.html>


More information about the llvm-commits mailing list