From: Alexey Samsonov Date: Thu, 4 Jun 2015 19:22:00 +0000 (+0000) Subject: Fix buildbot failure on Windows by relaxing test expectations. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=23fd513829df6b1cf323af2171a517241db39827;p=oota-llvm.git Fix buildbot failure on Windows by relaxing test expectations. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239074 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/tools/llvm-objdump/invalid-input.test b/test/tools/llvm-objdump/invalid-input.test index 2233cc2c209..20a901d0b2d 100644 --- a/test/tools/llvm-objdump/invalid-input.test +++ b/test/tools/llvm-objdump/invalid-input.test @@ -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