[llvm] r248403 - Temporarily make testcase more verbose to debug a msvc buildbot failure.

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 23 10:59:45 PDT 2015


Author: adrian
Date: Wed Sep 23 12:59:45 2015
New Revision: 248403

URL: http://llvm.org/viewvc/llvm-project?rev=248403&view=rev
Log:
Temporarily make testcase more verbose to debug a msvc buildbot failure.

Modified:
    llvm/trunk/test/tools/dsymutil/X86/mismatch.m

Modified: llvm/trunk/test/tools/dsymutil/X86/mismatch.m
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/dsymutil/X86/mismatch.m?rev=248403&r1=248402&r2=248403&view=diff
==============================================================================
--- llvm/trunk/test/tools/dsymutil/X86/mismatch.m (original)
+++ llvm/trunk/test/tools/dsymutil/X86/mismatch.m Wed Sep 23 12:59:45 2015
@@ -15,7 +15,9 @@
 */
 
 // RUN: llvm-dsymutil -f -oso-prepend-path=%p/../Inputs/mismatch \
-// RUN:   -y %p/dummy-debug-map.map -o %t 2>&1 | FileCheck %s
+// RUN:   -y %p/dummy-debug-map.map -o %t.bin 2>&1 >%t
+// RUN: cat %t
+// RUN: cat %t | FileCheck %s
 
 @import mismatch;
 




More information about the llvm-commits mailing list