[compiler-rt] r218675 - [UBsan] Disable summary.cpp on Darwin. The test requires ubsan-asan, which does not work yet.

Alexander Potapenko glider at google.com
Wed Oct 1 01:15:56 PDT 2014


Yeah, good idea. Will do.

On Tue, Sep 30, 2014 at 9:52 PM, Alexey Samsonov <vonosmas at gmail.com> wrote:
> Shouldn't we disable ubsan-asan config on Darwin entirely for now?
>
> On Tue, Sep 30, 2014 at 6:55 AM, Alexander Potapenko <glider at google.com>
> wrote:
>>
>> Author: glider
>> Date: Tue Sep 30 08:55:44 2014
>> New Revision: 218675
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=218675&view=rev
>> Log:
>> [UBsan] Disable summary.cpp on Darwin. The test requires ubsan-asan, which
>> does not work yet.
>>
>> Modified:
>>     compiler-rt/trunk/test/ubsan/TestCases/Integer/summary.cpp
>>
>> Modified: compiler-rt/trunk/test/ubsan/TestCases/Integer/summary.cpp
>> URL:
>> http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/ubsan/TestCases/Integer/summary.cpp?rev=218675&r1=218674&r2=218675&view=diff
>>
>> ==============================================================================
>> --- compiler-rt/trunk/test/ubsan/TestCases/Integer/summary.cpp (original)
>> +++ compiler-rt/trunk/test/ubsan/TestCases/Integer/summary.cpp Tue Sep 30
>> 08:55:44 2014
>> @@ -1,5 +1,7 @@
>>  // RUN: %clangxx -fsanitize=integer %s -o %t && %t 2>&1 | FileCheck %s
>>  // REQUIRES: ubsan-asan
>> +// ubsan-asan doesn't work on Darwin yet.
>> +// XFAIL: darwin
>>
>>  #include <stdint.h>
>>
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
>
>
> --
> Alexey Samsonov
> vonosmas at gmail.com



-- 
Alexander Potapenko
Software Engineer
Google Moscow



More information about the llvm-commits mailing list