• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..23-Jan-201375

autosign-ksk/H23-Jan-20136

autosign-zsk/H23-Jan-20136

cleanall.shH A D12-Jul-20121.2 KiB

common/H23-Jan-20135

conf.sh.inH A D12-Jul-20121.8 KiB

Makefile.inH A D12-Jul-20121.3 KiB

READMEH A D12-Jul-2012751

run.shH A D12-Jul-20122.4 KiB

runall.shH A D12-Jul-20121.1 KiB

setup.shH A D12-Jul-20121.1 KiB

slave/H23-Jan-20136

start.plH A D12-Jul-20124.4 KiB

start.shH A D12-Jul-2012871

stop.plH A D12-Jul-20123.9 KiB

stop.shH A D12-Jul-2012872

testsock.plH A D12-Jul-20121.5 KiB

vtwrapper.cH A D12-Jul-20126.8 KiB

README

1Copyright (C) 2010  Internet Systems Consortium, Inc. ("ISC")
2See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
3
4This is copied from ../system.
5
6This test suite uses a virtual time, gettimeofday(), select(),
7poll(), kevent() and epoll_wait() Unix system calls are redirected:
8gettimeofday() returns a date in virtual/exponentially inflated
9delay from an epoch, select(), poll(), kevent() and epoll_wait()
10timeouts are deflated down to at least 10ms.
11
12These tests depends on LD_PRELOAD being supported by the runtime
13loader.
14
15Beware BIND clock uses unsigned integer, in 22 seconds isc_time_now()
16overflows and breaks assertions. Note 22 real seconds is 136 virtual
17years...
18
19$Id: README,v 1.2 2010/06/17 05:38:04 marka Exp $
20