You may want to try out r236034 to see if that resolves issues for you. ~Aaron
On Tue, Apr 28, 2015 at 1:39 PM, Aaron Ballman <[email protected]> wrote: > 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 <[email protected]> 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 >> [email protected] >> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
