Thanks for looking into it! On Friday, June 20, 2014, NAKAMURA Takumi <[email protected]> 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 <[email protected] > <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 > > [email protected] <javascript:;> > > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
