From 684ed3d98728bb28f675d87b756661008e0ef1e3 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Tue, 26 Feb 2008 12:08:55 +0000 Subject: While hunting for two hanging tests, (on solaris10, which are: CodeGen/PowerPC/frounds.ll Transforms/InstCombine/2008-02-23-MulSub.ll) I needed a tool to figure out which one is the guilty. To this end I have added a verbosity option to the test/Makefile. It can be invoked thus: gmake check TESTSUITE=CodeGen/PowerPC VERBOSE="-v -v" (The number of "-v"s specifies the verbosity level. Instead of "-v" other aliases can be specified, please consult the dejagnu docs for info.) At level >= 2 following line is logged for each test, before running it: ABOUT TO RUN: .ll git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47602 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/lib/llvm.exp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/lib') diff --git a/test/lib/llvm.exp b/test/lib/llvm.exp index 05c910771a..70cae2ea4e 100644 --- a/test/lib/llvm.exp +++ b/test/lib/llvm.exp @@ -102,6 +102,7 @@ proc RunLLVMTests { test_source_files } { #set timeout 40 set filename [file tail $test] + verbose "ABOUT TO RUN: $filename" 2 set outcome PASS set tmpFile "$filename.tmp" -- cgit v1.2.3