blob: 242afe2e5fd46f5875e6b41748b285b622aaa870 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# See the file LICENSE for redistribution information.
#
# Copyright (c) 1996-2009 Oracle. All rights reserved.
#
# $Id$
#
# TEST dead006
# TEST use timeouts rather than the normal dd algorithm.
proc dead006 { { procs "2 4 10" } {tests "ring clump" } \
{timeout 1000} {tnum 006} } {
source ./include.tcl
dead001 $procs $tests $timeout $tnum
dead002 $procs $tests $timeout $tnum
}
|