r193456 - clang/test/CodeGenCXX/debug-info-namespace.cpp: Suppress this also on msys, for now since r193116.

Eric Christopher echristo at gmail.com
Wed Oct 30 16:59:32 PDT 2013


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 <geek4civic at gmail.com>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
> cfe-commits at cs.uiuc.edu
> 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/20131030/937b03e7/attachment.html>


More information about the cfe-commits mailing list