[clang-tools-extra] r236001 - Disable clang-tools-extra/test/pp-trace/pp-trace-modules.cpp on win32 for now. Investigating.

Aaron Ballman aaron at aaronballman.com
Tue Apr 28 10:39:12 PDT 2015


FYI: there are a few module tests failing on Windows due to crashes.
See the discussion on r235941 for some further details.

~Aaron

On Tue, Apr 28, 2015 at 1:31 PM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> Author: chapuni
> Date: Tue Apr 28 12:31:36 2015
> New Revision: 236001
>
> URL: http://llvm.org/viewvc/llvm-project?rev=236001&view=rev
> Log:
> Disable clang-tools-extra/test/pp-trace/pp-trace-modules.cpp on win32 for now. Investigating.
>
> Modified:
>     clang-tools-extra/trunk/test/pp-trace/pp-trace-modules.cpp
>
> Modified: clang-tools-extra/trunk/test/pp-trace/pp-trace-modules.cpp
> URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/pp-trace/pp-trace-modules.cpp?rev=236001&r1=236000&r2=236001&view=diff
> ==============================================================================
> --- clang-tools-extra/trunk/test/pp-trace/pp-trace-modules.cpp (original)
> +++ clang-tools-extra/trunk/test/pp-trace/pp-trace-modules.cpp Tue Apr 28 12:31:36 2015
> @@ -1,6 +1,9 @@
>  // RUN: rm -rf %t
>  // RUN: pp-trace -ignore FileChanged,MacroDefined %s -x objective-c++ -undef -target x86_64 -std=c++11 -fmodules -fcxx-modules -fmodules-cache-path=%t -I%S -I%S/Input | FileCheck --strict-whitespace %s
>
> +// FIXME: It crashes on (at least) msc18. Investigating.
> +// REQUIRES: shell
> +
>  // CHECK: ---
>
>  @import Level1A;
>
>
> _______________________________________________
> 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