This seems odd, what's failing when the test is run? Or how is it failing? -eric
On Fri, Oct 25, 2013 at 7:04 PM, NAKAMURA Takumi <[email protected]>wrote: > Author: chapuni > Date: Fri Oct 25 21:04:06 2013 > New Revision: 193456 > > URL: http://llvm.org/viewvc/llvm-project?rev=193456&view=rev > Log: > clang/test/CodeGenCXX/debug-info-namespace.cpp: Suppress this also on > msys, for now since r193116. > > Clang confuses among dosish paths. In this case, "Input/foo.cpp" and > "Input\foo.cpp" cannot be unified. > > Modified: > cfe/trunk/test/CodeGenCXX/debug-info-namespace.cpp > > Modified: cfe/trunk/test/CodeGenCXX/debug-info-namespace.cpp > URL: > http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-namespace.cpp?rev=193456&r1=193455&r2=193456&view=diff > > ============================================================================== > --- cfe/trunk/test/CodeGenCXX/debug-info-namespace.cpp (original) > +++ cfe/trunk/test/CodeGenCXX/debug-info-namespace.cpp Fri Oct 25 21:04:06 > 2013 > @@ -74,3 +74,4 @@ int func(bool b) { > > // FIXME: It is confused on win32 to generate file entry when dosish > filename is given. > // REQUIRES: shell > +// REQUIRES: shell-preserves-root > > > _______________________________________________ > 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
