Help DejaGnu avoid pipe-jam by producing less output from certain test cases.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Sat, 16 May 2009 00:34:42 +0000 (00:34 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Sat, 16 May 2009 00:34:42 +0000 (00:34 +0000)
commitf8eac02fc1f544f9b18ffdcda68b3a9849448429
tree7ec74755ce922ee08a7ebc7fdf28c0592d7aa7c7
parent48872e0d84b47769be6c13ae98bf88468b59d921
Help DejaGnu avoid pipe-jam by producing less output from certain test cases.

When a test fails with more than a pipeful of output on stdout AND stderr, one
of the DejaGnu programs blocks. The problem can be avoided by redirecting
stdout to a file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71919 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/Generic/APIntLoadStore.ll
test/CodeGen/Generic/APIntParam.ll
test/CodeGen/Generic/APIntSextParam.ll
test/CodeGen/Generic/APIntZextParam.ll
test/CodeGen/PowerPC/vector.ll
test/CodeGen/X86/2008-10-02-Atomics32-2.ll
test/CodeGen/X86/Atomics-32.ll
test/CodeGen/X86/Atomics-64.ll
test/CodeGen/X86/vector.ll