[clang-tools-extra] r189904 - Suppress test/modularize/NoProblemsDependencies.modularize on msvc, for now. Investigating.

Bob Wilson bob.wilson at apple.com
Wed Sep 4 09:41:15 PDT 2013


It's not just msvc that is failing.  It's also breaking on Darwin and Debian, e.g.:

http://lab.llvm.org:8011/builders/clang-x86_64-debian/builds/7311

On Sep 3, 2013, at 7:03 PM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:

> Author: chapuni
> Date: Tue Sep  3 21:03:03 2013
> New Revision: 189904
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=189904&view=rev
> Log:
> Suppress test/modularize/NoProblemsDependencies.modularize on msvc, for now. Investigating.
> 
> Modified:
>    clang-tools-extra/trunk/test/modularize/NoProblemsDependencies.modularize
> 
> Modified: clang-tools-extra/trunk/test/modularize/NoProblemsDependencies.modularize
> URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/modularize/NoProblemsDependencies.modularize?rev=189904&r1=189903&r2=189904&view=diff
> ==============================================================================
> --- clang-tools-extra/trunk/test/modularize/NoProblemsDependencies.modularize (original)
> +++ clang-tools-extra/trunk/test/modularize/NoProblemsDependencies.modularize Tue Sep  3 21:03:03 2013
> @@ -1,3 +1,6 @@
> # RUN: modularize %s -x c++
> 
> Inputs/IsDependent.h: Inputs/SomeTypes.h Inputs/SomeOtherTypes.h
> +
> +# FIXME: Investigating.
> +# XFAIL: win32
> 
> 
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits




More information about the cfe-commits mailing list