BEGIN TEST: accept  
Fri Mar 28 14:55:12 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing accept 22195 after 600
END TEST: accept
BEGIN TEST: acceptread  
Fri Mar 28 14:55:18 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0xdf890c38)127.0.0.1:37631
(Server) read [0xdf890bbf..0xdf890c34) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 500 msec
Accepted connection from (0xdf890c38)127.0.0.1:37887
(Server) read [0xdf890bbf..0xdf890c34) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1000 msec
Accepted connection from (0xdf890c38)127.0.0.1:38143
(Server) read [0xdf890bbf..0xdf890c34) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1500 msec
Accepted connection from (0xdf890c38)127.0.0.1:38399
(Server) read [0xdf890bbf..0xdf890c34) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 2000 msec
PR_AcceptRead (server) failed: PR_Recv (client) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_CONNECT_RESET_ERROR(-5961), oserror = 131
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 134
Testing w/ write_dally = 2500 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 131
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 134
Killing acceptread 22208 after 600
END TEST: acceptread
BEGIN TEST: acceptreademu  
Fri Mar 28 14:55:29 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0xdf890c38)127.0.0.1:39167
(Server) read [0xdf890bbf..0xdf890c34) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 500 msec
Accepted connection from (0xdf890c38)127.0.0.1:39423
(Server) read [0xdf890bbf..0xdf890c34) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1000 msec
Accepted connection from (0xdf890c38)127.0.0.1:39679
(Server) read [0xdf890bbf..0xdf890c34) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1500 msec
Accepted connection from (0xdf890c38)127.0.0.1:39935
(Server) read [0xdf890bbf..0xdf890c34) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 2000 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 131
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 134
Testing w/ write_dally = 2500 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 131
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 134
Killing acceptreademu 22221 after 600
END TEST: acceptreademu
BEGIN TEST: affinity  
Fri Mar 28 14:55:40 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
main: creating local thread
thread_start: AffinityMask = 0x0
main: creating global thread
thread_start: AffinityMask = 0x0
main: creating global bound thread
thread_start: AffinityMask = 0x0
Killing affinity 22234 after 600
END TEST: affinity
BEGIN TEST: alarm  
Fri Mar 28 14:55:40 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing alarm 22247 after 600
END TEST: alarm
BEGIN TEST: anonfm  
Fri Mar 28 14:56:44 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing anonfm 22261 after 600
END TEST: anonfm
BEGIN TEST: atomic  
Fri Mar 28 14:56:44 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PR_AtomicIncrement(-2) == -1: PASSED
PR_AtomicIncrement(-1) == 0: PASSED
PR_AtomicIncrement(0) == 1: PASSED
PR_AtomicAdd(-2,1) == -1: PASSED
PR_AtomicAdd(-1,4) == 3: PASSED
PR_AtomicAdd(3,-6) == -3: PASSED
PR_AtomicDecrement(2) == 1: PASSED
PR_AtomicDecrement(1) == 0: PASSED
PR_AtomicDecrement(0) == -1: PASSED
PR_AtomicSet(-2, 2) == -2: PASSED
PR_AtomicSet(-2, -2) == -2: PASSED
Atomic operations test PASSED
Killing atomic 22275 after 600
END TEST: atomic
BEGIN TEST: attach  
Fri Mar 28 14:56:44 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing attach 22288 after 600
END TEST: attach
BEGIN TEST: bigfile  
Fri Mar 28 14:56:45 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing bigfile 22302 after 600
END TEST: bigfile
BEGIN TEST: cleanup  
Fri Mar 28 14:56:45 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Cleanup settings
Thread type: LOCAL
Concurrency: 1
Number of threads: 1
Thread sleep: 10
Main sleep: 5
Cleanup will NOT be called

main() exiting
Killing cleanup 22315 after 600
END TEST: cleanup
BEGIN TEST: cltsrv  
Fri Mar 28 14:56:50 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib

PThread Statistics
started: 14:56:50[10]
locks [created: 11, destroyed: 2]
locks [acquired: 1970, released: 1970]
cvars [created: 7, destroyed: 5]
cvars [notified: 330, delayed_delete: 0]
Client/Server started at(0x80685e0): 14:56:50
Server started at(0x806be68): 14:56:50
Client started at(0x806c0a0): 14:56:50
main(0x80685e0): waiting for execution interval (10 seconds)
Shutting down(0x80685e0): 14:57:00
Client(0x806c0a0): stopped after 322 operations and 331832 bytes
Server(0x806be68): stopped after 323 operations and 332914 bytes
main(0x80685e0): test complete
Test exiting at(0x80685e0): 14:57:00
Killing cltsrv 22328 after 600
END TEST: cltsrv
BEGIN TEST: concur  
Fri Mar 28 14:57:00 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
Killing concur 22341 after 600
END TEST: concur
BEGIN TEST: cvar  
Fri Mar 28 14:57:11 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing cvar 22354 after 600
END TEST: cvar
BEGIN TEST: cvar2  
Fri Mar 28 14:57:12 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib

CondVar Test:

Simple test creates several local and global threads; half use a single,
shared condvar, and the other half have their own condvar. The main
thread then loops notifying them to wakeup.

The timeout test is very similar except that the threads are not
notified. They will all wakeup on a 1 second timeout.

The mixed test combines the simple test and the timeout test; every
third thread is notified, the other threads are expected to timeout
correctly.

Lastly, the combined test creates a thread for each of the above three
cases and they all run simultaneously.

This test is run with 5, 10, 15, and 20 threads of each type.


5 Thread tests
Condvar simple test shared UU: 42.40 usec
Condvar simple test shared UK: 37.60 usec
Condvar simple test priv UU: 205.80 usec
Condvar simple test priv UK: 196.80 usec
Condvar simple test All: 187.20 usec
Condvar timeout test: 648.70 usec

10 Thread tests
Condvar simple test shared UU: 77.60 usec
Condvar simple test shared UK: 81.10 usec
Condvar simple test priv UU: 400.40 usec
Condvar simple test priv UK: 405.50 usec
Condvar simple test All: 403.70 usec
Condvar timeout test: 728.50 usec

15 Thread tests
Condvar simple test shared UU: 106.60 usec
Condvar simple test shared UK: 104.90 usec
Condvar simple test priv UU: 618.00 usec
Condvar simple test priv UK: 604.90 usec
Condvar simple test All: 641.20 usec
Condvar timeout test: 899.40 usec

20 Thread tests
Condvar simple test shared UU: 156.90 usec
Condvar simple test shared UK: 150.20 usec
Condvar simple test priv UU: 989.20 usec
Condvar simple test priv UK: 890.70 usec
Condvar simple test All: 2134.50 usec
Condvar timeout test: 1106.80 usec
PASS
Killing cvar2 22367 after 600
END TEST: cvar2
BEGIN TEST: dlltest  
Fri Mar 28 14:57:13 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
Killing dlltest 22380 after 600
END TEST: dlltest
BEGIN TEST: dtoa  
Fri Mar 28 14:57:13 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
Killing dtoa 22393 after 600
END TEST: dtoa
BEGIN TEST: errcodes  
Fri Mar 28 14:57:14 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib

Number of error codes = 73

PR_OUT_OF_MEMORY_ERROR = -6000
PR_BAD_DESCRIPTOR_ERROR = -5999
PR_WOULD_BLOCK_ERROR = -5998
PR_ACCESS_FAULT_ERROR = -5997
PR_INVALID_METHOD_ERROR = -5996
PR_ILLEGAL_ACCESS_ERROR = -5995
PR_UNKNOWN_ERROR = -5994
PR_PENDING_INTERRUPT_ERROR = -5993
PR_NOT_IMPLEMENTED_ERROR = -5992
PR_IO_ERROR = -5991
PR_IO_TIMEOUT_ERROR = -5990
PR_IO_PENDING_ERROR = -5989
PR_DIRECTORY_OPEN_ERROR = -5988
PR_INVALID_ARGUMENT_ERROR = -5987
PR_ADDRESS_NOT_AVAILABLE_ERROR = -5986
PR_ADDRESS_NOT_SUPPORTED_ERROR = -5985
PR_IS_CONNECTED_ERROR = -5984
PR_BAD_ADDRESS_ERROR = -5983
PR_ADDRESS_IN_USE_ERROR = -5982
PR_CONNECT_REFUSED_ERROR = -5981
PR_NETWORK_UNREACHABLE_ERROR = -5980
PR_CONNECT_TIMEOUT_ERROR = -5979
PR_NOT_CONNECTED_ERROR = -5978
PR_LOAD_LIBRARY_ERROR = -5977
PR_UNLOAD_LIBRARY_ERROR = -5976
PR_FIND_SYMBOL_ERROR = -5975
PR_INSUFFICIENT_RESOURCES_ERROR = -5974
PR_DIRECTORY_LOOKUP_ERROR = -5973
PR_TPD_RANGE_ERROR = -5972
PR_PROC_DESC_TABLE_FULL_ERROR = -5971
PR_SYS_DESC_TABLE_FULL_ERROR = -5970
PR_NOT_SOCKET_ERROR = -5969
PR_NOT_TCP_SOCKET_ERROR = -5968
PR_SOCKET_ADDRESS_IS_BOUND_ERROR = -5967
PR_NO_ACCESS_RIGHTS_ERROR = -5966
PR_OPERATION_NOT_SUPPORTED_ERROR = -5965
PR_PROTOCOL_NOT_SUPPORTED_ERROR = -5964
PR_REMOTE_FILE_ERROR = -5963
PR_BUFFER_OVERFLOW_ERROR = -5962
PR_CONNECT_RESET_ERROR = -5961
PR_RANGE_ERROR = -5960
PR_DEADLOCK_ERROR = -5959
PR_FILE_IS_LOCKED_ERROR = -5958
PR_FILE_TOO_BIG_ERROR = -5957
PR_NO_DEVICE_SPACE_ERROR = -5956
PR_PIPE_ERROR = -5955
PR_NO_SEEK_DEVICE_ERROR = -5954
PR_IS_DIRECTORY_ERROR = -5953
PR_LOOP_ERROR = -5952
PR_NAME_TOO_LONG_ERROR = -5951
PR_FILE_NOT_FOUND_ERROR = -5950
PR_NOT_DIRECTORY_ERROR = -5949
PR_READ_ONLY_FILESYSTEM_ERROR = -5948
PR_DIRECTORY_NOT_EMPTY_ERROR = -5947
PR_FILESYSTEM_MOUNTED_ERROR = -5946
PR_NOT_SAME_DEVICE_ERROR = -5945
PR_DIRECTORY_CORRUPTED_ERROR = -5944
PR_FILE_EXISTS_ERROR = -5943
PR_MAX_DIRECTORY_ENTRIES_ERROR = -5942
PR_INVALID_DEVICE_STATE_ERROR = -5941
PR_DEVICE_IS_LOCKED_ERROR = -5940
PR_NO_MORE_FILES_ERROR = -5939
PR_END_OF_FILE_ERROR = -5938
PR_FILE_SEEK_ERROR = -5937
PR_FILE_IS_BUSY_ERROR = -5936
PR_IN_PROGRESS_ERROR = -5934
PR_ALREADY_INITIATED_ERROR = -5933
PR_GROUP_EMPTY_ERROR = -5932
PR_INVALID_STATE_ERROR = -5931
PR_NETWORK_DOWN_ERROR = -5930
PR_SOCKET_SHUTDOWN_ERROR = -5929
PR_CONNECT_ABORTED_ERROR = -5928
PR_HOST_UNREACHABLE_ERROR = -5927
Killing errcodes 22406 after 600
END TEST: errcodes
BEGIN TEST: exit  
Fri Mar 28 14:57:14 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing exit 22419 after 600
END TEST: exit
BEGIN TEST: fdcach  
Fri Mar 28 14:57:24 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing fdcach 22432 after 600
END TEST: fdcach
BEGIN TEST: fileio  
Fri Mar 28 14:57:24 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
'PR_NewSem' is obsolete. Use 'locks & condition variables' instead.
'PR_WaitSem' is obsolete. Use 'locks & condition variables' instead.
'PR_PostSem' is obsolete. Use 'locks & condition variables' instead.
'PR_DestroySem' is obsolete. Use 'locks & condition variables' instead.
PASS
Killing fileio 22445 after 600
END TEST: fileio
BEGIN TEST: foreign  
Fri Mar 28 14:57:24 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing foreign 22458 after 600
END TEST: foreign
BEGIN TEST: forktest  
Fri Mar 28 14:57:30 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Wait one second before connect
Accepting connection at port 33004
Connecting to port 33004
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Fork succeeded. Parent process continues.
Accepting connection at port 33006
Wait one second before connect
Fork succeeded. Child process continues.
Accepting connection at port 33007
Wait one second before connect
Connecting to port 33006
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Connecting to port 33007
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Child process exits.
Parent process exits.
PASSED
Killing forktest 22471 after 600
END TEST: forktest
BEGIN TEST: fsync  
Fri Mar 28 14:57:32 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
10 iterations over a 10 kbyte file: 50 [70] 60
Killing fsync 22485 after 600
END TEST: fsync
BEGIN TEST: getproto  
Fri Mar 28 14:57:32 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
tcp is protocol number 6
udp is protocol number 17
Protocol number 6 is tcp
Protocol number 17 is udp
PASSED
Killing getproto 22498 after 600
END TEST: getproto
BEGIN TEST: i2l  
Fri Mar 28 14:57:33 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
We have long long
Killing i2l 22511 after 600
END TEST: i2l
BEGIN TEST: initclk  
Fri Mar 28 14:57:33 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Elapsed time: 3000 ms, expected time: 3005 ms
PASS
Killing initclk 22524 after 600
END TEST: initclk
BEGIN TEST: inrval  
Fri Mar 28 14:57:36 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
inrval: Examine stdout to determine results.
Overhead of 'PR_Now()' is 1329 nsecs

Overhead of 'PR_IntervalNow()' is 854 nsecs

Overhead of 'PR_Now()' is 1329 nsecs

Overhead of 'PR_IntervalNow()' is 854 nsecs

Killing inrval 22537 after 600
END TEST: inrval
BEGIN TEST: instrumt  
Fri Mar 28 14:59:13 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing instrumt 22550 after 600
END TEST: instrumt
BEGIN TEST: intrio  
Fri Mar 28 14:59:13 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
A local thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A local thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
PASSED
Killing intrio 22563 after 600
END TEST: intrio
BEGIN TEST: intrupt  
Fri Mar 28 14:59:33 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
Killing intrupt 22576 after 600
END TEST: intrupt
BEGIN TEST: io_timeout  
Fri Mar 28 14:59:46 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
test with global bound thread
thread id 0, scope GLOBAL_BOUND scope
test with local thread
thread id 0, scope GLOBAL scope
test with global thread
thread id 0, scope GLOBAL scope
Killing io_timeout 22589 after 600
END TEST: io_timeout
BEGIN TEST: ioconthr  
Fri Mar 28 14:59:53 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Interrupting the threads
Threads terminated in 3002 milliseconds
PASS
Killing ioconthr 22602 after 600
END TEST: ioconthr
BEGIN TEST: join  
Fri Mar 28 14:59:58 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
User-User test
User-Kernel test
Kernel-User test
Kernel-Kernel test
Join with unjoinable thread
PASSED
Killing join 22615 after 600
END TEST: join
BEGIN TEST: joinkk  
Fri Mar 28 14:59:58 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing joinkk 22628 after 600
END TEST: joinkk
BEGIN TEST: joinku  
Fri Mar 28 14:59:58 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing joinku 22641 after 600
END TEST: joinku
BEGIN TEST: joinuk  
Fri Mar 28 14:59:59 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing joinuk 22654 after 600
END TEST: joinuk
BEGIN TEST: joinuu  
Fri Mar 28 14:59:59 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing joinuu 22667 after 600
END TEST: joinuu
BEGIN TEST: layer  
Fri Mar 28 14:59:59 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Beginning layered test with new style stack
Ending layered test
Killing layer 22680 after 600
END TEST: layer
BEGIN TEST: lazyinit  
Fri Mar 28 14:59:59 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing lazyinit 22693 after 600
END TEST: lazyinit
BEGIN TEST: lltest  
Fri Mar 28 14:59:59 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing lltest 22706 after 600
END TEST: lltest
BEGIN TEST: lock  
Fri Mar 28 15:00:01 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing lock 22719 after 600
END TEST: lock
BEGIN TEST: lockfile  
Fri Mar 28 15:00:20 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing lockfile 22732 after 600
END TEST: lockfile
BEGIN TEST: logger  
Fri Mar 28 15:00:24 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing logger 22745 after 600
END TEST: logger
BEGIN TEST: many_cv  
Fri Mar 28 15:00:35 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Settings
Conditions / lock: 10
Loops to run test: 1

PThread Statistics
started: 15:00:37[0]
locks [created: 10, destroyed: 1]
locks [acquired: 9, released: 9]
cvars [created: 12, destroyed: 10]
cvars [notified: 10, delayed_delete: 0]
PASS
Killing many_cv 22758 after 600
END TEST: many_cv
BEGIN TEST: multiwait  
Fri Mar 28 15:00:37 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
OneInThenCancelled()
OneOpOneThread()
ManyOpOneThread()
SomeOpsSomeThreads()
RealOneGroupIO()
RealOneGroupIO Enumerated 0 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
Killing multiwait 22771 after 600
END TEST: multiwait
BEGIN TEST: nameshm1  
Fri Mar 28 15:02:01 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing nameshm1 22784 after 600
END TEST: nameshm1
BEGIN TEST: nonblock  
Fri Mar 28 15:02:05 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
The serveclient thread created.
accept: EWOULDBLOCK, good
client connected
accept: succeeded, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
All tests finished
PASS
Killing nonblock 22798 after 600
END TEST: nonblock
BEGIN TEST: nblayer  
Fri Mar 28 15:02:07 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Ending layered test
Killing nblayer 22812 after 600
END TEST: nblayer
BEGIN TEST: ntioto  
Fri Mar 28 15:02:08 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing ntioto 22825 after 600
END TEST: ntioto
BEGIN TEST: ntoh  
Fri Mar 28 15:02:08 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
2 1
1 2
2 1
4 3 2 1
1 2 3 4
4 3 2 1
8 7 6 5 4 3 2 1
1 2 3 4 5 6 7 8
8 7 6 5 4 3 2 1
PASS
Killing ntoh 22838 after 600
END TEST: ntoh
BEGIN TEST: op_2long  
Fri Mar 28 15:02:08 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 78
PASS
Killing op_2long 22851 after 600
END TEST: op_2long
BEGIN TEST: op_excl  
Fri Mar 28 15:02:08 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing op_excl 22864 after 600
END TEST: op_excl
BEGIN TEST: op_filnf  
Fri Mar 28 15:02:10 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
error code is -5950
PASS
Killing op_filnf 22877 after 600
END TEST: op_filnf
BEGIN TEST: op_filok  
Fri Mar 28 15:02:11 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Test passed
Killing op_filok 22890 after 600
END TEST: op_filok
BEGIN TEST: op_nofil  
Fri Mar 28 15:02:11 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
error code is PR_FILE_NOT_FOUND_ERROR, as expected
PASS
Killing op_nofil 22903 after 600
END TEST: op_nofil
BEGIN TEST: parent  
Fri Mar 28 15:02:11 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing parent 22916 after 600
END TEST: parent
BEGIN TEST: peek  
Fri Mar 28 15:02:11 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: peek
BEGIN TEST: perf  
Fri Mar 28 15:02:11 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
'PR_NewSem' is obsolete. Use 'locks & condition variables' instead.
'PR_WaitSem' is obsolete. Use 'locks & condition variables' instead.
'PR_PostSem' is obsolete. Use 'locks & condition variables' instead.
'PR_DestroySem' is obsolete. Use 'locks & condition variables' instead.
local procedure call overhead: 0.05 usec
DLL procedure call overhead: 0.08 usec
current calendar time: 1.34 usec
interval time: 0.91 usec
idle lock lock/unlock pair: 0.66 usec
idle monitor entry/exit pair: 1.07 usec
idle cache monitor entry/exit pair: 2.69 usec
create/destroy thread pair: 215.55 usec
context switch - user/user: 6.77 usec
context switch - user/kernel: 6.63 usec
context switch - kernel/user: 6.57 usec
context switch - kernel/kernel: 8.62 usec
sema context switch - user/user: 8.21 usec
sema context switch - user/kernel: 7.69 usec
sema context switch - kernel/user: 7.67 usec
sema context switch - kernel/kernel: 7.65 usec
--------------
Adding 7 additional CPUs
--------------
local procedure call overhead: 0.05 usec
DLL procedure call overhead: 0.06 usec
current calendar time: 1.37 usec
interval time: 0.90 usec
idle lock lock/unlock pair: 0.65 usec
idle monitor entry/exit pair: 1.06 usec
idle cache monitor entry/exit pair: 2.71 usec
create/destroy thread pair: 155.53 usec
context switch - user/user: 21.94 usec
context switch - user/kernel: 21.47 usec
context switch - kernel/user: 19.69 usec
context switch - kernel/kernel: 21.39 usec
sema context switch - user/user: 22.56 usec
sema context switch - user/kernel: 22.47 usec
sema context switch - kernel/user: 22.01 usec
sema context switch - kernel/kernel: 23.18 usec
Killing perf 22935 after 600
END TEST: perf
BEGIN TEST: pipeping  
Fri Mar 28 15:02:12 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
Killing pipeping 22948 after 600
END TEST: pipeping
BEGIN TEST: pipeping2  
Fri Mar 28 15:02:12 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
Killing pipeping2 22962 after 600
END TEST: pipeping2
BEGIN TEST: pipeself  
Fri Mar 28 15:02:13 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
PR_Available: expected 250, got 250 bytes
PR_Available: expected 243, got 243 bytes
PR_Available: expected 0, got 0 bytes
PASS
Killing pipeself 22976 after 600
END TEST: pipeself
BEGIN TEST: poll_nm  
Fri Mar 28 15:02:13 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing poll_nm 22989 after 600
END TEST: poll_nm
BEGIN TEST: poll_to  
Fri Mar 28 15:02:13 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing poll_to 23002 after 600
END TEST: poll_to
BEGIN TEST: pollable  
Fri Mar 28 15:02:20 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
Killing pollable 23015 after 600
END TEST: pollable
BEGIN TEST: prftest  
Fri Mar 28 15:02:20 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PR_snprintf test 1 passed
PR_snprintf test 2 passed
Killing prftest 23028 after 600
END TEST: prftest
BEGIN TEST: primblok  
Fri Mar 28 15:02:21 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
This test is not relevant on this platform
Killing primblok 23041 after 600
END TEST: primblok
BEGIN TEST: provider  
Fri Mar 28 15:02:21 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: provider
BEGIN TEST: prpollml  
Fri Mar 28 15:02:21 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing prpollml 23059 after 600
END TEST: prpollml
BEGIN TEST: prpoll  
Fri Mar 28 15:03:02 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
This program tests PR_Poll with sockets.
Timeout, error reporting, and normal operation are tested.

The server thread is listening on ports 33311, 33312 and 33313

PR_Poll should time out in 5 seconds
PR_Poll timed out. Test passed.

PR_Poll should detect a bad file descriptor
Three client threads are created. Each of them will
send data to one of the three ports the server is listening on.
The data they send is the port number. Each of them send
the data five times, so you should see ten lines below,
interleaved in an arbitrary order.
The server received "33311" from a client
The server received "33312" from a client
The server received "33311" from a client
The server received "33312" from a client
Server read 128 bytes from native fd 12
The server received "33313" from a client
The server received "33311" from a client
The server received "33312" from a client
Server read 128 bytes from native fd 13
The server received "33313" from a client
The server received "33311" from a client
The server received "33312" from a client
Server read 128 bytes from native fd 11
The server received "33313" from a client
The server received "33311" from a client
The server received "33312" from a client
Server read 128 bytes from native fd 12
The server received "33313" from a client
Server read 128 bytes from native fd 6
The server received "33313" from a client
All tests finished
Killing prpoll 23072 after 600
END TEST: prpoll
BEGIN TEST: randseed  
Fri Mar 28 15:03:10 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing randseed 23085 after 600
END TEST: randseed
BEGIN TEST: ranfile  
Fri Mar 28 15:03:10 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing ranfile 23098 after 600
END TEST: ranfile
BEGIN TEST: rwlocktest  
Fri Mar 28 15:03:30 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing rwlocktest 23111 after 600
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Fri Mar 28 15:03:30 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Running test for 5 iterations with 10 simultaneous threads.
Will send 8192 bytes of client data and 131072 bytes of server data
server thread 0 alive
server thread 0 loop 0
server thread 1 alive
server thread 1 loop 0
server thread 2 alive
server thread 2 loop 0
server thread 3 alive
server thread 3 loop 0
server thread 4 alive
server thread 4 loop 0
server thread 5 alive
server thread 5 loop 0
server thread 6 alive
server thread 6 loop 0
server thread 7 alive
server thread 7 loop 0
server thread 8 alive
server thread 8 loop 0
server thread 9 alive
server thread 9 loop 0
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 134628704
client thread 0 socket connected 134628704
client thread 0 socket wrote 8192
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 134628768
client thread 1 socket connected 134628768
client thread 1 socket wrote 8192
server thread 0 got connection 134628832
server thread 1 got connection 134628896
server thread 0 read 8192 bytes
server thread 1 read 8192 bytes
server thread 0 write 131072 bytes
server thread 1 write 131072 bytes
server: 7320 220 2010 300 9850
server thread 0 loop 1
server: 6790 140 2020 240 9190
server thread 1 loop 1
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 134628832
client thread 2 socket connected 134628832
client thread 2 socket wrote 8192
server thread 2 got connection 134628896
server thread 2 read 8192 bytes
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 134628768
client thread 1 socket connected 134628768
client thread 1 socket wrote 8192
server thread 2 write 131072 bytes
server: 11740 210 1850 180 13980
server thread 2 loop 1
server thread 1 got connection 134628896
server thread 1 read 8192 bytes
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 134628832
client thread 2 socket connected 134628832
server thread 1 write 131072 bytes
client thread 2 socket wrote 8192
server: 5820 90 1410 160 7480
server thread 1 loop 2
client thread 0 socket read 131072
client thread 0 loop 1
client thread 1 socket read 131072
client thread 0 socket created 134628896
client thread 0 socket connected 134628896
client thread 1 loop 2
client thread 0 socket wrote 8192
client thread 1 socket created 134628704
server thread 2 got connection 134628768
client thread 1 socket connected 134628704
server thread 2 read 8192 bytes
client thread 1 socket wrote 8192
server thread 0 got connection 134628960
server thread 0 read 8192 bytes
server thread 2 write 131072 bytes
server: 4040 60 1180 170 5450
server thread 2 loop 2
server thread 0 write 131072 bytes
server: 9910 60 1310 180 11460
server thread 0 loop 2
server thread 1 got connection 134628768
server thread 1 read 8192 bytes
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 134628960
client thread 2 socket connected 134628960
client thread 2 socket wrote 8192
server thread 1 write 131072 bytes
server: 5170 90 1300 190 6750
server thread 1 loop 3
server thread 2 got connection 134628832
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
client thread 2 socket read 131072
server: 3930 90 1300 210 5530
server thread 2 loop 3
client thread 2 loop 3
client thread 0 socket read 131072
client thread 2 socket created 134628768
client thread 0 loop 2
client thread 2 socket connected 134628768
client thread 0 socket created 134628832
client thread 2 socket wrote 8192
client thread 0 socket connected 134628832
client thread 0 socket wrote 8192
client thread 1 socket read 131072
client thread 1 loop 3
server thread 2 got connection 134628960
server thread 2 read 8192 bytes
client thread 1 socket created 134628896
client thread 1 socket connected 134628896
client thread 1 socket wrote 8192
server thread 2 write 131072 bytes
server: 1450 70 1180 220 2920
server thread 2 loop 4
client thread 2 socket read 131072
server thread 1 got connection 134628704
client thread 2 loop 4
server thread 1 read 8192 bytes
client thread 2 socket created 134628960
client thread 2 socket connected 134628960
client thread 2 socket wrote 8192
server thread 1 write 131072 bytes
server: 5460 80 1260 220 7020
server thread 1 loop 4
client thread 1 socket read 131072
server thread 2 got connection 134628768
server thread 2 read 8192 bytes
client thread 1 loop 4
client thread 1 socket created 134628704
client thread 1 socket connected 134628704
client thread 1 socket wrote 8192
server thread 2 write 131072 bytes
server: 2420 70 1230 150 3870
Thread 2 EXIT
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 134628896
client thread 2 socket read 131072
client thread 3 socket connected 134628896
Thread 2 EXIT
client thread 3 socket wrote 8192
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 134628768
server thread 1 got connection 134628192
server thread 1 read 8192 bytes
client thread 4 socket connected 134628768
client thread 4 socket wrote 8192
server thread 1 write 131072 bytes
client thread 1 socket read 131072
server: 3260 80 1240 210 4790
Thread 1 EXIT
client thread 5 alive
Thread 1 EXIT
client thread 6 alive
client thread 6 loop 0
server thread 4 got connection 134628128
client thread 6 socket created 134628704
server thread 4 read 8192 bytes
client thread 6 socket connected 134628704
client thread 6 socket wrote 8192
server thread 0 got connection 134628192
server thread 0 read 8192 bytes
server thread 4 write 131072 bytes
server thread 0 write 131072 bytes
server: 34850 170 1680 220 36920
server thread 4 loop 1
server: 16400 70 1360 190 18020
server thread 0 loop 3
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 134628128
client thread 4 socket read 131072
client thread 7 socket connected 134628128
client thread 7 socket wrote 8192
client thread 4 loop 1
server thread 7 got connection 134628192
client thread 4 socket created 134628768
server thread 7 read 8192 bytes
client thread 4 socket connected 134628768
client thread 4 socket wrote 8192
server thread 7 write 131072 bytes
server: 37610 210 1900 220 39940
server thread 7 loop 1
client thread 7 socket read 131072
client thread 8 alive
client thread 8 loop 0
client thread 7 loop 1
client thread 8 socket created 134628192
client thread 7 socket created 134628128
client thread 8 socket connected 134628192
client thread 7 socket connected 134628128
client thread 7 socket wrote 8192
client thread 8 socket wrote 8192
client thread 9 alive
client thread 9 loop 0
server thread 8 got connection 134629152
client thread 9 socket created 134629216
server thread 8 read 8192 bytes
client thread 9 socket connected 134629216
client thread 9 socket wrote 8192
server thread 6 got connection 134629280
server thread 6 read 8192 bytes
server thread 8 write 131072 bytes
server: 41200 140 1890 180 43410
server thread 8 loop 1
server thread 6 write 131072 bytes
server: 43250 160 2050 190 45650
server thread 6 loop 1
client thread 8 socket read 131072
server thread 9 got connection 134629152
client thread 8 loop 1
server thread 9 read 8192 bytes
client thread 8 socket created 134629280
client thread 8 socket connected 134629280
client thread 8 socket wrote 8192
server thread 8 got connection 134628192
server thread 8 read 8192 bytes
server thread 9 write 131072 bytes
server: 45710 230 1900 220 48060
server thread 9 loop 1
server thread 8 write 131072 bytes
server: 3990 90 1400 180 5660
server thread 8 loop 2
client thread 8 socket read 131072
client thread 0 socket read 131072
client thread 8 loop 2
client thread 8 socket created 134629152
client thread 0 loop 3
client thread 8 socket connected 134629152
client thread 8 socket wrote 8192
server thread 7 got connection 134629088
server thread 7 read 8192 bytes
client thread 6 socket read 131072
server thread 7 write 131072 bytes
client thread 6 loop 1
server: 12720 110 1510 200 14540
server thread 7 loop 2
client thread 6 socket created 134628832
client thread 5 loop 0
client thread 6 socket connected 134628832
client thread 5 socket created 134628704
client thread 6 socket wrote 8192
client thread 0 socket created 134628192
client thread 0 socket connected 134628192
client thread 0 socket wrote 8192
client thread 5 socket connected 134628704
client thread 5 socket wrote 8192
server thread 5 got connection 134629088
server thread 5 read 8192 bytes
server thread 6 got connection 136747176
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 12110 100 1270 170 13650
server thread 6 loop 2
server thread 5 write 131072 bytes
server: 57620 670 1800 250 60340
server thread 5 loop 1
client thread 7 socket read 131072
client thread 7 loop 2
client thread 7 socket created 136747176
client thread 6 socket read 131072
client thread 7 socket connected 136747176
client thread 7 socket wrote 8192
client thread 6 loop 2
client thread 6 socket created 134629088
server thread 7 got connection 134628128
server thread 7 read 8192 bytes
client thread 6 socket connected 134629088
client thread 6 socket wrote 8192
server thread 4 got connection 134629024
server thread 4 read 8192 bytes
server thread 7 write 131072 bytes
server: 7140 50 1370 190 8750
server thread 7 loop 3
server thread 4 write 131072 bytes
server: 26810 80 1410 200 28500
server thread 4 loop 2
server thread 6 got connection 134628832
server thread 6 read 8192 bytes
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 134628128
client thread 4 socket connected 134628128
client thread 4 socket wrote 8192
server thread 6 write 131072 bytes
server thread 4 got connection 134629024
server thread 4 read 8192 bytes
server: 6240 100 1350 170 7860
server thread 6 loop 3
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 134628768
client thread 7 socket connected 134628768
server thread 4 write 131072 bytes
client thread 7 socket wrote 8192
server: 2770 50 1260 170 4250
server thread 4 loop 3
server thread 7 got connection 134628832
server thread 7 read 8192 bytes
client thread 4 socket read 131072
server thread 7 write 131072 bytes
server thread 8 got connection 134629280
server thread 8 read 8192 bytes
server: 4970 50 1420 170 6610
server thread 7 loop 4
server thread 8 write 131072 bytes
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 136747176
server: 20080 70 1500 200 21850
server thread 8 loop 3
client thread 5 socket connected 136747176
client thread 5 socket wrote 8192
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 134629024
client thread 9 socket connected 134629024
client thread 9 socket wrote 8192
client thread 6 socket read 131072
server thread 3 got connection 134628960
server thread 3 read 8192 bytes
client thread 6 loop 3
client thread 6 socket created 134628128
client thread 6 socket connected 134628128
client thread 6 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 134628832
client thread 8 socket connected 134628832
server thread 3 write 131072 bytes
client thread 8 socket wrote 8192
server: 76460 230 1700 200 78590
server thread 3 loop 1
server thread 8 got connection 134629280
server thread 8 read 8192 bytes
server thread 9 got connection 134628704
server thread 9 read 8192 bytes
server thread 8 write 131072 bytes
server: 3660 50 1360 170 5240
server thread 8 loop 4
server thread 9 write 131072 bytes
server: 27660 80 1520 190 29450
server thread 9 loop 2
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 134629216
client thread 8 socket connected 134629216
client thread 8 socket wrote 8192
client thread 9 socket read 131072
server thread 8 got connection 134629088
server thread 8 read 8192 bytes
client thread 9 loop 2
client thread 9 socket created 134629152
client thread 9 socket connected 134629152
client thread 9 socket wrote 8192
server thread 9 got connection 134628960
server thread 9 read 8192 bytes
server thread 8 write 131072 bytes
server: 3260 60 1410 160 4890
Thread 8 EXIT
server thread 0 got connection 136747112
server thread 0 read 8192 bytes
server thread 9 write 131072 bytes
server: 3860 60 1300 180 5400
server thread 9 loop 3
client thread 3 socket read 131072
server thread 0 write 131072 bytes
client thread 3 loop 1
server: 47870 80 1400 170 49520
server thread 0 loop 4
client thread 3 socket created 134629280
client thread 3 socket connected 134629280
client thread 3 socket wrote 8192
server thread 6 got connection 134628704
server thread 6 read 8192 bytes
client thread 8 socket read 131072
Thread 8 EXIT
client thread 4 loop 3
client thread 4 socket created 134628832
server thread 6 write 131072 bytes
client thread 4 socket connected 134628832
server: 19110 90 1340 170 20710
server thread 6 loop 4
client thread 4 socket wrote 8192
server thread 5 got connection 134629024
server thread 5 read 8192 bytes
server thread 3 got connection 134629088
server thread 3 read 8192 bytes
server thread 5 write 131072 bytes
server: 28640 80 1460 160 30340
server thread 5 loop 2
server thread 3 write 131072 bytes
server: 12910 100 1420 180 14610
server thread 3 loop 2
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 134628576
client thread 0 socket connected 134628576
client thread 0 socket wrote 8192
client thread 9 socket read 131072
server thread 0 got connection 134628960
server thread 0 read 8192 bytes
client thread 9 loop 3
client thread 9 socket created 134628896
client thread 9 socket connected 134628896
client thread 9 socket wrote 8192
client thread 3 socket read 131072
server thread 0 write 131072 bytes
client thread 3 loop 2
server: 7710 60 1210 160 9140
client thread 3 socket created 136747112
client thread 3 socket connected 136747112
client thread 3 socket wrote 8192
client thread 6 socket read 131072
client thread 5 socket read 131072
client thread 6 loop 4
client thread 5 loop 2
client thread 6 socket created 134629216
client thread 5 socket created 134628704
client thread 6 socket connected 134629216
client thread 6 socket wrote 8192
client thread 5 socket connected 134628704
server thread 9 got connection 134629024
client thread 5 socket wrote 8192
server thread 9 read 8192 bytes
server thread 4 got connection 134629088
server thread 4 read 8192 bytes
server thread 9 write 131072 bytes
server: 13110 70 1240 170 14590
server thread 9 loop 4
server thread 4 write 131072 bytes
server: 29580 60 1320 190 31150
server thread 4 loop 4
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 134628192
client thread 0 socket read 131072
client thread 9 socket read 131072
client thread 7 socket connected 134628192
client thread 7 socket wrote 8192
client thread 9 loop 4
client thread 9 socket created 134629152
client thread 9 socket connected 134629152
server thread 5 got connection 134629280
client thread 9 socket wrote 8192
Thread 0 EXIT
Thread 0 EXIT
server thread 5 read 8192 bytes
server thread 3 got connection 134628064
server thread 3 read 8192 bytes
server thread 5 write 131072 bytes
server thread 3 write 131072 bytes
server: 12240 1020 1450 190 14900
server thread 5 loop 3
server: 12070 80 1350 190 13690
server thread 3 loop 3
server thread 6 got connection 134628128
server thread 6 read 8192 bytes
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 136747176
server thread 6 write 131072 bytes
client thread 5 socket connected 136747176
client thread 5 socket wrote 8192
server: 17810 100 1430 160 19500
Thread 6 EXIT
server thread 5 got connection 134629024
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 2750 40 1030 170 3990
server thread 5 loop 4
server thread 7 got connection 134629088
server thread 7 read 8192 bytes
client thread 5 socket read 131072
server thread 7 write 131072 bytes
client thread 5 loop 4
server: 38700 110 1440 190 40440
client thread 5 socket created 134628768
Thread 7 EXIT
client thread 5 socket connected 134628768
client thread 5 socket wrote 8192
server thread 9 got connection 134628960
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server thread 5 got connection 134628576
server: 12290 100 1530 190 14110
server thread 5 read 8192 bytes
Thread 9 EXIT
server thread 5 write 131072 bytes
server: 4320 390 1540 190 6440
Thread 5 EXIT
client thread 9 socket read 131072
Thread 9 EXIT
client thread 3 socket read 131072
client thread 7 socket read 131072
client thread 3 loop 3
client thread 3 socket created 134628896
client thread 3 socket connected 134628896
client thread 5 socket read 131072
client thread 3 socket wrote 8192
Thread 7 EXIT
server thread 3 got connection 134629280
server thread 3 read 8192 bytes
Thread 5 EXIT
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 134628064
server thread 3 write 131072 bytes
server thread 4 got connection 134628704
client thread 4 socket connected 134628064
server: 14160 50 1230 160 15600
server thread 3 loop 4
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
client thread 4 socket wrote 8192
server: 20960 290 1400 230 22880
Thread 4 EXIT
client thread 6 socket read 131072
client thread 3 socket read 131072
Thread 6 EXIT
client thread 3 loop 4
client thread 4 socket read 131072
client thread 3 socket created 134628128
Thread 4 EXIT
client thread 3 socket connected 134628128
client thread 3 socket wrote 8192
server thread 3 got connection 134628448
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 3910 40 900 110 4960
Thread 3 EXIT
client thread 3 socket read 131072
Thread 3 EXIT
Thread 3 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 0 85382 685 7234 943
server per thread elapsed time 94244
----------
Client results:

----------
client per thread totals 0 2984 968 62771 1317
client per thread elapsed time 68040
select loop user/user: 26574.00 usec
server thread 0 alive
server thread 1 alive
server thread 0 loop 0
server thread 2 alive
server thread 1 loop 0
server thread 2 loop 0
server thread 3 alive
server thread 4 alive
server thread 3 loop 0
server thread 5 alive
server thread 4 loop 0
client thread 0 alive
client thread 0 loop 0
client thread 1 alive
client thread 1 loop 0
client thread 5 alive
client thread 5 loop 0
client thread 1 socket created 134628384
client thread 5 socket created 134629152
client thread 1 socket connected 134628384
client thread 5 socket connected 134629152
client thread 1 socket wrote 8192
client thread 5 socket wrote 8192
server thread 6 alive
server thread 1 got connection 136747112
server thread 1 read 8192 bytes
server thread 6 loop 0
server thread 5 loop 0
server thread 1 write 131072 bytes
server thread 5 got connection 134628768
server thread 5 read 8192 bytes
server: 2220 80 1260 200 3760
server thread 1 loop 1
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 134628832
client thread 4 socket connected 134628832
client thread 4 socket wrote 8192
server thread 5 write 131072 bytes
server: 350 130 1300 170 1950
server thread 5 loop 1
client thread 1 socket read 131072
client thread 1 loop 1
client thread 5 socket read 131072
client thread 1 socket created 134629280
client thread 5 loop 1
client thread 1 socket connected 134629280
client thread 5 socket created 134628704
client thread 1 socket wrote 8192
client thread 2 alive
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 134628320
server thread 5 got connection 134629216
client thread 0 socket created 134628576
client thread 6 socket connected 134628320
client thread 6 socket wrote 8192
client thread 0 socket connected 134628576
client thread 0 socket wrote 8192
server thread 7 alive
server thread 1 got connection 134628896
server thread 1 read 8192 bytes
server thread 7 loop 0
server thread 1 write 131072 bytes
client thread 1 socket read 131072
server: 4100 100 1280 220 5700
server thread 1 loop 2
client thread 1 loop 2
server thread 4 got connection 134628256
client thread 1 socket created 134628448
server thread 4 read 8192 bytes
client thread 1 socket connected 134628448
client thread 1 socket wrote 8192
server thread 6 got connection 134628128
server thread 6 read 8192 bytes
server thread 4 write 131072 bytes
server: 9040 80 1160 170 10450
server thread 4 loop 1
server thread 6 write 131072 bytes
server: 8230 70 1390 240 9930
server thread 6 loop 1
client thread 6 socket read 131072
server thread 0 got connection 136747112
server thread 0 read 8192 bytes
client thread 6 loop 1
client thread 6 socket created 134628768
client thread 6 socket connected 134628768
client thread 6 socket wrote 8192
server thread 0 write 131072 bytes
server: 13310 70 1350 180 14910
server thread 0 loop 1
server thread 6 got connection 134628384
server thread 6 read 8192 bytes
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 134629152
client thread 4 socket connected 134629152
client thread 4 socket wrote 8192
server thread 6 write 131072 bytes
server thread 1 got connection 134628896
server thread 1 read 8192 bytes
server: 2580 100 1290 160 4130
server thread 6 loop 2
client thread 6 socket read 131072
client thread 6 loop 2
client thread 6 socket created 134629280
server thread 1 write 131072 bytes
client thread 6 socket connected 134629280
client thread 6 socket wrote 8192
server: 6880 1360 1470 180 9890
server thread 1 loop 3
server thread 6 got connection 134628256
server thread 6 read 8192 bytes
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 134628128
client thread 0 socket connected 134628128
client thread 0 socket wrote 8192
server thread 6 write 131072 bytes
server thread 0 got connection 134628320
server thread 0 read 8192 bytes
server: 1590 50 1220 150 3010
server thread 6 loop 3
server thread 0 write 131072 bytes
client thread 6 socket read 131072
server thread 8 alive
client thread 6 loop 3
client thread 6 socket created 134628832
server thread 8 loop 0
client thread 6 socket connected 134628832
client thread 6 socket wrote 8192
server thread 6 got connection 134628384
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 2700 50 1400 400 4550
server thread 6 loop 4
client thread 1 socket read 131072
server thread 9 alive
client thread 1 loop 3
client thread 1 socket created 134628576
server thread 9 loop 0
client thread 1 socket connected 134628576
client thread 1 socket wrote 8192
server thread 1 got connection 134628256
server thread 1 read 8192 bytes
client thread 6 socket read 131072
client thread 6 loop 4
client thread 6 socket created 134628320
server thread 1 write 131072 bytes
server: 8130 60 1290 180 9660
server thread 1 loop 4
server thread 6 got connection 134629280
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 134628384
client thread 0 socket read 131072
client thread 3 socket connected 134628384
client thread 3 socket wrote 8192
client thread 2 loop 0
client thread 2 socket created 134628448
client thread 1 socket read 131072
client thread 2 socket connected 134628448
client thread 2 socket wrote 8192
client thread 1 loop 4
client thread 5 socket connected 134628704
client thread 5 socket wrote 8192
client thread 1 socket created 134628832
client thread 1 socket connected 134628832
server thread 3 got connection 134628256
client thread 1 socket wrote 8192
server thread 3 read 8192 bytes
server thread 1 got connection 134628576
server thread 1 read 8192 bytes
server thread 3 write 131072 bytes
server: 30910 60 1220 180 32370
server thread 3 loop 1
server thread 1 write 131072 bytes
server: 2700 50 1280 190 4220
Thread 1 EXIT
client thread 7 alive
server thread 2 got connection 134628256
server thread 2 read 8192 bytes
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 134628576
server thread 3 got connection 136747176
server thread 2 write 131072 bytes
server: 6510 50 1350 180 8090
server thread 0 loop 2
server: 34980 70 1390 170 36610
server thread 2 loop 1
client thread 1 socket read 131072
server thread 4 got connection 134628768
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
client thread 4 socket read 131072
server: 26100 80 1360 210 27750
server thread 4 loop 2
server thread 5 read 8192 bytes
client thread 4 loop 2
client thread 4 socket created 134628384
server thread 5 write 131072 bytes
server: 2030 32050 1190 190 35460
server thread 5 loop 2
client thread 4 socket connected 134628384
client thread 4 socket wrote 8192
server thread 4 got connection 134628256
client thread 2 socket read 131072
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
client thread 4 socket read 131072
server: 2110 90 1380 210 3790
server thread 4 loop 3
client thread 0 loop 2
client thread 4 loop 3
client thread 0 socket created 134628832
client thread 4 socket created 134628768
client thread 0 socket connected 134628832
client thread 4 socket connected 134628768
client thread 4 socket wrote 8192
server thread 4 got connection 134629152
server thread 4 read 8192 bytes
server thread 0 got connection 134629216
server thread 0 read 8192 bytes
server thread 4 write 131072 bytes
server: 930 80 1210 170 2390
server thread 4 loop 4
client thread 0 socket wrote 8192
client thread 7 loop 0
client thread 7 socket created 134628256
client thread 4 socket read 131072
server thread 7 got connection 134628128
client thread 4 loop 4
client thread 7 socket connected 134628256
client thread 4 socket created 134628384
server thread 7 read 8192 bytes
client thread 4 socket connected 134628384
client thread 4 socket wrote 8192
server thread 0 write 131072 bytes
server: 7470 60 4110 160 11800
server thread 0 loop 3
client thread 2 loop 1
client thread 2 socket created 134629152
client thread 2 socket connected 134629152
client thread 2 socket wrote 8192
server thread 7 write 131072 bytes
server: 39300 320 1090 200 40910
server thread 7 loop 1
server thread 4 got connection 134628768
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
client thread 4 socket read 131072
server: 4340 80 1410 220 6050
Thread 4 EXIT
client thread 9 alive
client thread 9 loop 0
Thread 4 EXIT
client thread 6 socket connected 134628320
client thread 9 socket created 134628448
client thread 6 socket wrote 8192
client thread 9 socket connected 134628448
server thread 6 read 8192 bytes
client thread 9 socket wrote 8192
Thread 1 EXIT
client thread 3 socket connected 134628576
client thread 3 socket wrote 8192
client thread 0 socket read 131072
client thread 0 loop 3
client thread 0 socket created 134628128
server thread 6 write 131072 bytes
client thread 0 socket connected 134628128
server: 3650 23220 1220 170 28260
client thread 0 socket wrote 8192
Thread 6 EXIT
client thread 8 alive
client thread 8 loop 0
client thread 8 socket created 134628768
client thread 8 socket connected 134628768
client thread 8 socket wrote 8192
server thread 8 got connection 134628960
server thread 9 got connection 134628384
server thread 8 read 8192 bytes
server thread 9 read 8192 bytes
server thread 8 write 131072 bytes
server: 32180 100 1290 170 33740
server thread 8 loop 1
server thread 9 write 131072 bytes
client thread 6 socket read 131072
server: 28590 180 1790 200 30760
server thread 9 loop 1
Thread 6 EXIT
server thread 2 got connection 134629216
server thread 2 read 8192 bytes
client thread 8 socket read 131072
server thread 2 write 131072 bytes
server: 21240 90 1490 170 22990
server thread 2 loop 2
client thread 8 loop 1
client thread 8 socket created 134628832
client thread 8 socket connected 134628832
client thread 8 socket wrote 8192
server thread 3 read 8192 bytes
server thread 8 got connection 134629280
server thread 8 read 8192 bytes
server thread 3 write 131072 bytes
server: 3430 24230 1440 180 29280
server thread 3 loop 2
server thread 8 write 131072 bytes
server: 4510 90 1430 220 6250
server thread 8 loop 2
client thread 8 socket read 131072
client thread 9 socket read 131072
client thread 5 socket read 131072
client thread 9 loop 1
client thread 5 loop 2
client thread 9 socket created 134628192
client thread 5 socket created 134628960
client thread 9 socket connected 134628192
client thread 9 socket wrote 8192
server thread 9 got connection 134628384
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 7160 90 1430 230 8910
server thread 9 loop 2
client thread 5 socket connected 134628960
client thread 9 socket read 131072
client thread 5 socket wrote 8192
client thread 7 socket wrote 8192
client thread 9 loop 2
client thread 9 socket created 134628320
client thread 9 socket connected 134628320
client thread 9 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 2
server thread 9 got connection 134629216
client thread 3 socket created 134628768
client thread 3 socket connected 134628768
server thread 9 read 8192 bytes
client thread 3 socket wrote 8192
server thread 5 got connection 136747176
server thread 5 read 8192 bytes
server thread 9 write 131072 bytes
server: 1910 390 1230 170 3700
server thread 9 loop 3
server thread 5 write 131072 bytes
server thread 3 got connection 134629280
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 8780 110 1490 190 10570
server thread 3 loop 3
client thread 7 socket read 131072
server: 28650 80 1290 170 30190
server thread 5 loop 3
client thread 3 socket read 131072
server thread 0 got connection 134628448
server thread 0 read 8192 bytes
client thread 3 loop 3
client thread 3 socket created 134628704
client thread 3 socket connected 134628704
client thread 3 socket wrote 8192
client thread 9 socket read 131072
server thread 3 got connection 134628384
server thread 3 read 8192 bytes
client thread 9 loop 3
server thread 3 write 131072 bytes
client thread 3 socket read 131072
server: 3980 110 1430 200 5720
server thread 3 loop 4
server thread 0 write 131072 bytes
client thread 3 loop 4
server: 26420 90 3850 70 30430
server thread 0 loop 4
client thread 7 loop 1
client thread 3 socket created 134628576
client thread 7 socket created 134629216
client thread 3 socket connected 134628576
client thread 3 socket wrote 8192
server thread 3 got connection 136747176
server thread 3 read 8192 bytes
server thread 7 got connection 134629280
server thread 3 write 131072 bytes
client thread 3 socket read 131072
server: 920 80 1190 190 2380
client thread 7 socket connected 134629216
Thread 3 EXIT
Thread 3 EXIT
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 30500 1740 1100 150 33490
server thread 7 loop 2
client thread 7 socket wrote 8192
client thread 9 socket created 134628192
client thread 9 socket connected 134628192
client thread 9 socket wrote 8192
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 134628256
server thread 9 got connection 134628768
server thread 9 read 8192 bytes
server thread 2 got connection 134628320
client thread 2 socket connected 134628256
server thread 2 read 8192 bytes
server thread 9 write 131072 bytes
server: 13890 90 1260 190 15430
server thread 9 loop 4
server thread 2 write 131072 bytes
client thread 7 socket read 131072
server: 24890 260 1290 190 26630
server thread 2 loop 3
client thread 2 socket wrote 8192
client thread 7 loop 2
client thread 7 socket created 134628384
client thread 7 socket connected 134628384
client thread 7 socket wrote 8192
client thread 8 loop 2
client thread 8 socket created 134628704
server thread 7 got connection 134628448
client thread 8 socket connected 134628704
server thread 7 read 8192 bytes
client thread 8 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 136747176
client thread 5 socket connected 136747176
client thread 5 socket wrote 8192
server thread 7 write 131072 bytes
server: 5060 90 1310 190 6650
server thread 7 loop 3
server thread 8 got connection 134628576
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
client thread 8 socket read 131072
server: 26430 90 1310 210 28040
server thread 8 loop 3
client thread 8 loop 3
server thread 5 got connection 134628512
server thread 5 read 8192 bytes
client thread 8 socket created 134629280
client thread 8 socket connected 134629280
client thread 8 socket wrote 8192
server thread 5 write 131072 bytes
server: 17480 80 1260 220 19040
server thread 5 loop 4
client thread 5 socket read 131072
server thread 8 got connection 134629152
client thread 5 loop 4
server thread 8 read 8192 bytes
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 134628320
client thread 7 socket connected 134628320
client thread 7 socket wrote 8192
client thread 5 socket created 134628768
server thread 8 write 131072 bytes
server: 2470 330 1250 200 4250
server thread 8 loop 4
server thread 7 got connection 134629216
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
client thread 7 socket read 131072
server: 6820 100 1340 220 8480
server thread 7 loop 4
client thread 7 loop 4
server thread 5 got connection 134628832
client thread 7 socket created 134628960
client thread 2 socket read 131072
client thread 7 socket connected 134628960
client thread 7 socket wrote 8192
server thread 7 got connection 134628448
server thread 7 read 8192 bytes
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 134628576
client thread 8 socket connected 134628576
client thread 8 socket wrote 8192
server thread 7 write 131072 bytes
server: 1140 80 1190 160 2570
Thread 7 EXIT
server thread 8 got connection 134628704
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
client thread 8 socket read 131072
server: 5330 60 1300 210 6900
Thread 8 EXIT
client thread 2 loop 3
client thread 2 socket created 134628512
Thread 8 EXIT
server thread 2 got connection 136747176
client thread 2 socket connected 134628512
server thread 2 read 8192 bytes
client thread 7 socket read 131072
Thread 7 EXIT
client thread 5 socket connected 134628768
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
server thread 2 write 131072 bytes
server: 17090 310 1100 170 18670
server thread 2 loop 4
server thread 5 write 131072 bytes
server: 4810 6580 1630 190 13210
Thread 5 EXIT
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 134628384
client thread 0 socket connected 134628384
client thread 9 socket read 131072
client thread 0 socket wrote 8192
client thread 2 socket wrote 8192
client thread 9 loop 4
client thread 9 socket created 134629152
client thread 9 socket connected 134629152
server thread 9 got connection 134629216
client thread 9 socket wrote 8192
server thread 9 read 8192 bytes
client thread 2 socket read 131072
client thread 2 loop 4
client thread 2 socket created 134628320
server thread 2 got connection 134629280
server thread 9 write 131072 bytes
server: 24190 140 1720 210 26260
Thread 9 EXIT
client thread 2 socket connected 134628320
client thread 5 socket read 131072
server thread 2 read 8192 bytes
Thread 5 EXIT
server thread 0 got connection 134628448
server thread 0 read 8192 bytes
client thread 2 socket wrote 8192
server thread 0 write 131072 bytes
server: 34990 60 1380 380 36810
Thread 0 EXIT
client thread 9 socket read 131072
Thread 9 EXIT
client thread 2 socket read 131072
server thread 2 write 131072 bytes
Thread 2 EXIT
server: 6530 1370 3560 470 11930
Thread 2 EXIT
client thread 0 socket read 131072
Thread 0 EXIT
Thread 0 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 10 146337 10223 14631 1945
server per thread elapsed time 173136
----------
Client results:

----------
client per thread totals 10 14487 4781 108035 7371
client per thread elapsed time 134674
select loop user/kernel: 23948.00 usec
server thread 0 alive
server thread 1 alive
server thread 3 alive
server thread 1 loop 0
server thread 2 alive
server thread 5 alive
client thread 1 alive
client thread 1 loop 0
server thread 8 alive
client thread 1 socket created 134628960
client thread 1 socket connected 134628960
server thread 8 loop 0
client thread 1 socket wrote 8192
server thread 5 loop 0
server thread 4 alive
server thread 6 alive
client thread 5 alive
server thread 4 loop 0
client thread 2 alive
client thread 2 loop 0
server thread 9 alive
client thread 2 socket created 134628192
client thread 2 socket connected 134628192
server thread 9 loop 0
client thread 2 socket wrote 8192
client thread 0 alive
client thread 0 loop 0
server thread 6 loop 0
client thread 0 socket created 134629216
server thread 3 loop 0
server thread 7 alive
client thread 0 socket connected 134629216
client thread 0 socket wrote 8192
client thread 4 alive
server thread 1 got connection 134628832
server thread 2 loop 0
server thread 0 loop 0
client thread 8 alive
client thread 8 loop 0
client thread 8 socket created 134628768
server thread 0 got connection 134628448
server thread 0 read 8192 bytes
server thread 8 got connection 134629024
client thread 8 socket connected 134628768
server thread 8 read 8192 bytes
server thread 0 write 131072 bytes
server: 540 60 1180 170 1950
server thread 0 loop 1
server thread 1 read 8192 bytes
server thread 8 write 131072 bytes
server: 3090 260 1270 190 4810
server thread 8 loop 1
client thread 8 socket wrote 8192
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 134629152
server thread 3 got connection 134628320
client thread 3 socket connected 134629152
server thread 3 read 8192 bytes
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 134629280
client thread 1 socket connected 134629280
client thread 1 socket wrote 8192
server thread 1 write 131072 bytes
server: 3300 2220 4040 180 9740
server thread 1 loop 1
server thread 3 write 131072 bytes
server thread 1 got connection 134629088
server: 5370 310 1340 180 7200
server thread 3 loop 1
server thread 1 read 8192 bytes
client thread 3 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 1
client thread 8 socket created 134628384
server thread 1 write 131072 bytes
server thread 8 got connection 134628448
client thread 8 socket connected 134628384
server thread 8 read 8192 bytes
client thread 5 loop 0
client thread 5 socket created 134628960
client thread 5 socket connected 134628960
client thread 5 socket wrote 8192
server thread 5 got connection 134628832
server thread 5 read 8192 bytes
server thread 8 write 131072 bytes
server: 6770 430 1240 180 8620
server thread 8 loop 2
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 134628320
server thread 5 write 131072 bytes
client thread 9 socket connected 134628320
server: 12840 50 1290 170 14350
server thread 5 loop 1
client thread 9 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 134628768
server thread 3 got connection 134628448
client thread 5 socket read 131072
client thread 3 socket connected 134628768
server thread 3 read 8192 bytes
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 134628832
client thread 6 socket connected 134628832
client thread 6 socket wrote 8192
server: 250 50 2320 5300 7920
server thread 1 loop 2
server thread 3 write 131072 bytes
server: 7000 670 1280 190 9140
server thread 3 loop 2
server thread 6 got connection 134629152
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 16940 100 1350 200 18590
server thread 6 loop 1
client thread 5 loop 1
client thread 5 socket created 134628960
client thread 6 socket read 131072
client thread 5 socket connected 134628960
client thread 5 socket wrote 8192
client thread 3 socket wrote 8192
client thread 6 loop 1
client thread 6 socket created 134629088
client thread 6 socket connected 134629088
client thread 6 socket wrote 8192
server thread 6 got connection 134629152
server thread 6 read 8192 bytes
client thread 0 socket read 131072
server thread 6 write 131072 bytes
client thread 6 socket read 131072
server: 2140 100 1400 220 3860
server thread 6 loop 2
client thread 6 loop 2
client thread 3 socket read 131072
client thread 6 socket created 134628832
client thread 3 loop 2
client thread 6 socket connected 134628832
client thread 6 socket wrote 8192
server thread 6 got connection 134629152
server thread 6 read 8192 bytes
client thread 0 loop 1
client thread 0 socket created 134629088
server thread 6 write 131072 bytes
client thread 6 socket read 131072
server: 910 70 1150 220 2350
server thread 6 loop 3
client thread 3 socket created 134628768
client thread 6 loop 3
client thread 6 socket created 134629216
client thread 6 socket connected 134629216
server thread 6 got connection 134628832
server thread 3 got connection 134629152
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
client thread 0 socket connected 134629088
client thread 0 socket wrote 8192
server thread 6 write 131072 bytes
client thread 6 socket read 131072
server: 930 220 1220 210 2580
server thread 6 loop 4
client thread 3 socket connected 134628768
client thread 6 loop 4
server thread 3 read 8192 bytes
client thread 6 socket created 134628832
client thread 6 socket connected 134628832
client thread 6 socket wrote 8192
server thread 9 got connection 134629216
server thread 9 read 8192 bytes
server thread 3 write 131072 bytes
server: 9440 1900 1140 180 12660
server thread 3 loop 3
server thread 6 got connection 134629152
server thread 6 read 8192 bytes
server thread 9 write 131072 bytes
server thread 6 write 131072 bytes
client thread 6 socket read 131072
server: 2140 90 1500 220 3950
client thread 3 socket wrote 8192
Thread 6 EXIT
server thread 2 got connection 134629024
server thread 2 read 8192 bytes
Thread 6 EXIT
server thread 7 loop 0
server thread 2 write 131072 bytes
server: 31210 80 1500 180 32970
server thread 2 loop 1
server: 28750 70 1310 3830 33960
server thread 9 loop 1
server thread 5 got connection 134628448
server thread 5 read 8192 bytes
client thread 2 socket read 131072
client thread 2 loop 1
server thread 5 write 131072 bytes
client thread 2 socket created 134629152
server: 20800 100 1410 170 22480
server thread 5 loop 2
client thread 2 socket connected 134629152
client thread 2 socket wrote 8192
client thread 3 socket read 131072
server thread 2 got connection 134628832
server thread 2 read 8192 bytes
client thread 3 loop 3
client thread 3 socket created 134628128
server thread 2 write 131072 bytes
client thread 2 socket read 131072
server: 2360 90 1250 210 3910
server thread 2 loop 2
client thread 2 loop 2
server thread 0 got connection 134629216
client thread 2 socket created 134629024
server thread 0 read 8192 bytes
client thread 2 socket connected 134629024
client thread 2 socket wrote 8192
server thread 3 got connection 134628192
client thread 3 socket connected 134628128
server thread 3 read 8192 bytes
server thread 2 got connection 134628448
server thread 2 read 8192 bytes
server thread 3 write 131072 bytes
server: 9490 250 1380 190 11310
server thread 3 loop 4
client thread 3 socket wrote 8192
server thread 0 write 131072 bytes
server: 35300 70 3170 200 38740
server thread 0 loop 2
client thread 4 loop 0
client thread 4 socket created 134628768
server thread 4 got connection 134628832
client thread 4 socket connected 134628768
client thread 0 socket read 131072
server thread 4 read 8192 bytes
client thread 0 loop 2
client thread 0 socket created 134629152
client thread 0 socket connected 134629152
client thread 0 socket wrote 8192
server thread 0 got connection 134628192
server thread 0 read 8192 bytes
server thread 4 write 131072 bytes
server: 43590 290 1200 190 45270
server thread 4 loop 1
client thread 4 socket wrote 8192
server thread 0 write 131072 bytes
server: 2860 50 1450 170 4530
server thread 0 loop 3
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 134629216
server thread 2 write 131072 bytes
server: 2090 90 7230 180 9590
server thread 2 loop 3
server thread 3 got connection 134629088
client thread 0 socket read 131072
client thread 3 socket connected 134629216
server thread 3 read 8192 bytes
client thread 0 loop 3
client thread 0 socket created 134628832
client thread 0 socket connected 134628832
client thread 0 socket wrote 8192
server thread 0 got connection 134628192
server thread 0 read 8192 bytes
server thread 3 write 131072 bytes
server: 6860 290 1260 180 8590
Thread 3 EXIT
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 134628128
server thread 0 write 131072 bytes
client thread 1 socket read 131072
server: 2650 50 1310 160 4170
server thread 0 loop 4
client thread 1 loop 2
client thread 1 socket created 134628448
client thread 1 socket connected 134628448
client thread 1 socket wrote 8192
server thread 7 got connection 134629152
client thread 3 socket wrote 8192
server thread 1 got connection 134629088
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 35390 80 1590 250 37310
server thread 1 loop 3
client thread 1 socket read 131072
client thread 0 socket read 131072
client thread 1 loop 3
client thread 0 loop 4
client thread 1 socket created 136747112
client thread 0 socket created 134628192
client thread 1 socket connected 136747112
client thread 0 socket connected 134628192
client thread 1 socket wrote 8192
client thread 0 socket wrote 8192
client thread 3 socket read 131072
server thread 1 got connection 134629280
server thread 1 read 8192 bytes
Thread 3 EXIT
client thread 8 socket wrote 8192
server thread 1 write 131072 bytes
server: 1420 60 1630 200 3310
server thread 1 loop 4
client thread 1 socket read 131072
server thread 0 got connection 134629088
server thread 0 read 8192 bytes
client thread 1 loop 4
client thread 1 socket created 134628448
client thread 1 socket connected 134628448
client thread 1 socket wrote 8192
client thread 8 socket read 131072
server thread 0 write 131072 bytes
client thread 8 loop 2
server: 7110 90 1250 170 8620
Thread 0 EXIT
client thread 8 socket created 134628832
client thread 7 socket connected 134628128
server thread 7 read 8192 bytes
server thread 8 got connection 134629216
client thread 7 socket wrote 8192
server thread 7 write 131072 bytes
client thread 7 socket read 131072
client thread 8 socket connected 134628832
client thread 8 socket wrote 8192
server thread 8 read 8192 bytes
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 134629280
server thread 4 got connection 136747112
client thread 4 socket connected 134629280
server thread 4 read 8192 bytes
server thread 8 write 131072 bytes
server: 47600 1830 1240 180 50850
server thread 8 loop 3
server thread 1 got connection 134628384
server thread 1 read 8192 bytes
server thread 4 write 131072 bytes
server: 17740 250 1270 190 19450
server thread 4 loop 2
server thread 1 write 131072 bytes
server: 6210 80 1570 200 8060
Thread 1 EXIT
client thread 4 socket wrote 8192
client thread 0 socket read 131072
Thread 0 EXIT
client thread 1 socket read 131072
Thread 1 EXIT
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 134629088
client thread 8 socket connected 134629088
client thread 8 socket wrote 8192
server thread 8 got connection 134628064
client thread 4 socket read 131072
server thread 8 read 8192 bytes
client thread 4 loop 2
client thread 4 socket created 134628768
server thread 4 got connection 134629216
client thread 4 socket connected 134628768
server thread 4 read 8192 bytes
server thread 8 write 131072 bytes
server: 6620 90 1130 180 8020
server thread 8 loop 4
client thread 7 loop 1
client thread 7 socket created 136747112
client thread 7 socket connected 136747112
client thread 7 socket wrote 8192
server thread 4 write 131072 bytes
server: 18310 8140 1330 11210 38990
server thread 7 loop 1
server: 6220 230 1310 170 7930
server thread 4 loop 3
server thread 7 got connection 134628384
client thread 4 socket wrote 8192
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 260 50 1480 180 1970
server thread 7 loop 2
client thread 4 socket read 131072
client thread 4 loop 3
client thread 7 socket read 131072
client thread 4 socket created 134628704
client thread 7 loop 2
client thread 7 socket created 134628128
server thread 4 got connection 134628192
client thread 4 socket connected 134628704
client thread 7 socket connected 134628128
client thread 7 socket wrote 8192
server thread 4 read 8192 bytes
server thread 7 got connection 134628448
server thread 7 read 8192 bytes
server thread 4 write 131072 bytes
server: 3940 260 1210 200 5610
server thread 4 loop 4
client thread 4 socket wrote 8192
server thread 7 write 131072 bytes
server: 2680 50 1350 190 4270
server thread 7 loop 3
client thread 8 socket read 131072
client thread 8 loop 4
client thread 7 socket read 131072
client thread 4 socket read 131072
client thread 7 loop 3
client thread 4 loop 4
client thread 7 socket created 134629280
server thread 7 got connection 134629152
client thread 8 socket created 134628832
server thread 8 got connection 134629216
client thread 8 socket connected 134628832
server thread 8 read 8192 bytes
client thread 4 socket created 134628064
server thread 4 got connection 134628384
client thread 4 socket connected 134628064
server thread 8 write 131072 bytes
server thread 4 read 8192 bytes
server: 10690 250 1290 160 12390
Thread 8 EXIT
client thread 8 socket wrote 8192
server thread 4 write 131072 bytes
server: 5280 290 1300 200 7070
client thread 8 socket read 131072
Thread 4 EXIT
client thread 4 socket wrote 8192
Thread 8 EXIT
client thread 7 socket connected 134629280
client thread 4 socket read 131072
server thread 7 read 8192 bytes
Thread 4 EXIT
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 134628768
server thread 7 write 131072 bytes
client thread 9 socket connected 134628768
client thread 9 socket wrote 8192
server: 2970 5440 1260 180 9850
server thread 7 loop 4
server thread 9 got connection 136747112
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 55120 370 1500 260 57250
server thread 9 loop 2
client thread 7 socket wrote 8192
client thread 9 socket read 131072
client thread 9 loop 2
client thread 9 socket created 134628192
client thread 9 socket connected 134628192
client thread 9 socket wrote 8192
server thread 9 got connection 134628448
server thread 9 read 8192 bytes
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 134629088
client thread 5 socket connected 134629088
client thread 5 socket wrote 8192
server thread 9 write 131072 bytes
server: 2050 90 1270 170 3580
server thread 9 loop 3
server thread 5 got connection 134628128
client thread 7 socket read 131072
server thread 5 read 8192 bytes
client thread 7 loop 4
client thread 7 socket created 134628704
server thread 7 got connection 134629216
client thread 7 socket connected 134628704
server thread 7 read 8192 bytes
server thread 5 write 131072 bytes
server: 59730 80 1230 180 61220
server thread 5 loop 3
server thread 7 write 131072 bytes
client thread 2 socket read 131072
server: 8000 260 1310 440 10010
Thread 7 EXIT
client thread 2 loop 3
client thread 2 socket created 136747176
client thread 2 socket connected 136747176
client thread 2 socket wrote 8192
server thread 2 got connection 134628384
client thread 5 socket read 131072
server thread 2 read 8192 bytes
client thread 5 loop 3
client thread 5 socket created 134628640
client thread 5 socket connected 134628640
client thread 5 socket wrote 8192
server thread 5 got connection 134628832
server thread 5 read 8192 bytes
server thread 2 write 131072 bytes
server: 51910 90 1150 160 53310
server thread 2 loop 4
client thread 7 socket wrote 8192
server thread 5 write 131072 bytes
server: 3330 50 1410 180 4970
server thread 5 loop 4
client thread 7 socket read 131072
Thread 7 EXIT
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 134628064
client thread 5 socket connected 134628064
client thread 5 socket wrote 8192
client thread 9 socket read 131072
client thread 2 socket read 131072
client thread 2 loop 4
client thread 9 loop 3
client thread 2 socket created 134628320
client thread 9 socket created 134629152
client thread 2 socket connected 134628320
client thread 2 socket wrote 8192
client thread 9 socket connected 134629152
client thread 9 socket wrote 8192
server thread 2 got connection 136747112
server thread 2 read 8192 bytes
server thread 5 got connection 134628768
server thread 5 read 8192 bytes
server thread 2 write 131072 bytes
server: 5240 50 1180 180 6650
server thread 5 write 131072 bytes
Thread 2 EXIT
server: 4110 70 1260 180 5620
Thread 5 EXIT
client thread 5 socket read 131072
Thread 5 EXIT
client thread 2 socket read 131072
Thread 2 EXIT
server thread 9 got connection 134628960
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
client thread 9 socket read 131072
server: 15490 50 1340 220 17100
server thread 9 loop 4
client thread 9 loop 4
client thread 9 socket created 134628448
client thread 9 socket connected 134628448
client thread 9 socket wrote 8192
server thread 9 got connection 134629280
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
client thread 9 socket read 131072
server: 790 50 1090 180 2110
Thread 9 EXIT
Thread 9 EXIT
Thread 9 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 10 209920 12854 22345 4893
server per thread elapsed time 250012
----------
Client results:

----------
client per thread totals 10 19926 13837 160423 9190
client per thread elapsed time 203376
select loop kernel/user: 23804.00 usec
server thread 0 alive
server thread 1 alive
server thread 0 loop 0
server thread 1 loop 0
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 134628896
client thread 0 socket connected 134628896
client thread 0 socket wrote 8192
client thread 1 alive
client thread 1 loop 0
server thread 0 got connection 134629024
server thread 0 read 8192 bytes
client thread 1 socket created 134629088
server thread 1 got connection 134628384
client thread 1 socket connected 134629088
server thread 1 read 8192 bytes
server thread 0 write 131072 bytes
server: 880 50 1120 150 2200
server thread 0 loop 1
server thread 1 write 131072 bytes
server thread 2 alive
server: 1420 300 1250 440 3410
server thread 1 loop 1
server thread 3 alive
server thread 5 alive
server thread 3 loop 0
server thread 5 loop 0
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 136747176
server thread 2 loop 0
server thread 7 alive
client thread 3 socket connected 136747176
client thread 3 socket wrote 8192
client thread 5 alive
server thread 7 loop 0
server thread 9 alive
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 134628256
server thread 9 loop 0
client thread 1 socket wrote 8192
server thread 0 got connection 134628768
client thread 0 socket connected 134628256
server thread 0 read 8192 bytes
server thread 3 got connection 134628576
server thread 3 read 8192 bytes
server thread 0 write 131072 bytes
server: 4280 270 1280 190 6020
server thread 0 loop 2
client thread 0 socket wrote 8192
server thread 3 write 131072 bytes
client thread 2 alive
client thread 2 loop 0
server: 2990 80 1420 450 4940
server thread 3 loop 1
client thread 2 socket created 134628064
client thread 2 socket connected 134628064
client thread 2 socket wrote 8192
client thread 1 socket read 131072
client thread 0 socket read 131072
client thread 1 loop 1
client thread 0 loop 2
client thread 1 socket created 134628960
client thread 0 socket created 134629152
server thread 1 got connection 134629280
server thread 0 got connection 134628512
client thread 1 socket connected 134628960
client thread 0 socket connected 134629152
server thread 1 read 8192 bytes
server thread 0 read 8192 bytes
server thread 1 write 131072 bytes
server thread 0 write 131072 bytes
server: 8160 260 1190 200 9810
server thread 1 loop 2
server: 3770 260 1180 190 5400
server thread 0 loop 3
client thread 1 socket wrote 8192
client thread 0 socket wrote 8192
client thread 0 socket read 131072
client thread 1 socket read 131072
client thread 0 loop 3
client thread 1 loop 2
client thread 0 socket created 134628448
client thread 1 socket created 134629024
server thread 0 got connection 134628384
client thread 0 socket connected 134628448
server thread 1 got connection 134628896
client thread 1 socket connected 134629024
server thread 0 read 8192 bytes
server thread 1 read 8192 bytes
server thread 0 write 131072 bytes
server thread 1 write 131072 bytes
server: 2550 260 1210 210 4230
server thread 0 loop 4
client thread 0 socket wrote 8192
server: 2750 260 1250 190 4450
server thread 1 loop 3
client thread 1 socket wrote 8192
client thread 0 socket read 131072
client thread 1 socket read 131072
client thread 0 loop 4
client thread 0 socket created 134628768
client thread 0 socket connected 134628768
client thread 0 socket wrote 8192
client thread 1 loop 3
client thread 1 socket created 134628576
server thread 0 got connection 134629088
server thread 0 read 8192 bytes
server thread 1 got connection 134628256
client thread 1 socket connected 134628576
server thread 1 read 8192 bytes
server thread 0 write 131072 bytes
server: 3570 100 1420 180 5270
server thread 1 write 131072 bytes
Thread 0 EXIT
server thread 6 alive
client thread 7 alive
client thread 7 loop 0
server thread 6 loop 0
client thread 7 socket created 134628512
server thread 4 alive
client thread 7 socket connected 134628512
client thread 7 socket wrote 8192
server thread 4 loop 0
client thread 1 socket wrote 8192
client thread 5 loop 0
client thread 5 socket created 134628960
server thread 5 got connection 134628384
client thread 5 socket connected 134628960
server thread 5 read 8192 bytes
server thread 8 alive
server thread 5 write 131072 bytes
server: 21150 290 1350 180 22970
server thread 5 loop 1
server thread 8 loop 0
client thread 5 socket wrote 8192
client thread 0 socket read 131072
Thread 0 EXIT
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 134628448
server thread 2 got connection 134628320
server thread 2 read 8192 bytes
client thread 9 socket connected 134628448
client thread 9 socket wrote 8192
server thread 9 got connection 134629024
server thread 9 read 8192 bytes
server thread 2 write 131072 bytes
server: 24070 80 1330 190 25670
server thread 2 loop 1
server thread 9 write 131072 bytes
client thread 5 socket read 131072
server: 23630 50 1290 180 25150
server thread 9 loop 1
client thread 5 loop 1
client thread 5 socket created 134629088
server thread 5 got connection 134628128
client thread 5 socket connected 134629088
server thread 5 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 134628384
client thread 9 socket connected 134628384
client thread 9 socket wrote 8192
server thread 5 write 131072 bytes
server thread 9 got connection 134628768
server: 4630 270 1290 170 6360
server thread 5 loop 2
server thread 9 read 8192 bytes
client thread 5 socket wrote 8192
client thread 5 socket read 131072
server thread 9 write 131072 bytes
client thread 5 loop 2
server: 2840 50 1440 190 4520
server thread 9 loop 2
client thread 5 socket created 134628320
server thread 5 got connection 134629024
client thread 5 socket connected 134628320
server thread 5 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 2
client thread 9 socket created 134628960
client thread 9 socket connected 134628960
client thread 9 socket wrote 8192
server thread 5 write 131072 bytes
server: 2400 290 1260 190 4140
server thread 5 loop 3
server thread 9 got connection 134628448
client thread 5 socket wrote 8192
server thread 9 read 8192 bytes
client thread 5 socket read 131072
server thread 9 write 131072 bytes
client thread 5 loop 3
server: 2590 50 1380 180 4200
server thread 9 loop 3
client thread 5 socket created 134628128
server thread 5 got connection 134629088
client thread 5 socket connected 134628128
server thread 5 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 134628768
client thread 9 socket connected 134628768
server thread 5 write 131072 bytes
client thread 9 socket wrote 8192
server: 2400 290 1280 180 4150
server thread 5 loop 4
client thread 5 socket wrote 8192
server thread 9 got connection 134628384
server thread 9 read 8192 bytes
client thread 5 socket read 131072
server thread 9 write 131072 bytes
client thread 5 loop 4
server: 2620 40 1320 170 4150
server thread 9 loop 4
client thread 5 socket created 134629024
server thread 5 got connection 134628320
client thread 5 socket connected 134629024
client thread 9 socket read 131072
client thread 5 socket wrote 8192
client thread 9 loop 4
client thread 9 socket created 134628448
server thread 7 got connection 134628960
server thread 7 read 8192 bytes
client thread 9 socket connected 134628448
server thread 7 write 131072 bytes
client thread 7 socket read 131072
server: 40520 80 1320 200 42120
server thread 7 loop 1
client thread 7 loop 1
client thread 7 socket created 134629088
client thread 7 socket connected 134629088
client thread 7 socket wrote 8192
client thread 9 socket wrote 8192
server thread 5 read 8192 bytes
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 134628128
client thread 2 socket connected 134628128
client thread 2 socket wrote 8192
server thread 5 write 131072 bytes
server: 2360 3850 1320 200 7730
Thread 5 EXIT
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 134628384
client thread 3 socket connected 134628384
client thread 3 socket wrote 8192
server: 3610 250 1320 28280 33460
server thread 1 loop 4
server thread 9 got connection 134628768
server thread 9 read 8192 bytes
client thread 5 socket read 131072
Thread 5 EXIT
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 134628960
server thread 6 got connection 134628512
client thread 6 socket connected 134628960
server thread 6 read 8192 bytes
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 134628064
client thread 4 socket connected 134628064
client thread 4 socket wrote 8192
server thread 6 write 131072 bytes
server: 28950 240 1230 190 30610
server thread 6 loop 1
client thread 6 socket wrote 8192
client thread 9 socket read 131072
Thread 9 EXIT
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 134628320
server thread 7 got connection 134628640
server thread 7 read 8192 bytes
server thread 6 got connection 136747176
client thread 6 socket connected 134628320
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 2480 280 1290 210 4260
server thread 6 loop 2
client thread 6 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 2
client thread 7 socket created 134628256
client thread 7 socket connected 134628256
client thread 6 socket read 131072
server thread 9 write 131072 bytes
server: 7590 80 8870 120 16660
Thread 9 EXIT
client thread 6 loop 2
client thread 8 alive
client thread 8 loop 0
client thread 6 socket created 134629024
client thread 8 socket created 134628512
client thread 8 socket connected 134628512
server thread 6 got connection 134628448
client thread 6 socket connected 134629024
server thread 6 read 8192 bytes
client thread 7 socket wrote 8192
server thread 7 write 131072 bytes
server: 9390 90 5010 200 14690
server thread 7 loop 2
server thread 7 got connection 134628960
server thread 7 read 8192 bytes
server thread 6 write 131072 bytes
server: 2640 250 1190 170 4250
server thread 6 loop 3
client thread 6 socket wrote 8192
server thread 2 got connection 136747176
server thread 2 read 8192 bytes
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 134629088
client thread 7 socket connected 134629088
client thread 7 socket wrote 8192
server thread 7 write 131072 bytes
server: 250 60 3720 170 4200
server thread 7 loop 3
server thread 2 write 131072 bytes
server: 34490 110 1370 160 36130
server thread 2 loop 2
server thread 7 got connection 134628768
server thread 4 got connection 134628640
client thread 6 socket read 131072
server thread 4 read 8192 bytes
client thread 6 loop 3
client thread 6 socket created 134628448
client thread 6 socket connected 134628448
client thread 6 socket wrote 8192
server thread 8 got connection 134628320
server thread 8 read 8192 bytes
server thread 6 got connection 134628256
server thread 6 read 8192 bytes
server thread 8 write 131072 bytes
server: 40850 60 1300 170 42380
server thread 8 loop 1
server thread 6 write 131072 bytes
server: 6170 100 1480 250 8000
server thread 6 loop 4
client thread 6 socket read 131072
server thread 4 write 131072 bytes
server: 43070 90 3670 80 46910
server thread 4 loop 1
client thread 6 loop 4
client thread 6 socket created 134628960
client thread 6 socket connected 134628960
client thread 6 socket wrote 8192
client thread 8 socket wrote 8192
server thread 6 got connection 136747176
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 1690 100 1530 240 3560
Thread 6 EXIT
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
client thread 7 socket read 131072
server: 1060 7510 1400 210 10180
server thread 7 loop 4
client thread 7 loop 4
client thread 2 socket read 131072
client thread 7 socket created 134629024
client thread 2 loop 2
client thread 7 socket connected 134629024
client thread 7 socket wrote 8192
client thread 6 socket read 131072
server thread 7 got connection 134628256
server thread 7 read 8192 bytes
Thread 6 EXIT
server thread 7 write 131072 bytes
client thread 7 socket read 131072
server: 1050 70 1290 200 2610
Thread 7 EXIT
Thread 7 EXIT
client thread 2 socket created 134628320
client thread 2 socket connected 134628320
client thread 2 socket wrote 8192
server thread 2 got connection 134628640
server thread 2 read 8192 bytes
client thread 8 socket read 131072
client thread 8 loop 1
client thread 8 socket created 134628448
client thread 8 socket connected 134628448
server thread 2 write 131072 bytes
client thread 8 socket wrote 8192
server thread 3 got connection 136747112
server: 12830 40 1170 160 14200
server thread 2 loop 3
server thread 3 read 8192 bytes
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 136747176
client thread 2 socket connected 136747176
client thread 2 socket wrote 8192
server thread 2 got connection 134629280
server thread 2 read 8192 bytes
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 134628768
client thread 4 socket connected 134628768
client thread 4 socket wrote 8192
server thread 3 write 131072 bytes
server thread 2 write 131072 bytes
server: 72230 70 4050 110 76460
server thread 3 loop 2
server: 2790 60 1270 150 4270
server thread 2 loop 4
client thread 3 socket read 131072
client thread 2 socket read 131072
client thread 3 loop 2
client thread 2 loop 4
client thread 3 socket created 134629088
client thread 2 socket created 134628128
client thread 3 socket connected 134629088
client thread 2 socket connected 134628128
client thread 3 socket wrote 8192
client thread 2 socket wrote 8192
server thread 3 got connection 134628960
server thread 3 read 8192 bytes
server thread 2 got connection 134628256
server thread 2 read 8192 bytes
server thread 3 write 131072 bytes
server thread 2 write 131072 bytes
server: 2900 50 1250 180 4380
server thread 3 loop 3
server: 2910 60 1290 180 4440
Thread 2 EXIT
client thread 3 socket read 131072
server thread 4 got connection 134628192
server thread 4 read 8192 bytes
server thread 8 got connection 134629024
server thread 8 read 8192 bytes
server thread 4 write 131072 bytes
server thread 8 write 131072 bytes
server: 20680 480 1490 200 22850
server thread 4 loop 2
server: 22760 90 1480 180 24510
server thread 8 loop 2
client thread 2 socket read 131072
Thread 2 EXIT
client thread 3 loop 3
client thread 3 socket created 134628512
client thread 3 socket connected 134628512
client thread 3 socket wrote 8192
server thread 3 got connection 134628640
server thread 3 read 8192 bytes
client thread 1 socket read 131072
client thread 8 socket read 131072
client thread 8 loop 2
server thread 3 write 131072 bytes
client thread 8 socket created 134628320
server: 6310 60 1380 170 7920
server thread 3 loop 4
client thread 8 socket connected 134628320
client thread 8 socket wrote 8192
server thread 8 got connection 134628064
server thread 8 read 8192 bytes
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 136747112
server thread 8 write 131072 bytes
client thread 3 socket connected 136747112
server: 4200 60 1380 160 5800
server thread 8 loop 3
client thread 3 socket wrote 8192
server thread 3 got connection 134629280
server thread 3 read 8192 bytes
client thread 1 loop 4
client thread 8 socket read 131072
server thread 3 write 131072 bytes
client thread 8 loop 3
server: 2590 50 1410 160 4210
client thread 8 socket created 134628384
Thread 3 EXIT
client thread 8 socket connected 134628384
client thread 8 socket wrote 8192
client thread 1 socket created 136747176
server thread 8 got connection 134628960
server thread 8 read 8192 bytes
client thread 3 socket read 131072
Thread 3 EXIT
server thread 8 write 131072 bytes
server: 3020 60 1340 280 4700
server thread 8 loop 4
server thread 1 got connection 134628256
client thread 1 socket connected 136747176
server thread 1 read 8192 bytes
client thread 8 socket read 131072
client thread 8 loop 4
server thread 1 write 131072 bytes
client thread 8 socket created 134628832
server: 54120 340 1410 180 56050
Thread 1 EXIT
client thread 8 socket connected 134628832
client thread 8 socket wrote 8192
client thread 1 socket wrote 8192
server thread 8 got connection 134629088
server thread 8 read 8192 bytes
client thread 1 socket read 131072
server thread 8 write 131072 bytes
Thread 1 EXIT
server: 2940 60 1350 180 4530
Thread 8 EXIT
client thread 4 socket read 131072
client thread 8 socket read 131072
Thread 8 EXIT
client thread 4 loop 2
client thread 4 socket created 134628192
client thread 4 socket connected 134628192
client thread 4 socket wrote 8192
server thread 4 got connection 134629024
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
client thread 4 socket read 131072
server: 17710 60 1360 200 19330
server thread 4 loop 3
client thread 4 loop 3
client thread 4 socket created 134628128
client thread 4 socket connected 134628128
client thread 4 socket wrote 8192
server thread 4 got connection 134628448
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
client thread 4 socket read 131072
server: 720 50 1110 180 2060
server thread 4 loop 4
client thread 4 loop 4
client thread 4 socket created 134628640
client thread 4 socket connected 134628640
client thread 4 socket wrote 8192
server thread 4 got connection 134628512
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
client thread 4 socket read 131072
server: 710 50 1100 180 2040
Thread 4 EXIT
Thread 4 EXIT
Thread 4 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 20 267149 14665 30786 8666
server per thread elapsed time 321266
----------
Client results:

----------
client per thread totals 20 23384 19013 206917 10938
client per thread elapsed time 260252
select loop kernel/kernel: 23890.00 usec
Killing sel_spd 23124 after 600
END TEST: sel_spd
BEGIN TEST: selct_er  
Fri Mar 28 15:03:33 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
'PR_FD_ZERO (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_FD_SET (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_Select' is obsolete. Use 'PR_Poll' instead.
'PR_FD_CLR (PR_Select)' is obsolete. Use 'PR_Poll' instead.
Killing selct_er 23137 after 600
END TEST: selct_er
BEGIN TEST: selct_nm  
Fri Mar 28 15:03:33 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
'PR_FD_ZERO (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_FD_SET (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_Select' is obsolete. Use 'PR_Poll' instead.
'PR_FD_ISSET (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_FD_CLR (PR_Select)' is obsolete. Use 'PR_Poll' instead.
Killing selct_nm 23150 after 600
END TEST: selct_nm
BEGIN TEST: selct_to  
Fri Mar 28 15:03:33 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
'PR_FD_ZERO (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_FD_SET (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_Select' is obsolete. Use 'PR_Poll' instead.
Killing selct_to 23163 after 600
END TEST: selct_to
BEGIN TEST: selintr  
Fri Mar 28 15:03:38 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
select returned 0
Killing selintr 23176 after 600
END TEST: selintr
BEGIN TEST: sema  
Fri Mar 28 15:03:41 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing sema 23189 after 600
END TEST: sema
BEGIN TEST: semaerr  
Fri Mar 28 15:03:41 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
PASS
Killing semaerr 23202 after 600
END TEST: semaerr
BEGIN TEST: semaping  
Fri Mar 28 15:03:44 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
warning: removed semaphore /tmp/bar.sem left over from previous run
PASS
PASS
Killing semaping 23216 after 600
END TEST: semaping
BEGIN TEST: sendzlf  
Fri Mar 28 15:03:44 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing sendzlf 23230 after 600
END TEST: sendzlf
BEGIN TEST: server_test  
Fri Mar 28 15:03:45 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing server_test 23243 after 600
END TEST: server_test
BEGIN TEST: servr_uu  
Fri Mar 28 15:03:45 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing servr_uu 23256 after 600
END TEST: servr_uu
BEGIN TEST: servr_ku  
Fri Mar 28 15:03:45 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing servr_ku 23269 after 600
END TEST: servr_ku
BEGIN TEST: servr_uk  
Fri Mar 28 15:03:45 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing servr_uk 23282 after 600
END TEST: servr_uk
BEGIN TEST: servr_kk  
Fri Mar 28 15:03:45 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing servr_kk 23295 after 600
END TEST: servr_kk
BEGIN TEST: short_thread  
Fri Mar 28 15:03:46 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing short_thread 23308 after 600
END TEST: short_thread
BEGIN TEST: sigpipe  
Fri Mar 28 15:03:46 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
write to broken pipe failed with EPIPE, as expected
write to broken pipe failed with EPIPE, as expected
PASSED
Killing sigpipe 23321 after 600
END TEST: sigpipe
BEGIN TEST: socket  
Fri Mar 28 15:03:48 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
END TEST: socket
BEGIN TEST: sockopt  
Fri Mar 28 15:03:48 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
Killing sockopt 23339 after 600
END TEST: sockopt
BEGIN TEST: sockping  
Fri Mar 28 15:03:48 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
Killing sockping 23352 after 600
END TEST: sockping
BEGIN TEST: sprintf  
Fri Mar 28 15:03:48 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing sprintf 23366 after 600
END TEST: sprintf
BEGIN TEST: stack  
Fri Mar 28 15:03:50 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
Killing stack 23379 after 600
END TEST: stack
BEGIN TEST: stdio  
Fri Mar 28 15:03:56 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
This to standard out
This to standard err
Killing stdio 23392 after 600
END TEST: stdio
BEGIN TEST: str2addr  
Fri Mar 28 15:03:57 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing str2addr 23405 after 600
END TEST: str2addr
BEGIN TEST: strod  
Fri Mar 28 15:03:57 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Settings
Number to translate 1234567890123456789
Loops to run test: 1
Translation = 1234567890123456768
Killing strod 23418 after 600
END TEST: strod
BEGIN TEST: switch  
Fri Mar 28 15:03:57 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
Killing switch 23431 after 600
END TEST: switch
BEGIN TEST: system  
Fri Mar 28 15:03:58 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PR_SI_HOSTNAME: tommy
PR_SI_SYSNAME: SunOS
PR_SI_RELEASE: 5.8
PR_SI_ARCHITECTURE: x86
Host page size is 4096
Page shift is 12
Number of processors is: 2
Killing system 23444 after 600
END TEST: system
BEGIN TEST: testbit  
Fri Mar 28 15:03:59 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
Killing testbit 23457 after 600
END TEST: testbit
BEGIN TEST: testfile  
Fri Mar 28 15:03:59 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
File Test passed
Dir Test passed
Killing testfile 23470 after 600
END TEST: testfile
BEGIN TEST: threads  
Fri Mar 28 15:04:01 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASS
Killing threads 23483 after 600
END TEST: threads
BEGIN TEST: timemac  
Fri Mar 28 15:04:03 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Fri Mar 28 23:04:03 UTC 2003
Current local time is Fri Mar 28 15:04:03 -0800 2003
GMT offset is -28800, DST offset is 0
Please examine the results
Killing timemac 23496 after 600
END TEST: timemac
BEGIN TEST: timetest  
Fri Mar 28 15:04:03 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing timetest 23509 after 600
END TEST: timetest
BEGIN TEST: tpd  
Fri Mar 28 15:06:40 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
Killing tpd 23522 after 600
END TEST: tpd
BEGIN TEST: udpsrv  
Fri Mar 28 15:06:40 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Killing udpsrv 23535 after 600
END TEST: udpsrv
BEGIN TEST: vercheck  
Fri Mar 28 15:06:43 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
NSPR release 4.3:
Compatible with version 4.0
Compatible with version 4.0.1
Compatible with version 4.1
Compatible with version 4.1.1
Compatible with version 4.1.2
Compatible with version 4.1.3
Compatible with version 4.2
Compatible with version 4.2.1
Compatible with version 4.2.2
Compatible with version 4.3
Incompatible with version 2.1 19980529
Incompatible with version 3.0
Incompatible with version 3.0.1
Incompatible with version 3.1
Incompatible with version 3.1.1
Incompatible with version 3.1.2
Incompatible with version 3.1.3
Incompatible with version 3.5
Incompatible with version 3.5.1
Incompatible with version 4.3.3
Incompatible with version 4.4
Incompatible with version 4.4.1
Incompatible with version 10.0
Incompatible with version 11.1
Incompatible with version 12.14.20
PASS
Killing vercheck 23548 after 600
END TEST: vercheck
BEGIN TEST: version  
Fri Mar 28 15:06:43 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Runtime library version information
Build time: 27 Mar 2003 12:58:08 GMT
Build time: 2003-03-27 04:58:08
Portable runtime V4.3.0 ( debug )
filename: libplc4.so
security: N/A
copyright: Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved
comment: http://www.mozilla.org/MPL/
Killing version 23561 after 600
END TEST: version
BEGIN TEST: writev  
Fri Mar 28 15:06:43 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
PASSED
Killing writev 23574 after 600
END TEST: writev
BEGIN TEST: xnotify  
Fri Mar 28 15:06:43 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
Done!
Killing xnotify 23587 after 600
END TEST: xnotify
BEGIN TEST: zerolen  
Fri Mar 28 15:06:44 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib
calling PR_Writev with a zero-length buffer
calling PR_Write with a zero-length buffer
calling PR_Send with a zero-length buffer
PASS
Killing zerolen 23600 after 600
END TEST: zerolen
BEGIN TEST: accept  
Fri Mar 28 15:07:00 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing accept 23658 after 600
END TEST: accept
BEGIN TEST: acceptread  
Fri Mar 28 15:07:06 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0xdf8b0c48)127.0.0.1:46723
(Server) read [0xdf8b0bd0..0xdf8b0c45) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 500 msec
Accepted connection from (0xdf8b0c48)127.0.0.1:46979
(Server) read [0xdf8b0bd0..0xdf8b0c45) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1000 msec
Accepted connection from (0xdf8b0c48)127.0.0.1:47235
(Server) read [0xdf8b0bd0..0xdf8b0c45) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1500 msec
Accepted connection from (0xdf8b0c48)127.0.0.1:47491
(Server) read [0xdf8b0bd0..0xdf8b0c45) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 2000 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 131
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 134
Testing w/ write_dally = 2500 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 131
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 134
Killing acceptread 23671 after 600
END TEST: acceptread
BEGIN TEST: acceptreademu  
Fri Mar 28 15:07:17 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0xdf8b0c48)127.0.0.1:48259
(Server) read [0xdf8b0bd0..0xdf8b0c45) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 500 msec
Accepted connection from (0xdf8b0c48)127.0.0.1:48515
(Server) read [0xdf8b0bd0..0xdf8b0c45) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1000 msec
Accepted connection from (0xdf8b0c48)127.0.0.1:48771
(Server) read [0xdf8b0bd0..0xdf8b0c45) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1500 msec
Accepted connection from (0xdf8b0c48)127.0.0.1:49027
(Server) read [0xdf8b0bd0..0xdf8b0c45) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 2000 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 131
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 134
Testing w/ write_dally = 2500 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 131
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 134
Killing acceptreademu 23684 after 600
END TEST: acceptreademu
BEGIN TEST: affinity  
Fri Mar 28 15:07:28 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
main: creating local thread
thread_start: AffinityMask = 0x0
main: creating global thread
thread_start: AffinityMask = 0x0
main: creating global bound thread
thread_start: AffinityMask = 0x0
Killing affinity 23697 after 600
END TEST: affinity
BEGIN TEST: alarm  
Fri Mar 28 15:07:28 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing alarm 23710 after 600
END TEST: alarm
BEGIN TEST: anonfm  
Fri Mar 28 15:08:31 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing anonfm 23724 after 600
END TEST: anonfm
BEGIN TEST: atomic  
Fri Mar 28 15:08:31 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PR_AtomicIncrement(-2) == -1: PASSED
PR_AtomicIncrement(-1) == 0: PASSED
PR_AtomicIncrement(0) == 1: PASSED
PR_AtomicAdd(-2,1) == -1: PASSED
PR_AtomicAdd(-1,4) == 3: PASSED
PR_AtomicAdd(3,-6) == -3: PASSED
PR_AtomicDecrement(2) == 1: PASSED
PR_AtomicDecrement(1) == 0: PASSED
PR_AtomicDecrement(0) == -1: PASSED
PR_AtomicSet(-2, 2) == -2: PASSED
PR_AtomicSet(-2, -2) == -2: PASSED
Atomic operations test PASSED
Killing atomic 23738 after 600
END TEST: atomic
BEGIN TEST: attach  
Fri Mar 28 15:08:32 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing attach 23751 after 600
END TEST: attach
BEGIN TEST: bigfile  
Fri Mar 28 15:08:32 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing bigfile 23765 after 600
END TEST: bigfile
BEGIN TEST: cleanup  
Fri Mar 28 15:08:32 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Cleanup settings
Thread type: LOCAL
Concurrency: 1
Number of threads: 1
Thread sleep: 10
Main sleep: 5
Cleanup will NOT be called

main() exiting
Killing cleanup 23778 after 600
END TEST: cleanup
BEGIN TEST: cltsrv  
Fri Mar 28 15:08:37 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Client/Server started at(0x8066b58): 15:08:37
Server started at(0x806a3e0): 15:08:38
Client started at(0x806a618): 15:08:38
main(0x8066b58): waiting for execution interval (10 seconds)
Shutting down(0x8066b58): 15:08:48
Client(0x806a618): stopped after 324 operations and 332952 bytes
Server(0x806a3e0): stopped after 325 operations and 334384 bytes
main(0x8066b58): test complete
Test exiting at(0x8066b58): 15:08:48
Killing cltsrv 23791 after 600
END TEST: cltsrv
BEGIN TEST: concur  
Fri Mar 28 15:08:48 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
Killing concur 23804 after 600
END TEST: concur
BEGIN TEST: cvar  
Fri Mar 28 15:08:59 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing cvar 23817 after 600
END TEST: cvar
BEGIN TEST: cvar2  
Fri Mar 28 15:08:59 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib

CondVar Test:

Simple test creates several local and global threads; half use a single,
shared condvar, and the other half have their own condvar. The main
thread then loops notifying them to wakeup.

The timeout test is very similar except that the threads are not
notified. They will all wakeup on a 1 second timeout.

The mixed test combines the simple test and the timeout test; every
third thread is notified, the other threads are expected to timeout
correctly.

Lastly, the combined test creates a thread for each of the above three
cases and they all run simultaneously.

This test is run with 5, 10, 15, and 20 threads of each type.


5 Thread tests
Condvar simple test shared UU: 36.40 usec
Condvar simple test shared UK: 28.90 usec
Condvar simple test priv UU: 187.40 usec
Condvar simple test priv UK: 178.60 usec
Condvar simple test All: 144.80 usec
Condvar timeout test: 584.90 usec

10 Thread tests
Condvar simple test shared UU: 57.50 usec
Condvar simple test shared UK: 56.10 usec
Condvar simple test priv UU: 379.20 usec
Condvar simple test priv UK: 384.90 usec
Condvar simple test All: 416.30 usec
Condvar timeout test: 788.40 usec

15 Thread tests
Condvar simple test shared UU: 74.90 usec
Condvar simple test shared UK: 76.00 usec
Condvar simple test priv UU: 603.20 usec
Condvar simple test priv UK: 707.20 usec
Condvar simple test All: 1668.90 usec
Condvar timeout test: 898.80 usec

20 Thread tests
Condvar simple test shared UU: 106.70 usec
Condvar simple test shared UK: 108.30 usec
Condvar simple test priv UU: 878.80 usec
Condvar simple test priv UK: 996.60 usec
Condvar simple test All: 2258.70 usec
Condvar timeout test: 959.40 usec
PASS
Killing cvar2 23830 after 600
END TEST: cvar2
BEGIN TEST: dlltest  
Fri Mar 28 15:09:00 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
Killing dlltest 23843 after 600
END TEST: dlltest
BEGIN TEST: dtoa  
Fri Mar 28 15:09:00 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
Killing dtoa 23856 after 600
END TEST: dtoa
BEGIN TEST: errcodes  
Fri Mar 28 15:09:01 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib

Number of error codes = 73

PR_OUT_OF_MEMORY_ERROR = -6000
PR_BAD_DESCRIPTOR_ERROR = -5999
PR_WOULD_BLOCK_ERROR = -5998
PR_ACCESS_FAULT_ERROR = -5997
PR_INVALID_METHOD_ERROR = -5996
PR_ILLEGAL_ACCESS_ERROR = -5995
PR_UNKNOWN_ERROR = -5994
PR_PENDING_INTERRUPT_ERROR = -5993
PR_NOT_IMPLEMENTED_ERROR = -5992
PR_IO_ERROR = -5991
PR_IO_TIMEOUT_ERROR = -5990
PR_IO_PENDING_ERROR = -5989
PR_DIRECTORY_OPEN_ERROR = -5988
PR_INVALID_ARGUMENT_ERROR = -5987
PR_ADDRESS_NOT_AVAILABLE_ERROR = -5986
PR_ADDRESS_NOT_SUPPORTED_ERROR = -5985
PR_IS_CONNECTED_ERROR = -5984
PR_BAD_ADDRESS_ERROR = -5983
PR_ADDRESS_IN_USE_ERROR = -5982
PR_CONNECT_REFUSED_ERROR = -5981
PR_NETWORK_UNREACHABLE_ERROR = -5980
PR_CONNECT_TIMEOUT_ERROR = -5979
PR_NOT_CONNECTED_ERROR = -5978
PR_LOAD_LIBRARY_ERROR = -5977
PR_UNLOAD_LIBRARY_ERROR = -5976
PR_FIND_SYMBOL_ERROR = -5975
PR_INSUFFICIENT_RESOURCES_ERROR = -5974
PR_DIRECTORY_LOOKUP_ERROR = -5973
PR_TPD_RANGE_ERROR = -5972
PR_PROC_DESC_TABLE_FULL_ERROR = -5971
PR_SYS_DESC_TABLE_FULL_ERROR = -5970
PR_NOT_SOCKET_ERROR = -5969
PR_NOT_TCP_SOCKET_ERROR = -5968
PR_SOCKET_ADDRESS_IS_BOUND_ERROR = -5967
PR_NO_ACCESS_RIGHTS_ERROR = -5966
PR_OPERATION_NOT_SUPPORTED_ERROR = -5965
PR_PROTOCOL_NOT_SUPPORTED_ERROR = -5964
PR_REMOTE_FILE_ERROR = -5963
PR_BUFFER_OVERFLOW_ERROR = -5962
PR_CONNECT_RESET_ERROR = -5961
PR_RANGE_ERROR = -5960
PR_DEADLOCK_ERROR = -5959
PR_FILE_IS_LOCKED_ERROR = -5958
PR_FILE_TOO_BIG_ERROR = -5957
PR_NO_DEVICE_SPACE_ERROR = -5956
PR_PIPE_ERROR = -5955
PR_NO_SEEK_DEVICE_ERROR = -5954
PR_IS_DIRECTORY_ERROR = -5953
PR_LOOP_ERROR = -5952
PR_NAME_TOO_LONG_ERROR = -5951
PR_FILE_NOT_FOUND_ERROR = -5950
PR_NOT_DIRECTORY_ERROR = -5949
PR_READ_ONLY_FILESYSTEM_ERROR = -5948
PR_DIRECTORY_NOT_EMPTY_ERROR = -5947
PR_FILESYSTEM_MOUNTED_ERROR = -5946
PR_NOT_SAME_DEVICE_ERROR = -5945
PR_DIRECTORY_CORRUPTED_ERROR = -5944
PR_FILE_EXISTS_ERROR = -5943
PR_MAX_DIRECTORY_ENTRIES_ERROR = -5942
PR_INVALID_DEVICE_STATE_ERROR = -5941
PR_DEVICE_IS_LOCKED_ERROR = -5940
PR_NO_MORE_FILES_ERROR = -5939
PR_END_OF_FILE_ERROR = -5938
PR_FILE_SEEK_ERROR = -5937
PR_FILE_IS_BUSY_ERROR = -5936
PR_IN_PROGRESS_ERROR = -5934
PR_ALREADY_INITIATED_ERROR = -5933
PR_GROUP_EMPTY_ERROR = -5932
PR_INVALID_STATE_ERROR = -5931
PR_NETWORK_DOWN_ERROR = -5930
PR_SOCKET_SHUTDOWN_ERROR = -5929
PR_CONNECT_ABORTED_ERROR = -5928
PR_HOST_UNREACHABLE_ERROR = -5927
Killing errcodes 23869 after 600
END TEST: errcodes
BEGIN TEST: exit  
Fri Mar 28 15:09:01 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing exit 23882 after 600
END TEST: exit
BEGIN TEST: fdcach  
Fri Mar 28 15:09:11 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing fdcach 23895 after 600
END TEST: fdcach
BEGIN TEST: fileio  
Fri Mar 28 15:09:11 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing fileio 23908 after 600
END TEST: fileio
BEGIN TEST: foreign  
Fri Mar 28 15:09:11 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing foreign 23921 after 600
END TEST: foreign
BEGIN TEST: forktest  
Fri Mar 28 15:09:15 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Wait one second before connect
Accepting connection at port 34055
Connecting to port 34055
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Fork succeeded. Parent process continues.
Accepting connection at port 34057
Wait one second before connect
Fork succeeded. Child process continues.
Accepting connection at port 34058
Wait one second before connect
Connecting to port 34057
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Connecting to port 34058
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Child process exits.
Parent process exits.
PASSED
Killing forktest 23934 after 600
END TEST: forktest
BEGIN TEST: fsync  
Fri Mar 28 15:09:17 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
10 iterations over a 10 kbyte file: 50 [70] 60
Killing fsync 23948 after 600
END TEST: fsync
BEGIN TEST: getproto  
Fri Mar 28 15:09:17 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
tcp is protocol number 6
udp is protocol number 17
Protocol number 6 is tcp
Protocol number 17 is udp
PASSED
Killing getproto 23961 after 600
END TEST: getproto
BEGIN TEST: i2l  
Fri Mar 28 15:09:17 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
We have long long
Killing i2l 23974 after 600
END TEST: i2l
BEGIN TEST: initclk  
Fri Mar 28 15:09:18 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Elapsed time: 3000 ms, expected time: 3006 ms
PASS
Killing initclk 23987 after 600
END TEST: initclk
BEGIN TEST: inrval  
Fri Mar 28 15:09:21 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
inrval: Examine stdout to determine results.
Overhead of 'PR_Now()' is 1297 nsecs

Overhead of 'PR_IntervalNow()' is 877 nsecs

Overhead of 'PR_Now()' is 1296 nsecs

Overhead of 'PR_IntervalNow()' is 878 nsecs

Killing inrval 24000 after 600
END TEST: inrval
BEGIN TEST: instrumt  
Fri Mar 28 15:10:56 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Test not defined
Killing instrumt 24013 after 600
END TEST: instrumt
BEGIN TEST: intrio  
Fri Mar 28 15:10:56 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
A local thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A local thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
PASSED
Killing intrio 24026 after 600
END TEST: intrio
BEGIN TEST: intrupt  
Fri Mar 28 15:11:16 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
Killing intrupt 24039 after 600
END TEST: intrupt
BEGIN TEST: io_timeout  
Fri Mar 28 15:11:29 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
test with global bound thread
thread id 0, scope GLOBAL_BOUND scope
test with local thread
thread id 0, scope GLOBAL scope
test with global thread
thread id 0, scope GLOBAL scope
Killing io_timeout 24052 after 600
END TEST: io_timeout
BEGIN TEST: ioconthr  
Fri Mar 28 15:11:36 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Interrupting the threads
Threads terminated in 3002 milliseconds
PASS
Killing ioconthr 24065 after 600
END TEST: ioconthr
BEGIN TEST: join  
Fri Mar 28 15:11:41 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
User-User test
User-Kernel test
Kernel-User test
Kernel-Kernel test
Join with unjoinable thread
PASSED
Killing join 24078 after 600
END TEST: join
BEGIN TEST: joinkk  
Fri Mar 28 15:11:41 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing joinkk 24091 after 600
END TEST: joinkk
BEGIN TEST: joinku  
Fri Mar 28 15:11:41 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing joinku 24104 after 600
END TEST: joinku
BEGIN TEST: joinuk  
Fri Mar 28 15:11:41 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing joinuk 24117 after 600
END TEST: joinuk
BEGIN TEST: joinuu  
Fri Mar 28 15:11:42 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing joinuu 24130 after 600
END TEST: joinuu
BEGIN TEST: layer  
Fri Mar 28 15:11:42 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Beginning layered test with new style stack
Ending layered test
Killing layer 24143 after 600
END TEST: layer
BEGIN TEST: lazyinit  
Fri Mar 28 15:11:42 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing lazyinit 24156 after 600
END TEST: lazyinit
BEGIN TEST: lltest  
Fri Mar 28 15:11:42 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing lltest 24169 after 600
END TEST: lltest
BEGIN TEST: lock  
Fri Mar 28 15:11:42 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing lock 24182 after 600
END TEST: lock
BEGIN TEST: lockfile  
Fri Mar 28 15:12:01 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing lockfile 24195 after 600
END TEST: lockfile
BEGIN TEST: logger  
Fri Mar 28 15:12:06 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing logger 24208 after 600
END TEST: logger
BEGIN TEST: many_cv  
Fri Mar 28 15:12:16 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Settings
Conditions / lock: 10
Loops to run test: 1
PASS
Killing many_cv 24221 after 600
END TEST: many_cv
BEGIN TEST: multiwait  
Fri Mar 28 15:12:16 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
OneInThenCancelled()
OneOpOneThread()
ManyOpOneThread()
SomeOpsSomeThreads()
RealOneGroupIO()
RealOneGroupIO Enumerated 0 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
Killing multiwait 24234 after 600
END TEST: multiwait
BEGIN TEST: nameshm1  
Fri Mar 28 15:13:40 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing nameshm1 24247 after 600
END TEST: nameshm1
BEGIN TEST: nonblock  
Fri Mar 28 15:13:44 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
The serveclient thread created.
accept: EWOULDBLOCK, good
client connected
accept: succeeded, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
All tests finished
PASS
Killing nonblock 24261 after 600
END TEST: nonblock
BEGIN TEST: nblayer  
Fri Mar 28 15:13:46 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Ending layered test
Killing nblayer 24274 after 600
END TEST: nblayer
BEGIN TEST: ntioto  
Fri Mar 28 15:13:47 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing ntioto 24287 after 600
END TEST: ntioto
BEGIN TEST: ntoh  
Fri Mar 28 15:13:47 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
2 1
1 2
2 1
4 3 2 1
1 2 3 4
4 3 2 1
8 7 6 5 4 3 2 1
1 2 3 4 5 6 7 8
8 7 6 5 4 3 2 1
PASS
Killing ntoh 24300 after 600
END TEST: ntoh
BEGIN TEST: op_2long  
Fri Mar 28 15:13:47 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 78
PASS
Killing op_2long 24313 after 600
END TEST: op_2long
BEGIN TEST: op_excl  
Fri Mar 28 15:13:47 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing op_excl 24326 after 600
END TEST: op_excl
BEGIN TEST: op_filnf  
Fri Mar 28 15:13:47 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
error code is -5950
PASS
Killing op_filnf 24339 after 600
END TEST: op_filnf
BEGIN TEST: op_filok  
Fri Mar 28 15:13:47 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Test passed
Killing op_filok 24352 after 600
END TEST: op_filok
BEGIN TEST: op_nofil  
Fri Mar 28 15:13:48 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
error code is PR_FILE_NOT_FOUND_ERROR, as expected
PASS
Killing op_nofil 24365 after 600
END TEST: op_nofil
BEGIN TEST: parent  
Fri Mar 28 15:13:48 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing parent 24378 after 600
END TEST: parent
BEGIN TEST: peek  
Fri Mar 28 15:13:48 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: peek
BEGIN TEST: perf  
Fri Mar 28 15:13:48 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
local procedure call overhead: 0.04 usec
DLL procedure call overhead: 0.07 usec
current calendar time: 1.32 usec
interval time: 0.88 usec
idle lock lock/unlock pair: 0.36 usec
idle monitor entry/exit pair: 0.57 usec
idle cache monitor entry/exit pair: 1.47 usec
create/destroy thread pair: 208.25 usec
context switch - user/user: 4.73 usec
context switch - user/kernel: 4.63 usec
context switch - kernel/user: 4.63 usec
context switch - kernel/kernel: 6.64 usec
sema context switch - user/user: 5.61 usec
sema context switch - user/kernel: 5.55 usec
sema context switch - kernel/user: 5.58 usec
sema context switch - kernel/kernel: 5.56 usec
--------------
Adding 7 additional CPUs
--------------
local procedure call overhead: 0.04 usec
DLL procedure call overhead: 0.04 usec
current calendar time: 1.31 usec
interval time: 0.88 usec
idle lock lock/unlock pair: 0.35 usec
idle monitor entry/exit pair: 0.56 usec
idle cache monitor entry/exit pair: 1.46 usec
create/destroy thread pair: 187.21 usec
context switch - user/user: 19.15 usec
context switch - user/kernel: 18.02 usec
context switch - kernel/user: 17.62 usec
context switch - kernel/kernel: 18.18 usec
sema context switch - user/user: 19.47 usec
sema context switch - user/kernel: 18.59 usec
sema context switch - kernel/user: 18.43 usec
sema context switch - kernel/kernel: 19.03 usec
Killing perf 24397 after 600
END TEST: perf
BEGIN TEST: pipeping  
Fri Mar 28 15:13:49 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
Killing pipeping 24410 after 600
END TEST: pipeping
BEGIN TEST: pipeping2  
Fri Mar 28 15:13:49 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
Killing pipeping2 24424 after 600
END TEST: pipeping2
BEGIN TEST: pipeself  
Fri Mar 28 15:13:49 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
PR_Available: expected 250, got 250 bytes
PR_Available: expected 243, got 243 bytes
PR_Available: expected 0, got 0 bytes
PASS
Killing pipeself 24438 after 600
END TEST: pipeself
BEGIN TEST: poll_nm  
Fri Mar 28 15:13:50 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing poll_nm 24451 after 600
END TEST: poll_nm
BEGIN TEST: poll_to  
Fri Mar 28 15:13:50 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing poll_to 24464 after 600
END TEST: poll_to
BEGIN TEST: pollable  
Fri Mar 28 15:13:55 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
Killing pollable 24477 after 600
END TEST: pollable
BEGIN TEST: prftest  
Fri Mar 28 15:13:55 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PR_snprintf test 1 passed
PR_snprintf test 2 passed
Killing prftest 24490 after 600
END TEST: prftest
BEGIN TEST: primblok  
Fri Mar 28 15:13:55 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
This test is not relevant on this platform
Killing primblok 24503 after 600
END TEST: primblok
BEGIN TEST: provider  
Fri Mar 28 15:13:55 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: provider
BEGIN TEST: prpollml  
Fri Mar 28 15:13:55 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing prpollml 24521 after 600
END TEST: prpollml
BEGIN TEST: prpoll  
Fri Mar 28 15:14:36 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
This program tests PR_Poll with sockets.
Timeout, error reporting, and normal operation are tested.

The server thread is listening on ports 34362, 34363 and 34364

PR_Poll should time out in 5 seconds
PR_Poll timed out. Test passed.

PR_Poll should detect a bad file descriptor
Three client threads are created. Each of them will
send data to one of the three ports the server is listening on.
The data they send is the port number. Each of them send
the data five times, so you should see ten lines below,
interleaved in an arbitrary order.
The server received "34362" from a client
The server received "34363" from a client
The server received "34362" from a client
The server received "34363" from a client
Server read 128 bytes from native fd 12
The server received "34364" from a client
The server received "34362" from a client
The server received "34363" from a client
Server read 128 bytes from native fd 13
The server received "34364" from a client
The server received "34362" from a client
The server received "34363" from a client
Server read 128 bytes from native fd 11
The server received "34364" from a client
The server received "34362" from a client
The server received "34363" from a client
Server read 128 bytes from native fd 12
The server received "34364" from a client
Server read 128 bytes from native fd 6
The server received "34364" from a client
All tests finished
Killing prpoll 24534 after 600
END TEST: prpoll
BEGIN TEST: randseed  
Fri Mar 28 15:14:41 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing randseed 24547 after 600
END TEST: randseed
BEGIN TEST: ranfile  
Fri Mar 28 15:14:42 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing ranfile 24560 after 600
END TEST: ranfile
BEGIN TEST: rwlocktest  
Fri Mar 28 15:15:02 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing rwlocktest 24573 after 600
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Fri Mar 28 15:15:02 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Running test for 5 iterations with 10 simultaneous threads.
Will send 8192 bytes of client data and 131072 bytes of server data
TEST COMPLETE!
Server results:

----------
server per thread totals 0 63796 1620 9105 868
server per thread elapsed time 75389
----------
Client results:

----------
client per thread totals 0 2135 778 40888 1183
client per thread elapsed time 44984
select loop user/user: 24938.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 119546 2916 25838 1734
server per thread elapsed time 150034
----------
Client results:

----------
client per thread totals 10 5865 3611 74939 7948
client per thread elapsed time 92363
select loop user/kernel: 22322.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 159679 3823 35224 3941
server per thread elapsed time 202667
----------
Client results:

----------
client per thread totals 10 13728 7453 101102 9496
client per thread elapsed time 131779
select loop kernel/user: 22462.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 20 202621 4343 45899 5464
server per thread elapsed time 258327
----------
Client results:

----------
client per thread totals 20 18429 9566 141123 10863
client per thread elapsed time 179981
select loop kernel/kernel: 22376.00 usec
Killing sel_spd 24586 after 600
END TEST: sel_spd
BEGIN TEST: selct_er  
Fri Mar 28 15:15:03 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing selct_er 24599 after 600
END TEST: selct_er
BEGIN TEST: selct_nm  
Fri Mar 28 15:15:03 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing selct_nm 24612 after 600
END TEST: selct_nm
BEGIN TEST: selct_to  
Fri Mar 28 15:15:03 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing selct_to 24625 after 600
END TEST: selct_to
BEGIN TEST: selintr  
Fri Mar 28 15:15:08 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
select returned 0
Killing selintr 24638 after 600
END TEST: selintr
BEGIN TEST: sema  
Fri Mar 28 15:15:10 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing sema 24651 after 600
END TEST: sema
BEGIN TEST: semaerr  
Fri Mar 28 15:15:11 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
PASS
Killing semaerr 24664 after 600
END TEST: semaerr
BEGIN TEST: semaping  
Fri Mar 28 15:15:11 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
warning: removed semaphore /tmp/bar.sem left over from previous run
PASS
PASS
Killing semaping 24678 after 600
END TEST: semaping
BEGIN TEST: sendzlf  
Fri Mar 28 15:15:12 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing sendzlf 24692 after 600
END TEST: sendzlf
BEGIN TEST: server_test  
Fri Mar 28 15:15:12 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing server_test 24705 after 600
END TEST: server_test
BEGIN TEST: servr_uu  
Fri Mar 28 15:15:12 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing servr_uu 24718 after 600
END TEST: servr_uu
BEGIN TEST: servr_ku  
Fri Mar 28 15:15:13 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing servr_ku 24731 after 600
END TEST: servr_ku
BEGIN TEST: servr_uk  
Fri Mar 28 15:15:13 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing servr_uk 24744 after 600
END TEST: servr_uk
BEGIN TEST: servr_kk  
Fri Mar 28 15:15:13 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing servr_kk 24757 after 600
END TEST: servr_kk
BEGIN TEST: short_thread  
Fri Mar 28 15:15:13 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing short_thread 24770 after 600
END TEST: short_thread
BEGIN TEST: sigpipe  
Fri Mar 28 15:15:13 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
write to broken pipe failed with EPIPE, as expected
write to broken pipe failed with EPIPE, as expected
PASSED
Killing sigpipe 24783 after 600
END TEST: sigpipe
BEGIN TEST: socket  
Fri Mar 28 15:15:14 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
END TEST: socket
BEGIN TEST: sockopt  
Fri Mar 28 15:15:14 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
Killing sockopt 24801 after 600
END TEST: sockopt
BEGIN TEST: sockping  
Fri Mar 28 15:15:14 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
Killing sockping 24814 after 600
END TEST: sockping
BEGIN TEST: sprintf  
Fri Mar 28 15:15:14 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing sprintf 24828 after 600
END TEST: sprintf
BEGIN TEST: stack  
Fri Mar 28 15:15:15 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
Killing stack 24841 after 600
END TEST: stack
BEGIN TEST: stdio  
Fri Mar 28 15:15:22 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
This to standard out
This to standard err
Killing stdio 24854 after 600
END TEST: stdio
BEGIN TEST: str2addr  
Fri Mar 28 15:15:22 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing str2addr 24867 after 600
END TEST: str2addr
BEGIN TEST: strod  
Fri Mar 28 15:15:22 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Settings
Number to translate 1234567890123456789
Loops to run test: 1
Translation = 1234567890123456768
Killing strod 24880 after 600
END TEST: strod
BEGIN TEST: switch  
Fri Mar 28 15:15:22 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
Killing switch 24893 after 600
END TEST: switch
BEGIN TEST: system  
Fri Mar 28 15:15:23 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PR_SI_HOSTNAME: tommy
PR_SI_SYSNAME: SunOS
PR_SI_RELEASE: 5.8
PR_SI_ARCHITECTURE: x86
Host page size is 4096
Page shift is 12
Number of processors is: 2
Killing system 24906 after 600
END TEST: system
BEGIN TEST: testbit  
Fri Mar 28 15:15:23 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
Killing testbit 24919 after 600
END TEST: testbit
BEGIN TEST: testfile  
Fri Mar 28 15:15:23 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
File Test passed
Dir Test passed
Killing testfile 24932 after 600
END TEST: testfile
BEGIN TEST: threads  
Fri Mar 28 15:15:24 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASS
Killing threads 24945 after 600
END TEST: threads
BEGIN TEST: timemac  
Fri Mar 28 15:15:25 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Fri Mar 28 23:15:26 UTC 2003
Current local time is Fri Mar 28 15:15:26 -0800 2003
GMT offset is -28800, DST offset is 0
Please examine the results
Killing timemac 24958 after 600
END TEST: timemac
BEGIN TEST: timetest  
Fri Mar 28 15:15:26 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing timetest 24971 after 600
END TEST: timetest
BEGIN TEST: tpd  
Fri Mar 28 15:17:48 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
Killing tpd 24985 after 600
END TEST: tpd
BEGIN TEST: udpsrv  
Fri Mar 28 15:17:49 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Killing udpsrv 24998 after 600
END TEST: udpsrv
BEGIN TEST: vercheck  
Fri Mar 28 15:17:49 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
NSPR release 4.3:
Compatible with version 4.0
Compatible with version 4.0.1
Compatible with version 4.1
Compatible with version 4.1.1
Compatible with version 4.1.2
Compatible with version 4.1.3
Compatible with version 4.2
Compatible with version 4.2.1
Compatible with version 4.2.2
Compatible with version 4.3
Incompatible with version 2.1 19980529
Incompatible with version 3.0
Incompatible with version 3.0.1
Incompatible with version 3.1
Incompatible with version 3.1.1
Incompatible with version 3.1.2
Incompatible with version 3.1.3
Incompatible with version 3.5
Incompatible with version 3.5.1
Incompatible with version 4.3.3
Incompatible with version 4.4
Incompatible with version 4.4.1
Incompatible with version 10.0
Incompatible with version 11.1
Incompatible with version 12.14.20
PASS
Killing vercheck 25011 after 600
END TEST: vercheck
BEGIN TEST: version  
Fri Mar 28 15:17:49 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Runtime library version information
Build time: 27 Mar 2003 12:53:21 GMT
Build time: 2003-03-27 04:53:21
Portable runtime V4.3.0 ()
filename: libplc4.so
security: N/A
copyright: Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved
comment: http://www.mozilla.org/MPL/
Killing version 25024 after 600
END TEST: version
BEGIN TEST: writev  
Fri Mar 28 15:17:49 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
PASSED
Killing writev 25037 after 600
END TEST: writev
BEGIN TEST: xnotify  
Fri Mar 28 15:17:50 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
Done!
Killing xnotify 25050 after 600
END TEST: xnotify
BEGIN TEST: zerolen  
Fri Mar 28 15:17:50 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib
calling PR_Writev with a zero-length buffer
calling PR_Write with a zero-length buffer
calling PR_Send with a zero-length buffer
PASS
Killing zerolen 25063 after 600
END TEST: zerolen