r211363 - Disable Modules/dependency-dump-dependent-module.m on win32 for now.

Justin Bogner mail at justinbogner.com
Fri Jun 20 09:26:46 PDT 2014


Thanks for looking into it!

On Friday, June 20, 2014, NAKAMURA Takumi <geek4civic at gmail.com> wrote:

> This is because I didn't reproduce the failure on my local build tree.
> It depends on the length of working directory.
>
> I'll disable it until we will enhance Win32/Path.inc.
>
> 2014-06-21 0:04 GMT+09:00 NAKAMURA Takumi <geek4civic at gmail.com
> <javascript:;>>:
> > Author: chapuni
> > Date: Fri Jun 20 10:04:25 2014
> > New Revision: 211363
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=211363&view=rev
> > Log:
> > Disable Modules/dependency-dump-dependent-module.m on win32 for now.
> >
> > FIXME: This fails on win32 due to ERROR_FILENAME_EXCED_RANGE if the
> working directory is too deep.
> >
> > We should make Win32/Path.inc capable of long pathnames with '\\?\'.
> >
> > Modified:
> >     cfe/trunk/test/Modules/dependency-dump-dependent-module.m
> >
> > Modified: cfe/trunk/test/Modules/dependency-dump-dependent-module.m
> > URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/dependency-dump-dependent-module.m?rev=211363&r1=211362&r2=211363&view=diff
> >
> ==============================================================================
> > --- cfe/trunk/test/Modules/dependency-dump-dependent-module.m (original)
> > +++ cfe/trunk/test/Modules/dependency-dump-dependent-module.m Fri Jun 20
> 10:04:25 2014
> > @@ -14,3 +14,9 @@
> >  // VFS: 'name': "Sub2.h"
> >
> >  @import AlsoDependsOnModule;
> > +
> > +// FIXME: This fails on win32 due to ERROR_FILENAME_EXCED_RANGE
> > +// if the working directory is too deep.
> > +// We should make Win32/Path.inc capable of long pathnames with '\\?\'.
> > +// For now, this is suppressed on win32.
> > +// REQUIRES: shell
> >
> >
> > _______________________________________________
> > cfe-commits mailing list
> > cfe-commits at cs.uiuc.edu <javascript:;>
> > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140620/471b5d99/attachment.html>


More information about the cfe-commits mailing list