r322405 - Disable test for Windows to fix Windows buildbots.

David Blaikie via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 15 10:38:38 PST 2018


might be worth having an explanation (probably in both the commit message
and in a comment in the source) about why this test isn't supported on
windows?

On Fri, Jan 12, 2018 at 1:50 PM Richard Trieu via cfe-commits <
cfe-commits at lists.llvm.org> wrote:

> Author: rtrieu
> Date: Fri Jan 12 13:49:20 2018
> New Revision: 322405
>
> URL: http://llvm.org/viewvc/llvm-project?rev=322405&view=rev
> Log:
> Disable test for Windows to fix Windows buildbots.
>
> Modified:
>     cfe/trunk/test/Modules/odr_hash-Friend.cpp
>
> Modified: cfe/trunk/test/Modules/odr_hash-Friend.cpp
> URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/odr_hash-Friend.cpp?rev=322405&r1=322404&r2=322405&view=diff
>
> ==============================================================================
> --- cfe/trunk/test/Modules/odr_hash-Friend.cpp (original)
> +++ cfe/trunk/test/Modules/odr_hash-Friend.cpp Fri Jan 12 13:49:20 2018
> @@ -8,6 +8,8 @@
>  // RUN:  -fmodules-cache-path=%t/modules.cache \
>  // RUN:  -std=c++11 -x c++ %s -verify
>
> +// UNSUPPORTED: windows
> +
>  // expected-no-diagnostics
>
>  #include "Box.h"
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180115/831b2eb6/attachment.html>


More information about the cfe-commits mailing list