r209556 - XFAIL test which is breaking some of the build bots.

Aaron Ballman aaron at aaronballman.com
Fri May 23 14:36:06 PDT 2014


On Fri, May 23, 2014 at 5:24 PM, Akira Hatanaka <ahatanaka at apple.com> wrote:
> Author: ahatanak
> Date: Fri May 23 16:24:24 2014
> New Revision: 209556
>
> URL: http://llvm.org/viewvc/llvm-project?rev=209556&view=rev
> Log:
> XFAIL test which is breaking some of the build bots.
>
> Modified:
>     cfe/trunk/test/Headers/xmmintrin.c
>
> Modified: cfe/trunk/test/Headers/xmmintrin.c
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Headers/xmmintrin.c?rev=209556&r1=209555&r2=209556&view=diff
> ==============================================================================
> --- cfe/trunk/test/Headers/xmmintrin.c (original)
> +++ cfe/trunk/test/Headers/xmmintrin.c Fri May 23 16:24:24 2014
> @@ -1,4 +1,5 @@
>  // RUN: %clang_cc1 %s -triple x86_64-apple-macosx10.9.0 -emit-llvm -o - | FileCheck %s
> +// XFAIL: *
>
>  #include <xmmintrin.h>

Is this something that's being actively worked on (and so will be
fixed sooner rather than later)? If not, that's fine -- but I'd prefer
to see specific XFAILs in that case, instead of failing it for
everything.

~Aaron



More information about the cfe-commits mailing list