Fix buildbot failure on Windows by relaxing test expectations.
authorAlexey Samsonov <vonosmas@gmail.com>
Thu, 4 Jun 2015 19:22:00 +0000 (19:22 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Thu, 4 Jun 2015 19:22:00 +0000 (19:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239074 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-objdump/invalid-input.test

index 2233cc2c209090f05e57540406cc5459a2cf7478..20a901d0b2ded09cfa6932b1131a8f605604539f 100644 (file)
@@ -1,5 +1,6 @@
 RUN: not llvm-objdump -t %p/missing-file 2>&1 | FileCheck %s -check-prefix=NO_SUCH_FILE
-NO_SUCH_FILE: '{{.*}}missing-file': No such file or directory
+# Don't check the OS-dependent message "No such file or directory".
+NO_SUCH_FILE: '{{.*}}missing-file':
 
 RUN: not llvm-objdump -t %s 2>&1 | FileCheck %s -check-prefix=UNKNOWN_FILE_TYPE
 UNKNOWN_FILE_TYPE: '{{.*}}invalid-input.test': The file was not recognized as a valid object file