[llvm] r257667 - Relax testcase so it works on Windows.

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 13 13:09:49 PST 2016


Author: adrian
Date: Wed Jan 13 15:09:48 2016
New Revision: 257667

URL: http://llvm.org/viewvc/llvm-project?rev=257667&view=rev
Log:
Relax testcase so it works on Windows.

Modified:
    llvm/trunk/test/tools/dsymutil/X86/modules-warnings.test

Modified: llvm/trunk/test/tools/dsymutil/X86/modules-warnings.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/dsymutil/X86/modules-warnings.test?rev=257667&r1=257666&r2=257667&view=diff
==============================================================================
--- llvm/trunk/test/tools/dsymutil/X86/modules-warnings.test (original)
+++ llvm/trunk/test/tools/dsymutil/X86/modules-warnings.test Wed Jan 13 15:09:48 2016
@@ -8,5 +8,6 @@ RUN: llvm-dsymutil -f -oso-prepend-path=
 RUN:   %p/dummy-debug-map.map -o %t 2>&1 | FileCheck %s
 
 Module-not-found should be reported only once.
-CHECK:     warning: {{.*}}Bar.pcm: No such file or directory
-CHECK-NOT: warning: {{.*}}Bar.pcm: No such file or directory
+The exact error message deoends on the OS so we don't check for it.
+CHECK:     warning: {{.*}}Bar.pcm:
+CHECK-NOT: warning: {{.*}}Bar.pcm:




More information about the llvm-commits mailing list