[compiler-rt] r280055 - [asan] Mark failing test as UNSUPPORTED.

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 1 14:27:06 PDT 2016


why is UNSUPPORTED is better than XFAIL?

On Mon, Aug 29, 2016 at 8:18 PM Akira Hatanaka via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> Author: ahatanak
> Date: Mon Aug 29 22:10:19 2016
> New Revision: 280055
>
> URL: http://llvm.org/viewvc/llvm-project?rev=280055&view=rev
> Log:
> [asan] Mark failing test as UNSUPPORTED.
>
> Modified:
>     compiler-rt/trunk/test/asan/TestCases/use-after-scope-types.cc
>
> Modified: compiler-rt/trunk/test/asan/TestCases/use-after-scope-types.cc
> URL:
> http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/use-after-scope-types.cc?rev=280055&r1=280054&r2=280055&view=diff
>
> ==============================================================================
> --- compiler-rt/trunk/test/asan/TestCases/use-after-scope-types.cc
> (original)
> +++ compiler-rt/trunk/test/asan/TestCases/use-after-scope-types.cc Mon Aug
> 29 22:10:19 2016
> @@ -12,7 +12,7 @@
>  // RUN: not %run %t 10 2>&1 | FileCheck %s
>
>  // Temporarily disable to fix the bot.
> -// XFAIL: darwin
> +// UNSUPPORTED: darwin
>
>  #include <stdlib.h>
>  #include <string>
>
>
> _______________________________________________
> 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/20160901/1688f99f/attachment.html>


More information about the llvm-commits mailing list