summaryrefslogtreecommitdiff
path: root/test/test090.tcl
blob: 06c7a327af3708721902104bed470bc0016a5590 (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) 2000-2009 Oracle.  All rights reserved.
#
# $Id$
#
# TEST	test090
# TEST	Test for functionality near the end of the queue using test001.
proc test090 { method {nentries 10000} {tnum "090"} args} {
	if { [is_queueext $method ] == 0 } {
		puts "Skipping test$tnum for $method."
		return;
	}
	eval {test001 $method $nentries 4294967000 0 $tnum} $args
}