[cfe-commits] r166151 - in /cfe/trunk/test/Index: annotate-comments-availability-attrs.cpp overriding-ftemplate-comments.cpp overriding-method-comments.mm
NAKAMURA Takumi
geek4civic at gmail.com
Wed Oct 17 18:49:28 PDT 2012
FYI, those tests can be XFAILing even if they had been passing.
Because they are sensitive of line number.
They are failing after r166163 on mingw, though. :(
...Takumi
2012/10/18 Fariborz Jahanian <fjahanian at apple.com>:
> Author: fjahanian
> Date: Wed Oct 17 18:25:40 2012
> New Revision: 166151
>
> URL: http://llvm.org/viewvc/llvm-project?rev=166151&view=rev
> Log:
> XFAIL these tests until I can figure out what is going on on
> other platforms.
>
> Modified:
> cfe/trunk/test/Index/annotate-comments-availability-attrs.cpp
> cfe/trunk/test/Index/overriding-ftemplate-comments.cpp
> cfe/trunk/test/Index/overriding-method-comments.mm
>
> Modified: cfe/trunk/test/Index/annotate-comments-availability-attrs.cpp
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/annotate-comments-availability-attrs.cpp?rev=166151&r1=166150&r2=166151&view=diff
> ==============================================================================
> --- cfe/trunk/test/Index/annotate-comments-availability-attrs.cpp (original)
> +++ cfe/trunk/test/Index/annotate-comments-availability-attrs.cpp Wed Oct 17 18:25:40 2012
> @@ -8,6 +8,7 @@
> // Ensure that XML we generate is not invalid.
> // RUN: FileCheck %s -check-prefix=WRONG < %t/out
> // WRONG-NOT: CommentXMLInvalid
> +// XFAIL: *
>
> /// Aaa.
> void attr_availability_1() __attribute__((availability(macosx,obsoleted=10.0,introduced=8.0,deprecated=9.0, message="use availability_test in <foo.h>")))
>
> Modified: cfe/trunk/test/Index/overriding-ftemplate-comments.cpp
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/overriding-ftemplate-comments.cpp?rev=166151&r1=166150&r2=166151&view=diff
> ==============================================================================
> --- cfe/trunk/test/Index/overriding-ftemplate-comments.cpp (original)
> +++ cfe/trunk/test/Index/overriding-ftemplate-comments.cpp Wed Oct 17 18:25:40 2012
> @@ -7,6 +7,7 @@
> // Ensure that XML we generate is not invalid.
> // RUN: FileCheck %s -check-prefix=WRONG < %t/out
> // WRONG-NOT: CommentXMLInvalid
> +// XFAIL: *
>
> /// \tparam
> /// \param AAA Blah blah
>
> Modified: cfe/trunk/test/Index/overriding-method-comments.mm
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/overriding-method-comments.mm?rev=166151&r1=166150&r2=166151&view=diff
> ==============================================================================
> --- cfe/trunk/test/Index/overriding-method-comments.mm (original)
> +++ cfe/trunk/test/Index/overriding-method-comments.mm Wed Oct 17 18:25:40 2012
> @@ -7,6 +7,7 @@
> // Ensure that XML we generate is not invalid.
> // RUN: FileCheck %s -check-prefix=WRONG < %t/out
> // WRONG-NOT: CommentXMLInvalid
> +// XFAIL: *
>
> @protocol P
> - (void)METH:(id)PPP;
More information about the cfe-commits
mailing list