From: NAKAMURA Takumi Date: Sat, 26 Oct 2013 02:04:06 +0000 (+0000) Subject: clang/test/CodeGenCXX/debug-info-namespace.cpp: Suppress this also on msys, for now... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=942e02ba28b490ff2de6bead6f1dae51abf98b66;p=clang 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193456 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/debug-info-namespace.cpp b/test/CodeGenCXX/debug-info-namespace.cpp index 6932120969..a2d7ede164 100644 --- a/test/CodeGenCXX/debug-info-namespace.cpp +++ b/test/CodeGenCXX/debug-info-namespace.cpp @@ -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