[zorg] r272039 - [sanitizer bots] add check-scudo
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 8 09:14:02 PDT 2016
Thanks! (And sorry for the breakage).
BTW, if someone from IBM is interested in a secure allocator,
scudo should be very easy to port to PPC.
On Wed, Jun 8, 2016 at 9:11 AM, Bill Seurer <seurer at linux.vnet.ibm.com>
wrote:
> I will add that to the sanitizer scripts shortly. I did the other SKIP
> ones IIRC.
>
> On 06/08/16 11:09, Kostya Serebryany wrote:
>
>> Ah... We probably need to add "SKIP_SCUDO" similar to SKIP_MSAN in
>> zorg/buildbot/builders/sanitizers/buildbot_selector.py and
>> zorg/buildbot/builders/sanitizers/buildbot_cmake.sh
>> I'll do it in the afternoon unless you can do it before.
>>
>>
>> On Wed, Jun 8, 2016 at 8:02 AM, Bill Seurer <seurer at linux.vnet.ibm.com
>> <mailto:seurer at linux.vnet.ibm.com>> wrote:
>>
>> On 06/07/16 13:33, Kostya Serebryany via llvm-commits wrote:
>>
>> Author: kcc
>> Date: Tue Jun 7 13:33:50 2016
>> New Revision: 272039
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=272039&view=rev
>> Log:
>> [sanitizer bots] add check-scudo
>>
>> Modified:
>>
>> zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_cmake.sh
>>
>> Modified:
>> zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_cmake.sh
>> URL:
>>
>> http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_cmake.sh?rev=272039&r1=272038&r2=272039&view=diff
>>
>> ==============================================================================
>> ---
>> zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_cmake.sh
>> (original)
>> +++
>> zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_cmake.sh
>> Tue Jun 7 13:33:50 2016
>> @@ -196,6 +196,8 @@ if [ "$PLATFORM" == "Linux" -a $HAVE_NIN
>> (cd llvm_build_ninja && ninja check-tsan) || echo
>> @@@STEP_FAILURE@@@
>> echo @@@BUILD_STEP ninja check-ubsan@@@
>> (cd llvm_build_ninja && ninja check-ubsan) || echo
>> @@@STEP_FAILURE@@@
>> + echo @@@BUILD_STEP ninja check-scudo@@@
>> + (cd llvm_build_ninja && ninja check-scudo) || echo
>> @@@STEP_FAILURE@@@
>> if [ "$SKIP_MSAN" != 1 ]; then
>> echo @@@BUILD_STEP ninja check-msan@@@
>> (cd llvm_build_ninja && ninja check-msan) || echo
>> @@@STEP_FAILURE@@@
>>
>>
>> This update is causing the sanitizers bots to fail on powerpc as
>> there is no check-scudo target.
>>
>> @@@BUILD_STEP ninja check-scudo@@@
>> + cd llvm_build_ninja
>> + ninja check-scudo
>> ninja: error: unknown target 'check-scudo'
>> + echo @@@STEP_FAILURE@@@
>> + '[' 1 '!=' 1 ']'
>> + '[' 1 '!=' 1 ']'
>> + '[' 1 '!=' 1 ']'
>> @@@STEP_FAILURE@@@
>> + '[' 0 == 1 ']'
>> + '[' 0 == 1 ']'
>>
>>
>> --
>>
>> -Bill Seurer
>>
>>
>>
>
> --
>
> -Bill Seurer
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160608/8fdc8790/attachment-0001.html>
More information about the llvm-commits
mailing list