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

Alexey Samsonov vonosmas at gmail.com
Tue Sep 30 10:52:00 PDT 2014


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140930/72ffa75c/attachment.html>


More information about the llvm-commits mailing list