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

NAKAMURA Takumi geek4civic at gmail.com
Fri Oct 25 19:04:07 PDT 2013


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





More information about the cfe-commits mailing list