[compiler-rt] r308123 - [asan] Disable not working new test on Windows

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 15 18:30:53 PDT 2017


Alex, could you please take a look?
Also check r308120.

On Sat, Jul 15, 2017 at 6:28 PM, Vitaly Buka via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> Author: vitalybuka
> Date: Sat Jul 15 18:28:40 2017
> New Revision: 308123
>
> URL: http://llvm.org/viewvc/llvm-project?rev=308123&view=rev
> Log:
> [asan] Disable not working new test on Windows
>
> Modified:
>     compiler-rt/trunk/test/asan/TestCases/allocator_returns_null.cc
>
> Modified: compiler-rt/trunk/test/asan/TestCases/allocator_returns_null.cc
> URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/
> test/asan/TestCases/allocator_returns_null.cc?rev=308123&r1=
> 308122&r2=308123&view=diff
> ============================================================
> ==================
> --- compiler-rt/trunk/test/asan/TestCases/allocator_returns_null.cc
> (original)
> +++ compiler-rt/trunk/test/asan/TestCases/allocator_returns_null.cc Sat
> Jul 15 18:28:40 2017
> @@ -36,6 +36,8 @@
>  // RUN: %env_asan_opts=allocator_may_return_null=1     %run %t
> new-nothrow 2>&1 \
>  // RUN:   | FileCheck %s --check-prefix=CHECK-nnNULL
>
> +// UNSUPPORTED: win32
> +
>  #include <assert.h>
>  #include <errno.h>
>  #include <stdio.h>
>
>
> _______________________________________________
> 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/20170715/c99b0f6c/attachment.html>


More information about the llvm-commits mailing list