From: Reid Kleckner Date: Fri, 12 Dec 2014 18:52:07 +0000 (+0000) Subject: Relax debug-map-parsing.test error message check for Windows X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=181c6d219de6f1b5f5b390d5b65cfe909766c7fd;p=oota-llvm.git Relax debug-map-parsing.test error message check for Windows On Windows we get the string "no such file or directory". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224141 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/tools/dsymutil/debug-map-parsing.test b/test/tools/dsymutil/debug-map-parsing.test index 11d2fa77091..4fa7e715b97 100644 --- a/test/tools/dsymutil/debug-map-parsing.test +++ b/test/tools/dsymutil/debug-map-parsing.test @@ -36,13 +36,13 @@ CHECK-LTO: END DEBUG MAP Check that we warn about missing object files (this presumes that the files aren't present in the machine's /Inputs/ folder, which should be a pretty safe bet). -NOT-FOUND: cannot open{{.*}}"/Inputs/basic1.macho.x86_64.o": No such file -NOT-FOUND: cannot open{{.*}}"/Inputs/basic2.macho.x86_64.o": No such file -NOT-FOUND: cannot open{{.*}}"/Inputs/basic3.macho.x86_64.o": No such file +NOT-FOUND: cannot open{{.*}}"/Inputs/basic1.macho.x86_64.o": {{[Nn]o}} such file +NOT-FOUND: cannot open{{.*}}"/Inputs/basic2.macho.x86_64.o": {{[Nn]o}} such file +NOT-FOUND: cannot open{{.*}}"/Inputs/basic3.macho.x86_64.o": {{[Nn]o}} such file NOT-FOUND: DEBUG MAP: NOT-FOUND-NEXT: END DEBUG MAP Check that we correctly error out on invalid executatble. -NO-EXECUTABLE: cannot parse{{.*}}/inexistant": No such file +NO-EXECUTABLE: cannot parse{{.*}}/inexistant": {{[Nn]o}} such file NO-EXECUTABLE-NOT: DEBUG MAP