Thanks for looking into it!<br><br>On Friday, June 20, 2014, NAKAMURA Takumi <<a href="mailto:geek4civic@gmail.com">geek4civic@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
This is because I didn't reproduce the failure on my local build tree.<br>
It depends on the length of working directory.<br>
<br>
I'll disable it until we will enhance Win32/Path.inc.<br>
<br>
2014-06-21 0:04 GMT+09:00 NAKAMURA Takumi <<a href="javascript:;" onclick="_e(event, 'cvml', 'geek4civic@gmail.com')">geek4civic@gmail.com</a>>:<br>
> Author: chapuni<br>
> Date: Fri Jun 20 10:04:25 2014<br>
> New Revision: 211363<br>
><br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=211363&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=211363&view=rev</a><br>
> Log:<br>
> Disable Modules/dependency-dump-dependent-module.m on win32 for now.<br>
><br>
> FIXME: This fails on win32 due to ERROR_FILENAME_EXCED_RANGE if the working directory is too deep.<br>
><br>
> We should make Win32/Path.inc capable of long pathnames with '\\?\'.<br>
><br>
> Modified:<br>
>     cfe/trunk/test/Modules/dependency-dump-dependent-module.m<br>
><br>
> Modified: cfe/trunk/test/Modules/dependency-dump-dependent-module.m<br>
> URL: <a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/dependency-dump-dependent-module.m?rev=211363&r1=211362&r2=211363&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/dependency-dump-dependent-module.m?rev=211363&r1=211362&r2=211363&view=diff</a><br>

> ==============================================================================<br>
> --- cfe/trunk/test/Modules/dependency-dump-dependent-module.m (original)<br>
> +++ cfe/trunk/test/Modules/dependency-dump-dependent-module.m Fri Jun 20 10:04:25 2014<br>
> @@ -14,3 +14,9 @@<br>
>  // VFS: 'name': "Sub2.h"<br>
><br>
>  @import AlsoDependsOnModule;<br>
> +<br>
> +// FIXME: This fails on win32 due to ERROR_FILENAME_EXCED_RANGE<br>
> +// if the working directory is too deep.<br>
> +// We should make Win32/Path.inc capable of long pathnames with '\\?\'.<br>
> +// For now, this is suppressed on win32.<br>
> +// REQUIRES: shell<br>
><br>
><br>
> _______________________________________________<br>
> cfe-commits mailing list<br>
> <a href="javascript:;" onclick="_e(event, 'cvml', 'cfe-commits@cs.uiuc.edu')">cfe-commits@cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
</blockquote>