BEGIN TEST: accept  
Fri Mar 28 14:59:20 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
Killing accept 3569 after 600
END TEST: accept
BEGIN TEST: acceptread  
Fri Mar 28 14:59:27 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0xfe7f1b90)127.0.0.1:55275
(Server) read [0xfe7f1b17..0xfe7f1b8c) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0xfe7f1b90)127.0.0.1:55276
(Server) read [0xfe7f1b17..0xfe7f1b8c) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0xfe7f1b90)127.0.0.1:55277
(Server) read [0xfe7f1b17..0xfe7f1b8c) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0xfe7f1b90)127.0.0.1:55278
(Server) read [0xfe7f1b17..0xfe7f1b8c) GET / HTTP/1.0


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


Testing w/ write_dally = 2000 msec
PR_Recv (client) succeeded: 0 bytes

PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
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 3731 after 600
END TEST: acceptread
BEGIN TEST: acceptreademu  
Fri Mar 28 14:59:38 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0xfe7f1b90)127.0.0.1:55281
(Server) read [0xfe7f1b17..0xfe7f1b8c) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0xfe7f1b90)127.0.0.1:55282
(Server) read [0xfe7f1b17..0xfe7f1b8c) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0xfe7f1b90)127.0.0.1:55283
(Server) read [0xfe7f1b17..0xfe7f1b8c) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0xfe7f1b90)127.0.0.1:55284
(Server) read [0xfe7f1b17..0xfe7f1b8c) 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 3874 after 600
END TEST: acceptreademu
BEGIN TEST: affinity  
Fri Mar 28 14:59:50 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 3976 after 600
END TEST: affinity
BEGIN TEST: alarm  
Fri Mar 28 14:59:50 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing alarm 3995 after 600
END TEST: alarm
BEGIN TEST: anonfm  
Fri Mar 28 15:00:54 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing anonfm 4749 after 600
END TEST: anonfm
BEGIN TEST: atomic  
Fri Mar 28 15:00:55 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 4774 after 600
END TEST: atomic
BEGIN TEST: attach  
Fri Mar 28 15:00:56 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing attach 4795 after 600
END TEST: attach
BEGIN TEST: bigfile  
Fri Mar 28 15:00:57 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing bigfile 4818 after 600
END TEST: bigfile
BEGIN TEST: cleanup  
Fri Mar 28 15:00:59 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 4838 after 600
END TEST: cleanup
BEGIN TEST: cltsrv  
Fri Mar 28 15:01:04 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib

PThread Statistics
started: 15:01:05[10]
locks [created: 12, destroyed: 2]
locks [acquired: 3309, released: 3309]
cvars [created: 7, destroyed: 5]
cvars [notified: 241, delayed_delete: 0]
Client/Server started at(0x29e50): 15:01:05
Server started at(0x2cd80): 15:01:05
main(0x29e50): waiting for execution interval (10 seconds)
Client started at(0x2cfc0): 15:01:05
Shutting down(0x29e50): 15:01:15
Client(0x2cfc0): stopped after 233 operations and 236288 bytes
Server(0x2cd80): stopped after 234 operations and 237566 bytes
main(0x29e50): test complete
Test exiting at(0x29e50): 15:01:15
Killing cltsrv 4906 after 600
END TEST: cltsrv
BEGIN TEST: concur  
Fri Mar 28 15:01:15 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASSED
Killing concur 5054 after 600
END TEST: concur
BEGIN TEST: cvar  
Fri Mar 28 15:01:27 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing cvar 5240 after 600
END TEST: cvar
BEGIN TEST: cvar2  
Fri Mar 28 15:01:27 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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: 75.90 usec
Condvar simple test shared UK: 54.10 usec
Condvar simple test priv UU: 118.10 usec
Condvar simple test priv UK: 117.10 usec
Condvar simple test All: 191.10 usec
Condvar timeout test: 694.10 usec

10 Thread tests
Condvar simple test shared UU: 110.10 usec
Condvar simple test shared UK: 120.20 usec
Condvar simple test priv UU: 671.20 usec
Condvar simple test priv UK: 660.90 usec
Condvar simple test All: 747.20 usec
Condvar timeout test: 861.20 usec

15 Thread tests
Condvar simple test shared UU: 168.60 usec
Condvar simple test shared UK: 160.80 usec
Condvar simple test priv UU: 981.00 usec
Condvar simple test priv UK: 1619.30 usec
Condvar simple test All: 4833.80 usec
Condvar timeout test: 1033.90 usec

20 Thread tests
Condvar simple test shared UU: 535.70 usec
Condvar simple test shared UK: 221.10 usec
Condvar simple test priv UU: 1851.00 usec
Condvar simple test priv UK: 2656.20 usec
Condvar simple test All: 4791.00 usec
Condvar timeout test: 1238.90 usec
PASS
Killing cvar2 5260 after 600
END TEST: cvar2
BEGIN TEST: dlltest  
Fri Mar 28 15:01:31 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASSED
Killing dlltest 5298 after 600
END TEST: dlltest
BEGIN TEST: dtoa  
Fri Mar 28 15:01:31 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASSED
Killing dtoa 5322 after 600
END TEST: dtoa
BEGIN TEST: errcodes  
Fri Mar 28 15:01:32 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 5349 after 600
END TEST: errcodes
BEGIN TEST: exit  
Fri Mar 28 15:01:33 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing exit 5374 after 600
END TEST: exit
BEGIN TEST: fdcach  
Fri Mar 28 15:01:43 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
Killing fdcach 5528 after 600
END TEST: fdcach
BEGIN TEST: fileio  
Fri Mar 28 15:01:44 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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
END TEST: fileio
BEGIN TEST: foreign  
Killing fileio 5542 after 600
Fri Mar 28 15:01:44 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing foreign 5571 after 600
END TEST: foreign
BEGIN TEST: forktest  
Fri Mar 28 15:01:48 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Accepting connection at port 55525
Wait one second before connect
Connecting to port 55525
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Fork succeeded. Parent process continues.
Wait one second before connect
Accepting connection at port 55527
Fork succeeded. Child process continues.
Accepting connection at port 55528
Wait one second before connect
Connecting to port 55527
Writing message "Hello world!"
Received "Hello world!" from the client
Connecting to port 55528
The message is received correctly
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Child process exits.
Parent process exits.
PASSED
Killing forktest 5621 after 600
END TEST: forktest
BEGIN TEST: fsync  
Fri Mar 28 15:01:51 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
10 iterations over a 10 kbyte file: 130 [160] 200
Killing fsync 5655 after 600
END TEST: fsync
BEGIN TEST: getproto  
Fri Mar 28 15:01:52 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 5685 after 600
END TEST: getproto
BEGIN TEST: i2l  
Fri Mar 28 15:01:52 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
We have long long
Killing i2l 5698 after 600
END TEST: i2l
BEGIN TEST: initclk  
Fri Mar 28 15:01:53 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Elapsed time: 3000 ms, expected time: 3007 ms
PASS
Killing initclk 5734 after 600
END TEST: initclk
BEGIN TEST: inrval  
Fri Mar 28 15:01:56 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
inrval: Examine stdout to determine results.
Overhead of 'PR_Now()' is 1178 nsecs

Overhead of 'PR_IntervalNow()' is 1239 nsecs

Overhead of 'PR_Now()' is 782 nsecs

Overhead of 'PR_IntervalNow()' is 633 nsecs

Killing inrval 5802 after 600
END TEST: inrval
BEGIN TEST: instrumt  
Fri Mar 28 15:03:31 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
Killing instrumt 6677 after 600
END TEST: instrumt
BEGIN TEST: intrio  
Fri Mar 28 15:03:32 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 6697 after 600
END TEST: intrio
BEGIN TEST: intrupt  
Fri Mar 28 15:03:53 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASSED
Killing intrupt 6763 after 600
END TEST: intrupt
BEGIN TEST: io_timeout  
Fri Mar 28 15:04:07 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 6848 after 600
END TEST: io_timeout
BEGIN TEST: ioconthr  
Fri Mar 28 15:04:13 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Interrupting the threads
Threads terminated in 3003 milliseconds
PASS
Killing ioconthr 6942 after 600
END TEST: ioconthr
BEGIN TEST: join  
Fri Mar 28 15:04:19 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
User-User test
User-Kernel test
Kernel-User test
Kernel-Kernel test
Join with unjoinable thread
PASSED
Killing join 7037 after 600
END TEST: join
BEGIN TEST: joinkk  
Fri Mar 28 15:04:19 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
Killing joinkk 7050 after 600
END TEST: joinkk
BEGIN TEST: joinku  
Fri Mar 28 15:04:19 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
Killing joinku 7063 after 600
END TEST: joinku
BEGIN TEST: joinuk  
Fri Mar 28 15:04:19 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
Killing joinuk 7078 after 600
END TEST: joinuk
BEGIN TEST: joinuu  
Fri Mar 28 15:04:20 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
/u/svbld/ns/securityqa/nsprqa: usage: kill [ [ -sig ] id ... | -l ]
END TEST: joinuu
BEGIN TEST: layer  
Fri Mar 28 15:04:20 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 7118 after 600
END TEST: layer
BEGIN TEST: lazyinit  
Fri Mar 28 15:04:20 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing lazyinit 7133 after 600
END TEST: lazyinit
BEGIN TEST: lltest  
Fri Mar 28 15:04:21 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
Killing lltest 7146 after 600
END TEST: lltest
BEGIN TEST: lock  
Fri Mar 28 15:04:21 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
Killing lock 7159 after 600
END TEST: lock
BEGIN TEST: lockfile  
Fri Mar 28 15:04:39 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing lockfile 7490 after 600
END TEST: lockfile
BEGIN TEST: logger  
Fri Mar 28 15:04:44 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing logger 7737 after 600
END TEST: logger
BEGIN TEST: many_cv  
Fri Mar 28 15:04:55 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Settings
Conditions / lock: 10
Loops to run test: 1

PThread Statistics
started: 15:04:55[0]
locks [created: 11, destroyed: 1]
locks [acquired: 9, released: 9]
cvars [created: 12, destroyed: 10]
cvars [notified: 10, delayed_delete: 0]
PASS
Killing many_cv 8172 after 600
END TEST: many_cv
BEGIN TEST: multiwait  
Fri Mar 28 15:04:56 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 8235 after 600
END TEST: multiwait
BEGIN TEST: nameshm1  
Fri Mar 28 15:06:19 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
END TEST: nameshm1
BEGIN TEST: nonblock  
Fri Mar 28 15:06:19 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 11802 after 600
END TEST: nonblock
BEGIN TEST: nblayer  
Fri Mar 28 15:06:21 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Ending layered test
Killing nblayer 11815 after 600
END TEST: nblayer
BEGIN TEST: ntioto  
Fri Mar 28 15:06:21 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing ntioto 11828 after 600
END TEST: ntioto
BEGIN TEST: ntoh  
Fri Mar 28 15:06:22 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
1 2
1 2
1 2
1 2 3 4
1 2 3 4
1 2 3 4
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
PASS
Killing ntoh 11854 after 600
END TEST: ntoh
BEGIN TEST: op_2long  
Fri Mar 28 15:06:23 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 78
PASS
Killing op_2long 11868 after 600
END TEST: op_2long
BEGIN TEST: op_excl  
Fri Mar 28 15:06:23 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing op_excl 11901 after 600
END TEST: op_excl
BEGIN TEST: op_filnf  
Fri Mar 28 15:06:23 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
error code is -5950
PASS
Killing op_filnf 11940 after 600
END TEST: op_filnf
BEGIN TEST: op_filok  
Fri Mar 28 15:06:24 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Test passed
Killing op_filok 11988 after 600
END TEST: op_filok
BEGIN TEST: op_nofil  
Fri Mar 28 15:06:24 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
error code is PR_FILE_NOT_FOUND_ERROR, as expected
PASS
END TEST: op_nofil
Killing op_nofil 12015 after 600
BEGIN TEST: parent  
Fri Mar 28 15:06:25 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing parent 12064 after 600
END TEST: parent
BEGIN TEST: peek  
Fri Mar 28 15:06:26 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
END TEST: peek
BEGIN TEST: perf  
Fri Mar 28 15:06:26 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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.08 usec
DLL procedure call overhead: 0.18 usec
current calendar time: 0.61 usec
interval time: 0.64 usec
idle lock lock/unlock pair: 0.99 usec
idle monitor entry/exit pair: 1.59 usec
idle cache monitor entry/exit pair: 4.36 usec
create/destroy thread pair: 275.55 usec
context switch - user/user: 12.49 usec
context switch - user/kernel: 11.37 usec
context switch - kernel/user: 14.50 usec
context switch - kernel/kernel: 13.51 usec
sema context switch - user/user: 14.45 usec
sema context switch - user/kernel: 13.66 usec
sema context switch - kernel/user: 14.34 usec
sema context switch - kernel/kernel: 13.95 usec
--------------
Adding 7 additional CPUs
--------------
local procedure call overhead: 0.07 usec
DLL procedure call overhead: 0.14 usec
current calendar time: 0.51 usec
interval time: 0.61 usec
idle lock lock/unlock pair: 0.95 usec
idle monitor entry/exit pair: 1.60 usec
idle cache monitor entry/exit pair: 4.41 usec
create/destroy thread pair: 281.36 usec
context switch - user/user: 59.30 usec
context switch - user/kernel: 31.40 usec
context switch - kernel/user: 51.46 usec
context switch - kernel/kernel: 46.49 usec
sema context switch - user/user: 44.92 usec
sema context switch - user/kernel: 41.84 usec
sema context switch - kernel/user: 37.85 usec
sema context switch - kernel/kernel: 36.67 usec
Killing perf 12112 after 600
END TEST: perf
BEGIN TEST: pipeping  
Fri Mar 28 15:06:27 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 12142 after 600
END TEST: pipeping
BEGIN TEST: pipeping2  
Fri Mar 28 15:06:28 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 12160 after 600
END TEST: pipeping2
BEGIN TEST: pipeself  
Fri Mar 28 15:06:29 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 12176 after 600
END TEST: pipeself
BEGIN TEST: poll_nm  
Fri Mar 28 15:06:29 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
END TEST: poll_nm
BEGIN TEST: poll_to  
Fri Mar 28 15:06:30 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing poll_nm 12189 after 600
Killing poll_to 12202 after 600
END TEST: poll_to
BEGIN TEST: pollable  
Fri Mar 28 15:06:36 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASSED
Killing pollable 12233 after 600
END TEST: pollable
BEGIN TEST: prftest  
Fri Mar 28 15:06:36 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PR_snprintf test 1 passed
PR_snprintf test 2 passed
Killing prftest 12252 after 600
END TEST: prftest
BEGIN TEST: primblok  
Fri Mar 28 15:06:37 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
This test is not relevant on this platform
Killing primblok 12267 after 600
END TEST: primblok
BEGIN TEST: provider  
Fri Mar 28 15:06:38 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib

pthread Statistics
started: 15:06:39[15]
locks [created: 12, destroyed: 2]
locks [acquired: 4479, released: 4479]
cvars [created: 7, destroyed: 5]
cvars [notified: 324, delayed_delete: 0]
Client/Server started at(0x2a4c8): 15:06:39
Server started at(0x2d3c8): 15:06:39
main(0x2a4c8): waiting for execution interval (10 seconds)
Client started at(0x2d538): 15:06:39
Shutting down(0x2a4c8): 15:06:49
Client(0x2d538): stopped after 318 operations and 326346 bytes
Server(0x2d3c8): stopped after 318 operations and 326346 bytes
main(0x2a4c8): test complete
Test exiting at(0x2a4c8): 15:06:54
Killing provider 12285 after 600
END TEST: provider
BEGIN TEST: prpollml  
Fri Mar 28 15:06:54 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
Killing prpollml 12397 after 600
END TEST: prpollml
BEGIN TEST: prpoll  
Fri Mar 28 15:07:35 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 56191, 56192 and 56193

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 "56191" from a client
Server read 128 bytes from native fd 8
The server received "56193" from a client
The server received "56191" from a client
The server received "56192" from a client
Server read 128 bytes from native fd 12
The server received "56193" from a client
The server received "56191" from a client
The server received "56192" from a client
Server read 128 bytes from native fd 13
The server received "56193" from a client
The server received "56191" from a client
The server received "56192" from a client
Server read 128 bytes from native fd 11
The server received "56193" from a client
The server received "56191" from a client
The server received "56192" from a client
Server read 128 bytes from native fd 12
The server received "56193" from a client
The server received "56192" from a client
All tests finished
Killing prpoll 12831 after 600
END TEST: prpoll
BEGIN TEST: randseed  
Fri Mar 28 15:07:40 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing randseed 12900 after 600
END TEST: randseed
BEGIN TEST: ranfile  
Fri Mar 28 15:07:41 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
Killing ranfile 12929 after 600
END TEST: ranfile
BEGIN TEST: rwlocktest  
Fri Mar 28 15:08:02 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
Killing rwlocktest 13286 after 600
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Fri Mar 28 15:08:04 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 151624
client thread 0 socket connected 151624
client thread 0 socket wrote 8192
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 151688
client thread 1 socket connected 151688
client thread 1 socket wrote 8192
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 151752
client thread 2 socket connected 151752
client thread 2 socket wrote 8192
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 151816
client thread 3 socket connected 151816
client thread 3 socket wrote 8192
server thread 3 got connection 151880
server thread 0 got connection 151944
server thread 3 read 8192 bytes
server thread 0 read 8192 bytes
server thread 3 write 131072 bytes
server: 8170 180 3300 180 11830
server thread 3 loop 1
server thread 1 got connection 151880
server thread 1 read 8192 bytes
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 151816
client thread 3 socket connected 151816
client thread 3 socket wrote 8192
server thread 3 got connection 152008
server thread 3 read 8192 bytes
server thread 1 write 131072 bytes
server: 13880 60 3550 100 17590
server thread 1 loop 1
client thread 1 socket read 131072
server thread 3 write 131072 bytes
client thread 3 socket read 131072
server: 2360 70 2970 120 5520
server thread 3 loop 2
client thread 3 loop 2
client thread 3 socket created 151880
client thread 3 socket connected 151880
client thread 3 socket wrote 8192
server thread 3 got connection 152008
server thread 3 read 8192 bytes
client thread 1 loop 1
client thread 1 socket created 151816
client thread 1 socket connected 151816
client thread 1 socket wrote 8192
server thread 1 got connection 151688
server thread 1 read 8192 bytes
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 152072
client thread 4 socket connected 152072
client thread 4 socket wrote 8192
server thread 4 got connection 152136
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
client thread 4 socket read 131072
server: 20060 210 2860 140 23270
server thread 4 loop 1
client thread 4 loop 1
client thread 4 socket created 152136
server thread 3 write 131072 bytes
client thread 4 socket connected 152136
server: 570 60 5840 110 6580
server thread 3 loop 3
client thread 4 socket wrote 8192
server thread 4 got connection 152072
client thread 3 socket read 131072
server thread 4 read 8192 bytes
client thread 3 loop 3
client thread 3 socket created 152008
client thread 3 socket connected 152008
client thread 3 socket wrote 8192
server thread 3 got connection 151880
server thread 3 read 8192 bytes
server thread 1 write 131072 bytes
server: 2890 70 7480 110 10550
server thread 1 loop 2
client thread 1 socket read 131072
client thread 1 loop 2
server thread 4 write 131072 bytes
client thread 1 socket created 151688
server: 730 70 2470 110 3380
server thread 4 loop 2
client thread 1 socket connected 151688
client thread 1 socket wrote 8192
server thread 1 got connection 151816
server thread 1 read 8192 bytes
server thread 3 write 131072 bytes
server: 1580 60 2170 120 3930
server thread 3 loop 4
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 152072
client thread 3 socket connected 152072
client thread 3 socket wrote 8192
server thread 1 write 131072 bytes
server: 1200 70 1620 110 3000
server thread 1 loop 3
server thread 3 got connection 151880
client thread 6 alive
server thread 3 read 8192 bytes
client thread 6 loop 0
client thread 6 socket created 152008
client thread 6 socket connected 152008
client thread 6 socket wrote 8192
client thread 8 alive
client thread 8 loop 0
client thread 8 socket created 151816
client thread 8 socket connected 151816
server thread 6 got connection 152200
server thread 6 read 8192 bytes
client thread 8 socket wrote 8192
client thread 9 alive
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 151688
client thread 1 socket connected 151688
client thread 1 socket wrote 8192
server thread 3 write 131072 bytes
server: 2350 130 2400 110 4990
client thread 4 socket read 131072
client thread 9 loop 0
client thread 4 loop 2
client thread 7 alive
client thread 4 socket created 152136
client thread 4 socket connected 152136
client thread 9 socket created 151880
client thread 4 socket wrote 8192
client thread 9 socket connected 151880
client thread 7 loop 0
client thread 3 socket read 131072
client thread 7 socket created 152264
Thread 3 EXIT
client thread 7 socket connected 152264
Thread 3 EXIT
server thread 1 got connection 152328
server thread 1 read 8192 bytes
client thread 7 socket wrote 8192
client thread 9 socket wrote 8192
client thread 5 alive
client thread 5 loop 0
client thread 5 socket created 152072
server thread 1 write 131072 bytes
client thread 5 socket connected 152072
server: 4140 70 1250 120 5580
server thread 1 loop 4
client thread 5 socket wrote 8192
client thread 1 socket read 131072
client thread 1 loop 4
client thread 1 socket created 151176
client thread 1 socket connected 151176
client thread 1 socket wrote 8192
server thread 2 got connection 152328
server thread 2 read 8192 bytes
server thread 1 got connection 151688
server thread 1 read 8192 bytes
server thread 4 got connection 152392
server thread 4 read 8192 bytes
server thread 1 write 131072 bytes
server: 1970 70 2470 120 4630
Thread 1 EXIT
server thread 8 got connection 151688
server thread 8 read 8192 bytes
client thread 1 socket read 131072
Thread 1 EXIT
server thread 4 write 131072 bytes
server: 12070 80 4830 150 17130
server thread 4 loop 3
client thread 4 socket read 131072
server thread 2 write 131072 bytes
client thread 4 loop 3
server: 38360 170 7300 120 45950
server thread 2 loop 1
client thread 4 socket created 151048
client thread 4 socket connected 151048
client thread 4 socket wrote 8192
server thread 4 got connection 151176
server thread 4 read 8192 bytes
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 152392
client thread 2 socket connected 152392
client thread 2 socket wrote 8192
server thread 5 got connection 152136
server thread 5 read 8192 bytes
server thread 0 write 131072 bytes
server: 10550 70 40120 130 50870
server thread 0 loop 1
server thread 7 got connection 152328
server thread 7 read 8192 bytes
server thread 4 write 131072 bytes
server: 1360 80 4230 110 5780
server thread 4 loop 4
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 151752
client thread 4 socket connected 151752
client thread 4 socket wrote 8192
server thread 9 got connection 151944
server thread 4 got connection 151176
server thread 4 read 8192 bytes
server thread 9 read 8192 bytes
server thread 4 write 131072 bytes
server: 1280 70 1720 110 3180
Thread 4 EXIT
client thread 4 socket read 131072
Thread 4 EXIT
server thread 6 write 131072 bytes
server: 30120 170 22330 110 52730
server thread 6 loop 1
client thread 6 socket read 131072
client thread 6 loop 1
server thread 2 got connection 151048
client thread 6 socket created 151176
server thread 2 read 8192 bytes
client thread 6 socket connected 151176
client thread 6 socket wrote 8192
server thread 6 got connection 151240
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 1180 80 1690 100 3050
server thread 6 loop 2
client thread 6 socket read 131072
client thread 6 loop 2
client thread 6 socket created 151752
client thread 6 socket connected 151752
client thread 6 socket wrote 8192
server thread 6 got connection 152200
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 1500 80 1780 100 3460
server thread 6 loop 3
client thread 6 socket read 131072
client thread 6 loop 3
server thread 2 write 131072 bytes
client thread 6 socket created 152008
server: 10110 50 6650 110 16920
server thread 2 loop 2
client thread 6 socket connected 152008
client thread 6 socket wrote 8192
client thread 2 socket read 131072
client thread 2 loop 2
server thread 6 got connection 151240
server thread 6 read 8192 bytes
client thread 2 socket created 151176
client thread 2 socket connected 151176
client thread 2 socket wrote 8192
server thread 2 got connection 152200
server thread 2 read 8192 bytes
server thread 8 write 131072 bytes
server: 37900 180 23030 130 61240
server thread 8 loop 1
server thread 9 write 131072 bytes
server thread 6 write 131072 bytes
server: 47390 150 13710 120 61370
server thread 9 loop 1
server: 1240 60 2850 100 4250
server thread 6 loop 4
client thread 6 socket read 131072
client thread 9 socket read 131072
client thread 6 loop 4
client thread 9 loop 1
client thread 6 socket created 151752
client thread 9 socket created 151048
client thread 6 socket connected 151752
client thread 9 socket connected 151048
client thread 6 socket wrote 8192
client thread 9 socket wrote 8192
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 152392
server thread 7 write 131072 bytes
client thread 8 socket read 131072
server: 46600 200 18600 120 65520
server thread 7 loop 1
client thread 8 loop 1
client thread 2 socket read 131072
client thread 8 socket created 151688
client thread 2 loop 3
client thread 8 socket connected 151688
client thread 2 socket created 151944
client thread 8 socket wrote 8192
client thread 0 socket connected 152392
client thread 2 socket connected 151944
client thread 0 socket wrote 8192
client thread 2 socket wrote 8192
server thread 2 write 131072 bytes
server thread 6 got connection 151240
server thread 6 read 8192 bytes
server thread 5 write 131072 bytes
server: 45590 160 22730 120 68600
server thread 5 loop 1
server: 1080 80 5620 120 6900
server thread 2 loop 3
server thread 2 got connection 152008
server thread 2 read 8192 bytes
server thread 6 write 131072 bytes
server: 3460 70 1590 120 5240
Thread 6 EXIT
client thread 6 socket read 131072
Thread 6 EXIT
server thread 9 got connection 151880
server thread 9 read 8192 bytes
server thread 8 got connection 152328
server thread 8 read 8192 bytes
server thread 9 write 131072 bytes
server: 6560 60 1730 120 8470
server thread 9 loop 2
server thread 8 write 131072 bytes
server: 7410 70 1750 110 9340
server thread 8 loop 2
client thread 9 socket read 131072
client thread 9 loop 2
client thread 8 socket read 131072
client thread 9 socket created 151816
client thread 8 loop 2
client thread 9 socket connected 151816
client thread 8 socket created 151176
client thread 9 socket wrote 8192
client thread 8 socket connected 151176
client thread 8 socket wrote 8192
server thread 9 got connection 152200
server thread 9 read 8192 bytes
server thread 8 got connection 152136
server thread 8 read 8192 bytes
server thread 0 got connection 151624
server thread 0 read 8192 bytes
server thread 9 write 131072 bytes
server: 1230 70 1780 110 3190
server thread 9 loop 3
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 151240
client thread 9 socket connected 151240
client thread 9 socket wrote 8192
server thread 9 got connection 151368
server thread 9 read 8192 bytes
server thread 0 write 131072 bytes
server: 28270 80 2590 110 31050
server thread 0 loop 2
client thread 0 socket read 131072
client thread 0 loop 2
client thread 0 socket created 151752
server thread 9 write 131072 bytes
client thread 0 socket connected 151752
client thread 0 socket wrote 8192
server: 1310 270 1570 120 3270
server thread 9 loop 4
server thread 0 got connection 151880
server thread 0 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 152328
client thread 9 socket connected 152328
client thread 9 socket wrote 8192
server thread 9 got connection 151048
server thread 9 read 8192 bytes
server thread 8 write 131072 bytes
server: 1240 80 6800 230 8350
server thread 8 loop 3
server thread 0 write 131072 bytes
server: 1120 80 2410 110 3720
server thread 0 loop 3
client thread 0 socket read 131072
client thread 0 loop 3
client thread 0 socket created 151688
server thread 9 write 131072 bytes
client thread 0 socket connected 151688
server: 1240 110 2090 110 3550
client thread 0 socket wrote 8192
Thread 9 EXIT
server thread 0 got connection 152200
client thread 9 socket read 131072
server thread 0 read 8192 bytes
Thread 9 EXIT
server thread 2 write 131072 bytes
server: 220 80 14360 110 14770
server thread 2 loop 4
client thread 2 socket read 131072
client thread 2 loop 4
client thread 2 socket created 151816
client thread 2 socket connected 151816
client thread 2 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 3
client thread 7 socket read 131072
client thread 8 socket created 151624
client thread 7 loop 1
client thread 8 socket connected 151624
client thread 8 socket wrote 8192
client thread 7 socket created 152392
client thread 7 socket connected 152392
client thread 7 socket wrote 8192
server thread 0 write 131072 bytes
server: 1020 70 2600 110 3800
server thread 0 loop 4
client thread 5 socket read 131072
client thread 5 loop 1
client thread 0 socket read 131072
client thread 5 socket created 151368
client thread 0 loop 4
client thread 5 socket connected 151368
client thread 0 socket created 151240
client thread 5 socket wrote 8192
client thread 0 socket connected 151240
client thread 0 socket wrote 8192
server thread 7 got connection 152136
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
client thread 7 socket read 131072
server: 19990 70 1340 110 21510
server thread 7 loop 2
client thread 7 loop 2
server thread 8 got connection 151880
server thread 8 read 8192 bytes
client thread 7 socket created 151752
client thread 7 socket connected 151752
client thread 7 socket wrote 8192
server thread 7 got connection 151048
server thread 7 read 8192 bytes
server thread 5 got connection 151560
server thread 5 read 8192 bytes
server thread 8 write 131072 bytes
server: 7390 60 2700 110 10260
server thread 8 loop 4
server thread 0 got connection 152328
server thread 0 read 8192 bytes
server thread 5 write 131072 bytes
server: 21580 70 1810 120 23580
server thread 5 loop 2
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 152008
client thread 5 socket connected 152008
client thread 5 socket wrote 8192
server thread 0 write 131072 bytes
server: 5680 90 1670 120 7560
Thread 0 EXIT
client thread 0 socket read 131072
Thread 0 EXIT
server thread 2 got connection 151944
server thread 2 read 8192 bytes
server thread 7 write 131072 bytes
server: 1570 60 4690 120 6440
server thread 7 loop 3
server thread 2 write 131072 bytes
server: 10610 60 1160 70 11900
Thread 2 EXIT
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 151176
client thread 8 socket connected 151176
client thread 8 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 152264
client thread 7 socket connected 152264
client thread 7 socket wrote 8192
server thread 5 got connection 152200
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 5850 70 1700 110 7730
server thread 5 loop 3
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 152072
client thread 5 socket connected 152072
client thread 5 socket wrote 8192
server thread 7 got connection 151688
server thread 7 read 8192 bytes
server thread 8 got connection 152136
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 13550 80 1180 70 14880
Thread 8 EXIT
server thread 7 write 131072 bytes
server thread 5 got connection 152392
server thread 5 read 8192 bytes
server: 9090 60 2900 120 12170
server thread 7 loop 4
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 151880
client thread 7 socket connected 151880
client thread 7 socket wrote 8192
server thread 7 got connection 151560
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 2940 60 2440 380 5820
Thread 7 EXIT
client thread 7 socket read 131072
Thread 7 EXIT
server thread 5 write 131072 bytes
server: 7070 60 8100 110 15340
server thread 5 loop 4
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 151368
client thread 5 socket connected 151368
client thread 5 socket wrote 8192
server thread 5 got connection 152328
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 4500 3370 4770 110 12750
Thread 5 EXIT
client thread 5 socket read 131072
Thread 5 EXIT
client thread 2 socket read 131072
Thread 2 EXIT
client thread 8 socket read 131072
Thread 8 EXIT
Thread 8 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 0 50913 795 28930 611
server per thread elapsed time 81249
----------
Client results:

----------
client per thread totals 0 1590 680 167188 846
client per thread elapsed time 170304
select loop user/user: 130248.00 usec
server thread 0 alive
server thread 1 alive
server thread 2 alive
server thread 0 loop 0
server thread 2 loop 0
server thread 1 loop 0
server thread 3 alive
server thread 4 alive
client thread 0 alive
server thread 3 loop 0
client thread 1 alive
client thread 1 loop 0
server thread 4 loop 0
client thread 1 socket created 151624
client thread 1 socket connected 151624
client thread 1 socket wrote 8192
client thread 3 alive
client thread 3 loop 0
client thread 0 loop 0
client thread 3 socket created 151752
client thread 0 socket created 152200
client thread 3 socket connected 151752
client thread 3 socket wrote 8192
client thread 0 socket connected 152200
client thread 0 socket wrote 8192
server thread 5 alive
server thread 0 got connection 152008
server thread 0 read 8192 bytes
server thread 5 loop 0
client thread 2 alive
client thread 2 loop 0
server thread 0 write 131072 bytes
client thread 2 socket created 151496
server: 2120 70 1220 110 3520
server thread 0 loop 1
client thread 2 socket connected 151496
client thread 2 socket wrote 8192
server thread 3 got connection 151688
server thread 3 read 8192 bytes
server thread 2 got connection 152264
server thread 2 read 8192 bytes
server thread 3 write 131072 bytes
server: 2960 70 1800 110 4940
server thread 3 loop 1
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 151560
client thread 3 socket read 131072
client thread 0 socket connected 151560
client thread 3 loop 1
client thread 0 socket wrote 8192
client thread 3 socket created 151432
client thread 3 socket connected 151432
client thread 3 socket wrote 8192
server thread 2 write 131072 bytes
server thread 3 got connection 151880
server: 3870 80 2830 110 6890
server thread 2 loop 1
server thread 3 read 8192 bytes
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 152392
client thread 2 socket connected 152392
client thread 2 socket wrote 8192
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 152072
client thread 4 socket connected 152072
server thread 0 got connection 152328
client thread 4 socket wrote 8192
server thread 0 read 8192 bytes
server thread 6 alive
server thread 6 loop 0
server thread 7 alive
server thread 7 loop 0
server thread 2 got connection 151816
server thread 3 write 131072 bytes
server thread 4 got connection 151176
server: 1190 60 3030 120 4400
server thread 3 loop 2
server thread 4 read 8192 bytes
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server thread 8 alive
client thread 2 socket read 131072
server thread 9 alive
client thread 5 alive
client thread 5 loop 0
client thread 6 alive
client thread 6 loop 0
client thread 3 socket read 131072
server thread 1 got connection 152008
client thread 3 loop 2
server thread 1 read 8192 bytes
client thread 3 socket created 151496
client thread 3 socket connected 151496
client thread 3 socket wrote 8192
server: 2740 560 1910 840 6050
server thread 2 loop 2
server thread 4 write 131072 bytes
server: 9240 70 4740 140 14190
server thread 4 loop 1
client thread 2 loop 2
client thread 6 socket created 152264
client thread 2 socket created 151880
client thread 6 socket connected 152264
client thread 2 socket connected 151880
client thread 2 socket wrote 8192
client thread 5 socket created 151752
server thread 2 got connection 151432
server thread 2 read 8192 bytes
client thread 5 socket connected 151752
client thread 5 socket wrote 8192
server thread 2 write 131072 bytes
client thread 2 socket read 131072
server: 870 70 1250 110 2300
server thread 2 loop 3
server thread 9 loop 0
client thread 2 loop 3
client thread 2 socket created 151816
server thread 6 got connection 152392
server thread 6 read 8192 bytes
client thread 2 socket connected 151816
client thread 2 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 151176
client thread 7 alive
client thread 7 loop 0
client thread 4 socket connected 151176
client thread 7 socket created 151432
client thread 4 socket wrote 8192
server thread 8 loop 0
client thread 7 socket connected 151432
client thread 7 socket wrote 8192
server thread 3 got connection 151880
server thread 3 read 8192 bytes
server thread 5 got connection 152072
server thread 5 read 8192 bytes
client thread 6 socket wrote 8192
client thread 8 alive
client thread 8 loop 0
client thread 8 socket created 152456
server thread 6 write 131072 bytes
client thread 8 socket connected 152456
server: 8470 60 3440 120 12090
server thread 6 loop 1
client thread 8 socket wrote 8192
server thread 8 got connection 152392
server thread 8 read 8192 bytes
server thread 2 got connection 152520
server thread 2 read 8192 bytes
server thread 4 got connection 152584
server thread 4 read 8192 bytes
server thread 8 write 131072 bytes
server: 2910 60 2260 120 5350
server thread 8 loop 1
server thread 2 write 131072 bytes
client thread 8 socket read 131072
server: 4390 70 2710 110 7280
server thread 2 loop 4
client thread 8 loop 1
client thread 8 socket created 152392
server thread 7 got connection 152520
server thread 7 read 8192 bytes
client thread 8 socket connected 152392
client thread 8 socket wrote 8192
server thread 8 got connection 152456
server thread 8 read 8192 bytes
server thread 3 write 131072 bytes
server: 8640 90 8320 120 17170
server thread 3 loop 3
client thread 3 socket read 131072
client thread 3 loop 3
server thread 8 write 131072 bytes
client thread 3 socket created 151880
server: 1250 80 2590 110 4030
server thread 8 loop 2
client thread 3 socket connected 151880
client thread 3 socket wrote 8192
client thread 8 socket read 131072
server thread 7 write 131072 bytes
client thread 8 loop 2
server: 15260 60 3750 120 19190
server thread 7 loop 1
client thread 8 socket created 151496
client thread 8 socket connected 151496
server thread 3 got connection 152456
server thread 3 read 8192 bytes
client thread 8 socket wrote 8192
server thread 8 got connection 152392
server thread 8 read 8192 bytes
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 152520
server thread 8 write 131072 bytes
client thread 7 socket connected 152520
server: 1370 60 1770 110 3310
server thread 8 loop 3
client thread 7 socket wrote 8192
server thread 7 got connection 151432
server thread 7 read 8192 bytes
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 152392
client thread 8 socket connected 152392
client thread 8 socket wrote 8192
server thread 8 got connection 151496
server thread 8 read 8192 bytes
server thread 7 write 131072 bytes
server: 2970 70 2150 110 5300
server thread 7 loop 2
client thread 7 socket read 131072
server thread 8 write 131072 bytes
client thread 7 loop 2
server: 1200 90 1750 110 3150
server thread 8 loop 4
client thread 7 socket created 151432
client thread 7 socket connected 151432
client thread 7 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 152520
server thread 7 got connection 151496
server thread 7 read 8192 bytes
client thread 8 socket connected 152520
client thread 8 socket wrote 8192
server thread 8 got connection 152392
server thread 8 read 8192 bytes
server thread 3 write 131072 bytes
server: 1550 310 8650 210 10720
server thread 3 loop 4
server thread 4 write 131072 bytes
client thread 6 socket read 131072
server: 7670 220 16080 140 24110
server thread 4 loop 2
client thread 6 loop 1
client thread 6 socket created 152456
client thread 6 socket connected 152456
client thread 6 socket wrote 8192
client thread 2 socket read 131072
client thread 2 loop 4
client thread 3 socket read 131072
client thread 2 socket created 152584
client thread 3 loop 4
client thread 2 socket connected 152584
client thread 3 socket created 152264
client thread 2 socket wrote 8192
client thread 9 alive
client thread 3 socket connected 152264
client thread 3 socket wrote 8192
client thread 9 loop 0
client thread 9 socket created 151816
server thread 3 got connection 151880
server thread 3 read 8192 bytes
client thread 9 socket connected 151816
client thread 9 socket wrote 8192
server thread 0 write 131072 bytes
server: 4980 60 34020 120 39180
server thread 0 loop 2
server thread 3 write 131072 bytes
server: 2730 60 2290 120 5200
Thread 3 EXIT
server thread 8 write 131072 bytes
client thread 8 socket read 131072
server: 2650 210 6540 110 9510
Thread 8 EXIT
Thread 8 EXIT
client thread 3 socket read 131072
client thread 4 socket read 131072
Thread 3 EXIT
client thread 4 loop 2
client thread 4 socket created 152328
client thread 4 socket connected 152328
client thread 4 socket wrote 8192
server thread 4 got connection 151880
server thread 4 read 8192 bytes
server thread 1 write 131072 bytes
server: 12770 1360 31120 100 45350
server thread 1 loop 1
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 151944
server thread 4 write 131072 bytes
server: 6010 90 1210 60 7370
server thread 4 loop 3
client thread 1 socket connected 151944
client thread 1 socket wrote 8192
server thread 1 got connection 152392
server thread 1 read 8192 bytes
server thread 7 write 131072 bytes
server: 2270 80 10870 140 13360
server thread 7 loop 3
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 152520
client thread 7 socket connected 152520
client thread 7 socket wrote 8192
server thread 6 got connection 151688
server thread 6 read 8192 bytes
server thread 1 write 131072 bytes
server: 1450 60 1670 120 3300
server thread 1 loop 2
client thread 1 socket read 131072
client thread 1 loop 2
client thread 1 socket created 152264
server thread 2 got connection 151176
server thread 2 read 8192 bytes
client thread 1 socket connected 152264
client thread 1 socket wrote 8192
server thread 1 got connection 152008
server thread 1 read 8192 bytes
server thread 9 got connection 151624
server thread 9 read 8192 bytes
server thread 1 write 131072 bytes
client thread 0 socket read 131072
server: 1300 80 1740 110 3230
server thread 1 loop 3
client thread 0 loop 2
client thread 0 socket created 151880
client thread 1 socket read 131072
client thread 0 socket connected 151880
client thread 0 socket wrote 8192
server thread 5 write 131072 bytes
client thread 4 socket read 131072
server: 17290 80 33390 110 50870
server thread 5 loop 1
client thread 4 loop 3
client thread 4 socket created 151496
client thread 4 socket connected 151496
client thread 4 socket wrote 8192
server thread 0 got connection 151432
server thread 0 read 8192 bytes
client thread 1 loop 3
client thread 1 socket created 152392
client thread 1 socket connected 152392
client thread 1 socket wrote 8192
server thread 1 got connection 151944
server thread 1 read 8192 bytes
server thread 0 write 131072 bytes
server thread 1 write 131072 bytes
server: 11690 60 2420 110 14280
server thread 0 loop 3
server: 3010 70 1730 110 4920
server thread 1 loop 4
client thread 0 socket read 131072
client thread 0 loop 3
client thread 0 socket created 152008
client thread 0 socket connected 152008
server thread 7 got connection 151560
client thread 0 socket wrote 8192
server thread 9 write 131072 bytes
server: 33550 80 7530 110 41270
server thread 9 loop 1
server thread 7 read 8192 bytes
server thread 4 got connection 152072
server thread 4 read 8192 bytes
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 152328
client thread 1 socket read 131072
client thread 5 socket connected 152328
client thread 5 socket wrote 8192
client thread 1 loop 4
client thread 1 socket created 152264
server thread 0 got connection 151432
server thread 0 read 8192 bytes
client thread 1 socket connected 152264
client thread 1 socket wrote 8192
server thread 4 write 131072 bytes
server: 12440 90 3150 120 15800
server thread 4 loop 4
server thread 5 got connection 151944
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
client thread 5 socket read 131072
server: 9250 70 1390 170 10880
server thread 5 loop 2
client thread 4 socket read 131072
client thread 5 loop 2
client thread 4 loop 4
client thread 5 socket created 151880
client thread 4 socket created 151624
client thread 5 socket connected 151880
client thread 4 socket connected 151624
client thread 5 socket wrote 8192
client thread 4 socket wrote 8192
server thread 4 got connection 151752
server thread 5 got connection 152392
server thread 4 read 8192 bytes
server thread 5 read 8192 bytes
server thread 0 write 131072 bytes
server: 3980 50 5960 120 10110
server thread 0 loop 4
server thread 5 write 131072 bytes
server: 990 80 2010 120 3200
server thread 5 loop 3
server thread 4 write 131072 bytes
server: 2610 60 2360 200 5230
Thread 4 EXIT
client thread 4 socket read 131072
client thread 0 socket read 131072
Thread 4 EXIT
client thread 0 loop 4
server thread 1 got connection 151944
client thread 0 socket created 152072
server thread 1 read 8192 bytes
client thread 0 socket connected 152072
client thread 0 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 152328
client thread 5 socket connected 152328
client thread 5 socket wrote 8192
server thread 0 got connection 151496
server thread 0 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 151432
client thread 9 socket connected 151432
client thread 9 socket wrote 8192
server thread 6 write 131072 bytes
server thread 0 write 131072 bytes
server: 27460 80 23040 110 50690
server thread 6 loop 2
server: 2760 70 1760 120 4710
Thread 0 EXIT
client thread 0 socket read 131072
Thread 0 EXIT
server thread 1 write 131072 bytes
server: 11260 70 4160 130 15620
Thread 1 EXIT
server thread 2 write 131072 bytes
server: 25210 60 23400 110 48780
Thread 2 EXIT
client thread 1 socket read 131072
Thread 1 EXIT
server thread 9 got connection 152392
server thread 9 read 8192 bytes
server thread 5 got connection 151752
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 7130 90 1250 70 8540
server thread 5 loop 4
client thread 6 socket read 131072
client thread 5 socket read 131072
client thread 6 loop 2
client thread 5 loop 4
client thread 6 socket created 151112
client thread 5 socket created 151624
client thread 6 socket connected 151112
client thread 5 socket connected 151624
client thread 6 socket wrote 8192
client thread 5 socket wrote 8192
server thread 5 got connection 152008
server thread 5 read 8192 bytes
server thread 6 got connection 151880
server thread 6 read 8192 bytes
server thread 9 write 131072 bytes
server: 15410 60 5150 110 20730
server thread 9 loop 2
server thread 5 write 131072 bytes
server: 1250 60 2100 120 3530
Thread 5 EXIT
server thread 6 write 131072 bytes
server: 5440 90 2250 130 7910
server thread 6 loop 3
client thread 6 socket read 131072
client thread 5 socket read 131072
client thread 6 loop 3
client thread 6 socket created 151816
server thread 7 write 131072 bytes
client thread 6 socket connected 151816
client thread 6 socket wrote 8192
server: 10470 1030 21720 140 33360
server thread 7 loop 4
client thread 2 socket read 131072
Thread 2 EXIT
server thread 6 got connection 151688
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
client thread 6 socket read 131072
server: 1460 60 1180 100 2800
server thread 6 loop 4
client thread 6 loop 4
Thread 5 EXIT
client thread 6 socket created 151496
client thread 6 socket connected 151496
client thread 9 socket read 131072
client thread 6 socket wrote 8192
client thread 9 loop 2
client thread 9 socket created 150984
client thread 9 socket connected 150984
client thread 9 socket wrote 8192
server thread 9 got connection 152072
server thread 9 read 8192 bytes
server thread 6 got connection 151944
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
client thread 6 socket read 131072
server: 2470 60 1230 110 3870
Thread 6 EXIT
Thread 6 EXIT
server thread 9 write 131072 bytes
server: 4450 60 3340 120 7970
server thread 9 loop 3
client thread 9 socket read 131072
client thread 7 socket read 131072
client thread 9 loop 3
client thread 9 socket created 151240
client thread 9 socket connected 151240
client thread 9 socket wrote 8192
server thread 9 got connection 151176
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
client thread 9 socket read 131072
server: 950 70 1340 100 2460
server thread 9 loop 4
client thread 7 loop 4
client thread 9 loop 4
client thread 7 socket created 151048
client thread 9 socket created 152264
client thread 9 socket connected 152264
client thread 9 socket wrote 8192
server thread 7 got connection 151752
client thread 7 socket connected 151048
server thread 9 got connection 152456
server thread 7 read 8192 bytes
server thread 9 read 8192 bytes
client thread 7 socket wrote 8192
server thread 7 write 131072 bytes
server thread 9 write 131072 bytes
server: 9300 240 1930 120 11590
server: 750 80 1920 110 2860
Thread 7 EXIT
Thread 9 EXIT
client thread 7 socket read 131072
client thread 9 socket read 131072
Thread 7 EXIT
Thread 9 EXIT
Thread 9 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 10 84254 1492 60472 1278
server per thread elapsed time 147496
----------
Client results:

----------
client per thread totals 10 3733 1902 223996 2351
client per thread elapsed time 231982
select loop user/kernel: 18954.00 usec
server thread 0 alive
server thread 0 loop 0
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 152392
client thread 0 socket connected 152392
client thread 0 socket wrote 8192
server thread 1 alive
server thread 0 got connection 152136
server thread 0 read 8192 bytes
server thread 1 loop 0
server thread 0 write 131072 bytes
client thread 0 socket read 131072
server: 860 60 1220 110 2250
server thread 0 loop 1
client thread 0 loop 1
client thread 0 socket created 151880
client thread 0 socket connected 151880
client thread 0 socket wrote 8192
server thread 2 alive
server thread 0 got connection 151560
server thread 0 read 8192 bytes
server thread 2 loop 0
server thread 3 alive
server thread 0 write 131072 bytes
server thread 3 loop 0
server: 850 60 1160 110 2180
server thread 0 loop 2
server thread 4 alive
client thread 0 socket read 131072
server thread 4 loop 0
client thread 0 loop 2
client thread 1 alive
client thread 1 loop 0
client thread 0 socket created 151816
client thread 1 socket created 151624
client thread 0 socket connected 151816
client thread 1 socket connected 151624
client thread 0 socket wrote 8192
client thread 1 socket wrote 8192
server thread 6 alive
server thread 1 got connection 151496
server thread 1 read 8192 bytes
server thread 6 loop 0
server thread 7 alive
server thread 7 loop 0
server thread 8 alive
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 150984
server thread 1 write 131072 bytes
client thread 2 socket connected 150984
client thread 2 socket wrote 8192
server: 4870 70 1470 120 6530
server thread 1 loop 1
server thread 2 got connection 151176
server thread 2 read 8192 bytes
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 152520
client thread 1 socket connected 152520
client thread 1 socket wrote 8192
server thread 1 got connection 151240
server thread 1 read 8192 bytes
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 151752
client thread 3 socket connected 151752
client thread 3 socket wrote 8192
server thread 3 got connection 152456
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
client thread 3 socket read 131072
server: 5850 80 1380 140 7450
server thread 3 loop 1
client thread 3 loop 1
client thread 3 socket created 151368
server thread 1 write 131072 bytes
client thread 3 socket connected 151368
server: 1380 80 2980 120 4560
server thread 1 loop 2
client thread 3 socket wrote 8192
server thread 3 got connection 152200
server thread 3 read 8192 bytes
client thread 1 socket read 131072
client thread 1 loop 2
client thread 1 socket created 151048
client thread 1 socket connected 151048
client thread 1 socket wrote 8192
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 152264
server thread 2 write 131072 bytes
client thread 4 socket connected 152264
client thread 4 socket wrote 8192
server: 4710 90 5770 120 10690
server thread 2 loop 1
server thread 8 loop 0
server thread 0 got connection 151432
server thread 0 read 8192 bytes
server thread 1 got connection 152136
server thread 1 read 8192 bytes
server thread 3 write 131072 bytes
server: 710 90 2990 130 3920
server thread 3 loop 2
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 152392
client thread 6 socket connected 152392
client thread 6 socket wrote 8192
client thread 7 alive
client thread 7 loop 0
client thread 3 socket read 131072
client thread 7 socket created 151560
client thread 7 socket connected 151560
client thread 7 socket wrote 8192
client thread 3 loop 2
server thread 5 alive
client thread 3 socket created 151880
client thread 3 socket connected 151880
client thread 3 socket wrote 8192
server thread 5 loop 0
server thread 1 write 131072 bytes
server thread 3 got connection 151624
server thread 3 read 8192 bytes
server: 2570 60 2740 110 5480
server thread 1 loop 3
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 152456
client thread 1 socket connected 152456
client thread 8 alive
client thread 8 loop 0
client thread 1 socket wrote 8192
client thread 8 socket created 151752
server thread 1 got connection 151240
client thread 8 socket connected 151752
client thread 8 socket wrote 8192
server thread 1 read 8192 bytes
server thread 3 write 131072 bytes
server: 1910 60 2010 120 4100
server thread 3 loop 3
client thread 5 alive
client thread 5 loop 0
client thread 5 socket created 151176
client thread 5 socket connected 151176
client thread 5 socket wrote 8192
client thread 3 socket read 131072
server thread 5 got connection 152200
server thread 5 read 8192 bytes
client thread 3 loop 3
client thread 3 socket created 151368
client thread 3 socket connected 151368
client thread 3 socket wrote 8192
server thread 3 got connection 152136
server thread 3 read 8192 bytes
server thread 1 write 131072 bytes
server: 1010 560 2830 120 4520
server thread 1 loop 4
client thread 1 socket read 131072
client thread 1 loop 4
client thread 1 socket created 151048
server thread 8 got connection 152520
server thread 8 read 8192 bytes
client thread 1 socket connected 151048
client thread 1 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 151624
client thread 3 socket connected 151624
client thread 3 socket wrote 8192
server thread 1 got connection 151880
server thread 1 read 8192 bytes
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 151240
client thread 2 socket connected 151240
client thread 2 socket wrote 8192
server thread 4 got connection 152456
server thread 4 read 8192 bytes
server thread 1 write 131072 bytes
server: 2860 90 1590 120 4660
Thread 1 EXIT
server thread 5 write 131072 bytes
server: 3510 90 6370 120 10090
server thread 5 loop 1
client thread 1 socket read 131072
client thread 5 socket read 131072
Thread 1 EXIT
client thread 5 loop 1
client thread 5 socket created 151368
client thread 5 socket connected 151368
client thread 5 socket wrote 8192
server thread 6 got connection 150984
server thread 6 read 8192 bytes
server thread 5 got connection 151880
server thread 5 read 8192 bytes
server thread 7 got connection 152008
server thread 7 read 8192 bytes
server thread 5 write 131072 bytes
server: 1210 60 1740 110 3120
server thread 5 loop 2
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 152200
server thread 0 write 131072 bytes
client thread 5 socket connected 152200
client thread 5 socket wrote 8192
server: 9830 100 17690 130 27750
server thread 0 loop 3
server thread 5 got connection 151048
client thread 0 socket read 131072
server thread 5 read 8192 bytes
client thread 0 loop 3
client thread 0 socket created 151176
client thread 0 socket connected 151176
client thread 0 socket wrote 8192
server thread 4 write 131072 bytes
server: 21710 80 7170 150 29110
server thread 4 loop 1
server thread 5 write 131072 bytes
client thread 4 socket read 131072
server: 1470 70 1690 110 3340
server thread 5 loop 3
client thread 4 loop 1
client thread 4 socket created 151880
client thread 5 socket read 131072
client thread 4 socket connected 151880
client thread 4 socket wrote 8192
client thread 5 loop 3
client thread 5 socket created 151368
server thread 4 got connection 151432
client thread 5 socket connected 151368
client thread 5 socket wrote 8192
server thread 5 got connection 151816
server thread 4 read 8192 bytes
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 1180 240 1850 110 3380
server thread 5 loop 4
server thread 4 write 131072 bytes
client thread 5 socket read 131072
server: 1020 520 2520 140 4200
server thread 4 loop 2
client thread 5 loop 4
client thread 5 socket created 152456
client thread 4 socket read 131072
client thread 5 socket connected 152456
client thread 4 loop 2
client thread 5 socket wrote 8192
client thread 4 socket created 152264
client thread 4 socket connected 152264
server thread 5 got connection 152200
server thread 5 read 8192 bytes
client thread 4 socket wrote 8192
server thread 4 got connection 151816
server thread 4 read 8192 bytes
server thread 0 got connection 151048
server thread 0 read 8192 bytes
server thread 5 write 131072 bytes
server: 1510 80 1960 130 3680
Thread 5 EXIT
client thread 5 socket read 131072
Thread 5 EXIT
server thread 0 write 131072 bytes
server: 8910 70 2140 120 11240
server thread 0 loop 4
client thread 0 socket read 131072
client thread 0 loop 4
server thread 2 got connection 151432
server thread 2 read 8192 bytes
client thread 0 socket created 151368
client thread 0 socket connected 151368
client thread 0 socket wrote 8192
server thread 0 got connection 151880
server thread 0 read 8192 bytes
server thread 8 write 131072 bytes
server: 9630 70 22370 110 32180
server thread 8 loop 1
server thread 4 write 131072 bytes
server: 1310 90 6770 140 8310
server thread 4 loop 3
client thread 8 socket read 131072
client thread 8 loop 1
client thread 8 socket created 152200
client thread 8 socket connected 152200
server thread 0 write 131072 bytes
client thread 8 socket wrote 8192
server: 1090 100 2460 110 3760
Thread 0 EXIT
server thread 8 got connection 151496
server thread 8 read 8192 bytes
client thread 0 socket read 131072
Thread 0 EXIT
server thread 7 write 131072 bytes
server: 23600 60 17820 120 41600
server thread 7 loop 1
server thread 6 write 131072 bytes
server: 22580 60 20350 120 43110
server thread 6 loop 1
server thread 2 write 131072 bytes
server: 30010 60 5420 130 35620
server thread 2 loop 2
client thread 2 socket read 131072
client thread 6 socket read 131072
client thread 6 loop 1
client thread 2 loop 2
client thread 6 socket created 152456
client thread 2 socket created 151048
client thread 6 socket connected 152456
client thread 2 socket connected 151048
client thread 6 socket wrote 8192
client thread 2 socket wrote 8192
server thread 2 got connection 151176
server thread 2 read 8192 bytes
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 151816
client thread 7 socket connected 151816
client thread 7 socket wrote 8192
server thread 7 got connection 151752
server thread 7 read 8192 bytes
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 151880
client thread 8 socket connected 151880
client thread 8 socket wrote 8192
server thread 8 write 131072 bytes
server: 970 60 5170 110 6310
server thread 8 loop 2
server thread 8 got connection 152328
server thread 8 read 8192 bytes
server thread 6 got connection 152520
server thread 6 read 8192 bytes
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 151368
client thread 4 socket connected 151368
server thread 7 write 131072 bytes
client thread 4 socket wrote 8192
server: 3440 90 3460 120 7110
server thread 7 loop 2
client thread 7 socket read 131072
client thread 7 loop 2
client thread 7 socket created 152008
server thread 8 write 131072 bytes
client thread 7 socket connected 152008
client thread 7 socket wrote 8192
server: 160 260 3000 120 3540
server thread 8 loop 3
server thread 7 got connection 150984
server thread 7 read 8192 bytes
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 151432
client thread 8 socket connected 151432
client thread 8 socket wrote 8192
server thread 8 got connection 152392
server thread 8 read 8192 bytes
server thread 4 got connection 151240
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 11550 80 1440 130 13200
server thread 4 loop 4
server thread 8 write 131072 bytes
server: 1230 90 2210 110 3640
server thread 8 loop 4
server thread 7 write 131072 bytes
server: 1050 80 3730 110 4970
server thread 7 loop 3
client thread 8 socket read 131072
client thread 8 loop 4
client thread 7 socket read 131072
client thread 8 socket created 151560
client thread 7 loop 3
client thread 8 socket connected 151560
client thread 7 socket created 152200
client thread 8 socket wrote 8192
client thread 7 socket connected 152200
client thread 7 socket wrote 8192
server thread 9 alive
client thread 4 socket read 131072
server thread 7 got connection 152264
server thread 7 read 8192 bytes
client thread 4 loop 4
client thread 4 socket created 151752
client thread 4 socket connected 151752
client thread 4 socket wrote 8192
server thread 8 got connection 151496
server thread 8 read 8192 bytes
server thread 4 got connection 151816
server thread 4 read 8192 bytes
server thread 8 write 131072 bytes
server: 2340 80 1800 280 4500
Thread 8 EXIT
server thread 7 write 131072 bytes
client thread 8 socket read 131072
server: 1330 60 3200 110 4700
server thread 7 loop 4
Thread 8 EXIT
client thread 7 socket read 131072
client thread 7 loop 4
server thread 2 write 131072 bytes
client thread 7 socket created 151880
server: 1070 80 14950 110 16210
server thread 2 loop 3
client thread 7 socket connected 151880
client thread 7 socket wrote 8192
server thread 7 got connection 151240
server thread 7 read 8192 bytes
server thread 4 write 131072 bytes
client thread 4 socket read 131072
server: 3150 70 5030 140 8390
Thread 4 EXIT
Thread 4 EXIT
server thread 7 write 131072 bytes
server: 1000 70 2530 120 3720
Thread 7 EXIT
client thread 7 socket read 131072
Thread 7 EXIT
client thread 2 socket read 131072
server thread 3 write 131072 bytes
client thread 2 loop 3
client thread 2 socket created 152392
server: 2120 60 48660 160 51000
server thread 3 loop 4
client thread 2 socket connected 152392
client thread 2 socket wrote 8192
server thread 2 got connection 150984
server thread 2 read 8192 bytes
server thread 6 write 131072 bytes
server: 4780 60 17280 120 22240
server thread 6 loop 2
server thread 2 write 131072 bytes
client thread 2 socket read 131072
server: 5450 70 1240 170 6930
server thread 2 loop 4
client thread 2 loop 4
client thread 2 socket created 151432
client thread 6 socket read 131072
client thread 2 socket connected 151432
server thread 2 got connection 152008
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
client thread 2 socket read 131072
server: 620 60 1270 100 2050
Thread 2 EXIT
Thread 2 EXIT
client thread 6 loop 2
client thread 6 socket created 151368
client thread 6 socket connected 151368
client thread 6 socket wrote 8192
server thread 3 got connection 151496
server thread 3 read 8192 bytes
server thread 6 got connection 152072
server thread 6 read 8192 bytes
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 152264
client thread 9 socket connected 152264
client thread 9 socket wrote 8192
server thread 6 write 131072 bytes
server: 4020 70 1960 110 6160
server thread 6 loop 3
server thread 9 loop 0
client thread 6 socket read 131072
server thread 9 got connection 151560
server thread 9 read 8192 bytes
client thread 6 loop 3
client thread 6 socket created 152200
client thread 6 socket connected 152200
client thread 6 socket wrote 8192
server thread 6 got connection 151176
client thread 3 socket read 131072
server thread 6 read 8192 bytes
Thread 3 EXIT
server thread 6 write 131072 bytes
server thread 3 write 131072 bytes
server: 1270 70 1160 260 2760
server thread 6 loop 4
client thread 6 socket read 131072
client thread 6 loop 4
client thread 6 socket created 151816
client thread 6 socket connected 151816
client thread 6 socket wrote 8192
server: 4620 70 4860 1090 10640
server thread 6 got connection 151688
Thread 3 EXIT
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
client thread 6 socket read 131072
server: 1440 70 1250 100 2860
client thread 9 socket read 131072
Thread 6 EXIT
client thread 9 loop 1
client thread 9 socket created 151752
client thread 9 socket connected 151752
client thread 9 socket wrote 8192
Thread 6 EXIT
server thread 9 write 131072 bytes
server: 170 60 6080 110 6420
server thread 9 loop 1
server thread 9 got connection 151240
server thread 9 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 2
client thread 9 socket created 151304
client thread 9 socket connected 151304
client thread 9 socket wrote 8192
server thread 9 write 131072 bytes
server: 160 60 2400 110 2730
server thread 9 loop 2
server thread 9 got connection 151880
server thread 9 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 151048
client thread 9 socket connected 151048
client thread 9 socket wrote 8192
server thread 9 write 131072 bytes
server: 160 50 2180 110 2500
server thread 9 loop 3
server thread 9 got connection 152136
server thread 9 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 152520
client thread 9 socket connected 152520
client thread 9 socket wrote 8192
server thread 9 write 131072 bytes
server: 160 50 2160 110 2480
server thread 9 loop 4
server thread 9 got connection 150984
server thread 9 read 8192 bytes
client thread 9 socket read 131072
server thread 9 write 131072 bytes
Thread 9 EXIT
server: 150 60 2010 100 2320
Thread 9 EXIT
Thread 9 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 10 106110 1980 88821 2006
server per thread elapsed time 198917
----------
Client results:

----------
client per thread totals 10 5399 2505 267763 3133
client per thread elapsed time 278800
select loop kernel/user: 19168.00 usec
server thread 0 alive
server thread 1 alive
server thread 2 alive
server thread 0 loop 0
server thread 3 alive
server thread 2 loop 0
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 151112
server thread 1 loop 0
client thread 0 socket connected 151112
client thread 0 socket wrote 8192
server thread 0 got connection 152072
server thread 0 read 8192 bytes
client thread 2 alive
client thread 2 loop 0
server thread 3 loop 0
client thread 2 socket created 151368
client thread 1 alive
client thread 1 loop 0
client thread 2 socket connected 151368
client thread 1 socket created 151624
client thread 2 socket wrote 8192
client thread 1 socket connected 151624
client thread 1 socket wrote 8192
server thread 2 got connection 151176
server thread 2 read 8192 bytes
server thread 1 got connection 152200
server thread 1 read 8192 bytes
server thread 4 alive
server thread 2 write 131072 bytes
server: 2080 70 1780 120 4050
server thread 2 loop 1
server thread 4 loop 0
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 152584
server thread 1 write 131072 bytes
client thread 2 socket connected 152584
server: 1920 90 2500 120 4630
server thread 1 loop 1
client thread 2 socket wrote 8192
client thread 1 socket read 131072
server thread 2 got connection 151688
server thread 2 read 8192 bytes
client thread 1 loop 1
client thread 1 socket created 151816
client thread 1 socket connected 151816
client thread 1 socket wrote 8192
server thread 1 got connection 152264
server thread 1 read 8192 bytes
server thread 2 write 131072 bytes
server: 1190 60 1720 110 3080
server thread 2 loop 2
server thread 5 alive
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 151560
server thread 5 loop 0
client thread 2 socket connected 151560
client thread 2 socket wrote 8192
server thread 2 got connection 151752
server thread 2 read 8192 bytes
server thread 1 write 131072 bytes
server: 990 80 2450 110 3630
server thread 1 loop 2
client thread 1 socket read 131072
client thread 1 loop 2
client thread 1 socket created 151240
client thread 1 socket connected 151240
client thread 1 socket wrote 8192
server thread 1 got connection 151304
server thread 1 read 8192 bytes
server thread 2 write 131072 bytes
server: 1260 70 1480 120 2930
server thread 2 loop 3
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 151880
server thread 6 alive
client thread 2 socket connected 151880
client thread 2 socket wrote 8192
server thread 6 loop 0
server thread 2 got connection 152136
server thread 2 read 8192 bytes
server thread 1 write 131072 bytes
server: 1030 80 2250 130 3490
server thread 1 loop 3
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 152520
client thread 1 socket connected 152520
client thread 1 socket wrote 8192
server thread 1 got connection 150984
server thread 1 read 8192 bytes
server thread 2 write 131072 bytes
server: 1460 80 2560 120 4220
server thread 2 loop 4
client thread 2 socket read 131072
server thread 7 alive
client thread 2 loop 4
client thread 2 socket created 151176
server thread 7 loop 0
client thread 2 socket connected 151176
client thread 2 socket wrote 8192
server thread 2 got connection 151368
server thread 2 read 8192 bytes
server thread 1 write 131072 bytes
server: 1240 90 2300 120 3750
server thread 1 loop 4
client thread 1 socket read 131072
client thread 1 loop 4
client thread 1 socket created 152200
client thread 1 socket connected 152200
client thread 1 socket wrote 8192
server thread 1 got connection 151624
server thread 1 read 8192 bytes
server thread 2 write 131072 bytes
server: 1240 60 1650 120 3070
Thread 2 EXIT
server thread 8 alive
server thread 8 loop 0
server thread 9 alive
client thread 2 socket read 131072
client thread 3 alive
client thread 3 loop 0
server thread 9 loop 0
client thread 3 socket created 152264
client thread 4 alive
client thread 4 loop 0
client thread 3 socket connected 152264
client thread 4 socket created 151816
client thread 3 socket wrote 8192
client thread 4 socket connected 151816
Thread 2 EXIT
client thread 4 socket wrote 8192
client thread 5 alive
client thread 5 loop 0
client thread 5 socket created 151752
client thread 6 alive
client thread 6 loop 0
client thread 5 socket connected 151752
client thread 5 socket wrote 8192
client thread 8 alive
client thread 8 loop 0
client thread 9 alive
client thread 9 loop 0
client thread 8 socket created 151304
client thread 9 socket created 151240
client thread 8 socket connected 151304
client thread 9 socket connected 151240
client thread 9 socket wrote 8192
server thread 0 write 131072 bytes
client thread 6 socket created 151560
server: 750 70 20630 130 21580
server thread 0 loop 1
client thread 6 socket connected 151560
client thread 6 socket wrote 8192
server thread 9 got connection 151880
server thread 9 read 8192 bytes
client thread 8 socket wrote 8192
server thread 9 write 131072 bytes
server: 3180 80 1180 100 4540
server thread 9 loop 1
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 150984
client thread 7 socket connected 150984
client thread 9 socket read 131072
server thread 3 got connection 151368
server thread 3 read 8192 bytes
client thread 9 loop 1
client thread 9 socket created 152008
client thread 9 socket connected 152008
client thread 9 socket wrote 8192
client thread 7 socket wrote 8192
server thread 9 got connection 151176
server thread 6 got connection 152520
server thread 9 read 8192 bytes
server thread 6 read 8192 bytes
server thread 3 write 131072 bytes
server: 22850 70 2940 130 25990
server thread 3 loop 1
server thread 9 write 131072 bytes
client thread 9 socket read 131072
server: 2500 330 2010 110 4950
server thread 9 loop 2
server thread 8 got connection 152136
client thread 9 loop 2
client thread 9 socket created 152072
server thread 8 read 8192 bytes
client thread 9 socket connected 152072
client thread 9 socket wrote 8192
server thread 6 write 131072 bytes
server thread 9 got connection 151880
server thread 9 read 8192 bytes
server: 14490 60 3600 120 18270
server thread 6 loop 1
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 151240
client thread 6 socket connected 151240
server thread 1 write 131072 bytes
client thread 6 socket wrote 8192
server: 1110 70 13650 110 14940
Thread 1 EXIT
server thread 6 got connection 151368
server thread 6 read 8192 bytes
client thread 1 socket read 131072
Thread 1 EXIT
server thread 4 got connection 151176
server thread 4 read 8192 bytes
server thread 6 write 131072 bytes
server: 1320 60 1570 110 3060
server thread 6 loop 2
server thread 5 got connection 152008
client thread 6 socket read 131072
server thread 5 read 8192 bytes
client thread 6 loop 2
client thread 6 socket created 152520
client thread 6 socket connected 152520
client thread 6 socket wrote 8192
server thread 6 got connection 151560
server thread 6 read 8192 bytes
server thread 7 got connection 151624
server thread 7 read 8192 bytes
server thread 6 write 131072 bytes
server: 1220 60 1760 160 3200
server thread 6 loop 3
client thread 6 socket read 131072
client thread 6 loop 3
client thread 6 socket created 152456
server thread 7 write 131072 bytes
server: 19010 90 2950 130 22180
server thread 7 loop 1
client thread 7 socket read 131072
client thread 7 loop 1
client thread 0 socket read 131072
client thread 7 socket created 152200
client thread 0 loop 1
client thread 7 socket connected 152200
client thread 0 socket created 151368
client thread 7 socket wrote 8192
client thread 0 socket connected 151368
client thread 0 socket wrote 8192
server thread 7 got connection 151240
server thread 7 read 8192 bytes
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 151560
client thread 3 socket connected 151560
client thread 3 socket wrote 8192
server thread 4 write 131072 bytes
server: 27700 90 7970 140 35900
server thread 4 loop 1
server thread 7 write 131072 bytes
server: 990 70 2480 110 3650
server thread 7 loop 2
client thread 7 socket read 131072
server thread 3 got connection 152520
server thread 3 read 8192 bytes
client thread 7 loop 2
client thread 7 socket created 151624
client thread 7 socket connected 151624
client thread 7 socket wrote 8192
server thread 7 got connection 150984
server thread 7 read 8192 bytes
server thread 3 write 131072 bytes
server: 13840 70 1620 120 15650
server thread 3 loop 2
client thread 3 socket read 131072
server thread 6 got connection 151112
client thread 3 loop 2
client thread 3 socket created 152264
client thread 3 socket connected 152264
client thread 3 socket wrote 8192
server thread 7 write 131072 bytes
server: 1000 60 2140 110 3310
server thread 7 loop 3
client thread 7 socket read 131072
server thread 8 write 131072 bytes
client thread 7 loop 3
server: 10180 320 16330 120 26950
server thread 8 loop 1
client thread 7 socket created 151240
client thread 7 socket connected 151240
client thread 8 socket read 131072
client thread 7 socket wrote 8192
client thread 8 loop 1
client thread 8 socket created 152200
server thread 7 got connection 152520
server thread 7 read 8192 bytes
client thread 8 socket connected 152200
client thread 8 socket wrote 8192
server thread 8 got connection 151560
server thread 8 read 8192 bytes
server thread 0 got connection 150984
server thread 0 read 8192 bytes
server thread 3 got connection 151176
server thread 3 read 8192 bytes
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 151624
client thread 4 socket connected 151624
client thread 4 socket wrote 8192
server thread 8 write 131072 bytes
server: 990 60 3170 110 4330
server thread 8 loop 2
server thread 5 write 131072 bytes
client thread 8 socket read 131072
server: 25250 60 16250 110 41670
server thread 5 loop 1
client thread 8 loop 2
client thread 8 socket created 152136
client thread 8 socket connected 152136
server thread 7 write 131072 bytes
client thread 8 socket wrote 8192
server: 1020 50 4480 120 5670
server thread 7 loop 4
server thread 8 got connection 151304
server thread 8 read 8192 bytes
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 151816
client thread 7 socket connected 151816
client thread 7 socket wrote 8192
server thread 7 got connection 151560
server thread 7 read 8192 bytes
server thread 8 write 131072 bytes
server: 1010 90 1590 120 2810
server thread 8 loop 3
client thread 8 socket read 131072
server thread 4 got connection 152008
client thread 8 loop 3
server thread 4 read 8192 bytes
client thread 8 socket created 152200
client thread 8 socket connected 152200
client thread 8 socket wrote 8192
server thread 8 got connection 152520
server thread 8 read 8192 bytes
server thread 4 write 131072 bytes
server: 12730 60 2290 130 15210
server thread 4 loop 2
client thread 4 socket read 131072
client thread 8 socket read 131072
client thread 4 loop 2
client thread 8 loop 4
client thread 4 socket created 151240
client thread 8 socket created 151304
client thread 4 socket connected 151240
client thread 4 socket wrote 8192
client thread 8 socket connected 151304
client thread 8 socket wrote 8192
server thread 8 write 131072 bytes
server thread 4 got connection 152136
server thread 4 read 8192 bytes
server: 1510 80 2790 130 4510
server thread 8 loop 4
server thread 8 got connection 152008
server thread 8 read 8192 bytes
client thread 9 socket read 131072
server thread 7 write 131072 bytes
client thread 9 loop 3
server: 1270 90 6920 110 8390
Thread 7 EXIT
client thread 9 socket created 151624
client thread 9 socket connected 151624
client thread 9 socket wrote 8192
server thread 4 write 131072 bytes
server: 1080 60 2640 140 3920
server thread 4 loop 3
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 152200
client thread 4 socket connected 152200
client thread 4 socket wrote 8192
client thread 5 socket read 131072
server thread 4 got connection 152520
server thread 4 read 8192 bytes
client thread 5 loop 1
client thread 5 socket created 152072
client thread 5 socket connected 152072
client thread 5 socket wrote 8192
client thread 7 socket read 131072
Thread 7 EXIT
server thread 8 write 131072 bytes
server: 170 140 5380 110 5800
Thread 8 EXIT
server thread 4 write 131072 bytes
client thread 8 socket read 131072
server: 1080 60 2420 110 3670
server thread 4 loop 4
Thread 8 EXIT
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 151560
client thread 4 socket connected 151560
client thread 4 socket wrote 8192
server thread 0 write 131072 bytes
server thread 3 write 131072 bytes
server: 25900 80 16800 100 42880
server thread 0 loop 2
server: 4700 90 16290 120 21200
server thread 3 loop 3
server thread 4 got connection 152328
server thread 4 read 8192 bytes
client thread 0 socket read 131072
client thread 0 loop 2
client thread 0 socket created 152136
client thread 0 socket connected 152136
client thread 0 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 3
client thread 3 socket created 151240
server thread 0 got connection 151752
server thread 0 read 8192 bytes
client thread 3 socket connected 151240
client thread 3 socket wrote 8192
server thread 3 got connection 151816
client thread 0 socket read 131072
client thread 0 loop 3
server thread 5 got connection 152008
server thread 5 read 8192 bytes
client thread 0 socket created 151688
client thread 0 socket connected 151688
client thread 0 socket wrote 8192
server thread 5 write 131072 bytes
client thread 5 socket read 131072
server: 18200 70 1230 120 19620
server thread 5 loop 2
client thread 5 loop 2
client thread 5 socket created 152520
client thread 5 socket connected 152520
client thread 5 socket wrote 8192
client thread 6 socket connected 152456
server thread 4 write 131072 bytes
client thread 6 socket wrote 8192
server thread 3 read 8192 bytes
server: 1690 80 4990 120 6880
Thread 4 EXIT
client thread 4 socket read 131072
Thread 4 EXIT
server thread 5 got connection 151304
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 1510 100 1290 60 2960
server thread 5 loop 3
server thread 6 read 8192 bytes
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 152200
client thread 5 socket connected 152200
client thread 5 socket wrote 8192
server thread 5 got connection 150984
server thread 5 read 8192 bytes
server thread 6 write 131072 bytes
server: 7780 28650 2360 130 38920
server thread 6 loop 4
server thread 5 write 131072 bytes
server: 1120 60 1920 160 3260
server thread 5 loop 4
client thread 5 socket read 131072
server thread 9 write 131072 bytes
client thread 5 loop 4
server: 1470 60 46110 140 47780
server thread 9 loop 3
client thread 5 socket created 151176
client thread 5 socket connected 151176
client thread 5 socket wrote 8192
client thread 6 socket read 131072
server thread 5 got connection 151368
server thread 5 read 8192 bytes
client thread 6 loop 4
client thread 6 socket created 152264
client thread 6 socket connected 152264
client thread 6 socket wrote 8192
server thread 5 write 131072 bytes
server: 670 60 1200 60 1990
Thread 5 EXIT
client thread 3 socket read 131072
server thread 6 got connection 152136
client thread 3 loop 4
server thread 6 read 8192 bytes
client thread 3 socket created 152008
client thread 3 socket connected 152008
client thread 3 socket wrote 8192
server thread 9 got connection 152072
server thread 9 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 4
server thread 6 write 131072 bytes
client thread 9 socket created 152328
server: 3060 60 2610 120 5850
Thread 6 EXIT
client thread 9 socket connected 152328
server thread 0 write 131072 bytes
client thread 9 socket wrote 8192
server: 1490 50 15100 140 16780
server thread 0 loop 3
server thread 0 got connection 151496
server thread 0 read 8192 bytes
client thread 6 socket read 131072
server thread 0 write 131072 bytes
Thread 6 EXIT
server thread 9 write 131072 bytes
server: 2970 90 4430 130 7620
server thread 9 loop 4
client thread 0 socket read 131072
server thread 9 got connection 151560
client thread 0 loop 4
server thread 9 read 8192 bytes
client thread 0 socket created 151304
client thread 0 socket connected 151304
client thread 0 socket wrote 8192
server thread 9 write 131072 bytes
server: 190 60 1200 110 1560
client thread 9 socket read 131072
Thread 9 EXIT
server: 170 100 1530 120 1920
server thread 0 loop 4
Thread 9 EXIT
server thread 0 got connection 152520
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 190 60 1390 110 1750
Thread 0 EXIT
client thread 5 socket read 131072
Thread 5 EXIT
server thread 3 write 131072 bytes
server: 2420 3160 18140 130 23850
server thread 3 loop 4
server thread 3 got connection 151112
server thread 3 read 8192 bytes
client thread 3 socket read 131072
Thread 3 EXIT
server thread 3 write 131072 bytes
server: 170 60 2400 120 2750
Thread 3 EXIT
client thread 0 socket read 131072
Thread 0 EXIT
Thread 0 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 20 131346 5562 117465 2601
server per thread elapsed time 256974
----------
Client results:

----------
client per thread totals 20 10428 3424 315339 3900
client per thread elapsed time 333091
select loop kernel/kernel: 18586.00 usec
Killing sel_spd 13299 after 600
END TEST: sel_spd
BEGIN TEST: selct_er  
Fri Mar 28 15:08:07 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 13314 after 600
END TEST: selct_er
BEGIN TEST: selct_nm  
Fri Mar 28 15:08:08 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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.
END TEST: selct_nm
Killing selct_nm 13336 after 600
BEGIN TEST: selct_to  
Fri Mar 28 15:08:08 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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.
END TEST: selct_to
Killing selct_to 13359 after 600
BEGIN TEST: selintr  
Fri Mar 28 15:08:15 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
select returned 0
Killing selintr 13372 after 600
END TEST: selintr
BEGIN TEST: sema  
Fri Mar 28 15:08:20 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
Killing sema 13402 after 600
END TEST: sema
BEGIN TEST: semaerr  
Fri Mar 28 15:08:21 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
PASS
Killing semaerr 13419 after 600
END TEST: semaerr
BEGIN TEST: semaping  
Fri Mar 28 15:08:26 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
warning: removed semaphore /tmp/bar.sem left over from previous run
PASS
PASS
Killing semaping 13433 after 600
END TEST: semaping
BEGIN TEST: sendzlf  
Fri Mar 28 15:08:30 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
Killing sendzlf 13452 after 600
END TEST: sendzlf
BEGIN TEST: server_test  
Fri Mar 28 15:08:30 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing server_test 13473 after 600
END TEST: server_test
BEGIN TEST: servr_uu  
Fri Mar 28 15:08:31 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing servr_uu 13536 after 600
END TEST: servr_uu
BEGIN TEST: servr_ku  
Fri Mar 28 15:08:32 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
END TEST: servr_ku
Killing servr_ku 13558 after 600
BEGIN TEST: servr_uk  
Fri Mar 28 15:08:32 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing servr_uk 13580 after 600
END TEST: servr_uk
BEGIN TEST: servr_kk  
Fri Mar 28 15:08:33 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing servr_kk 13607 after 600
END TEST: servr_kk
BEGIN TEST: short_thread  
Fri Mar 28 15:08:33 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing short_thread 13622 after 600
END TEST: short_thread
BEGIN TEST: sigpipe  
Fri Mar 28 15:08:34 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
write to broken pipe failed with EPIPE, as expected
write to broken pipe failed with EPIPE, as expected
PASSED
Killing sigpipe 13644 after 600
END TEST: sigpipe
BEGIN TEST: socket  
Fri Mar 28 15:08:34 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
END TEST: socket
BEGIN TEST: sockopt  
Fri Mar 28 15:08:34 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASSED
Killing sockopt 13670 after 600
END TEST: sockopt
BEGIN TEST: sockping  
Fri Mar 28 15:08:35 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 13691 after 600
END TEST: sockping
BEGIN TEST: sprintf  
Fri Mar 28 15:08:35 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
Killing sprintf 13721 after 600
END TEST: sprintf
BEGIN TEST: stack  
Fri Mar 28 15:08:38 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
Killing stack 13758 after 600
END TEST: stack
BEGIN TEST: stdio  
Fri Mar 28 15:08:53 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
This to standard out
This to standard err
Killing stdio 13986 after 600
END TEST: stdio
BEGIN TEST: str2addr  
Fri Mar 28 15:08:54 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
Killing str2addr 14007 after 600
END TEST: str2addr
BEGIN TEST: strod  
Fri Mar 28 15:08:54 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Settings
Number to translate 1234567890123456789
Loops to run test: 1
Translation = 1234567890123456768
Killing strod 14037 after 600
END TEST: strod
BEGIN TEST: switch  
Fri Mar 28 15:08:55 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASSED
Killing switch 14058 after 600
END TEST: switch
BEGIN TEST: system  
Fri Mar 28 15:08:57 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PR_SI_HOSTNAME: y2sun2
PR_SI_SYSNAME: SunOS
PR_SI_RELEASE: 5.8
PR_SI_ARCHITECTURE: sparc
Host page size is 8192
Page shift is 13
Number of processors is: 2
Killing system 14129 after 600
END TEST: system
BEGIN TEST: testbit  
Fri Mar 28 15:08:57 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASSED
Killing testbit 14184 after 600
END TEST: testbit
BEGIN TEST: testfile  
Fri Mar 28 15:08:58 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
File Test passed
Dir Test passed
Killing testfile 14212 after 600
END TEST: testfile
BEGIN TEST: threads  
Fri Mar 28 15:08:58 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
Killing threads 14267 after 600
END TEST: threads
BEGIN TEST: timemac  
Fri Mar 28 15:09:02 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Fri Mar 28 23:09:02 UTC 2003
Current local time is Fri Mar 28 15:09:02 -0800 2003
GMT offset is -28800, DST offset is 0
Please examine the results
Killing timemac 14467 after 600
END TEST: timemac
BEGIN TEST: timetest  
Fri Mar 28 15:09:03 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing timetest 14521 after 600
END TEST: timetest
BEGIN TEST: tpd  
Fri Mar 28 15:12:34 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASSED
Killing tpd 16730 after 600
END TEST: tpd
BEGIN TEST: udpsrv  
Fri Mar 28 15:12:35 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing udpsrv 16752 after 600
END TEST: udpsrv
BEGIN TEST: vercheck  
Fri Mar 28 15:12:36 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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
END TEST: vercheck
Killing vercheck 16783 after 600
BEGIN TEST: version  
Fri Mar 28 15:12:36 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Runtime library version information
Build time: 27 Mar 2003 11:47:30 GMT
Build time: 2003-03-27 03:47:30
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 16814 after 600
END TEST: version
BEGIN TEST: writev  
Fri Mar 28 15:12:37 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASSED
Killing writev 16838 after 600
END TEST: writev
BEGIN TEST: xnotify  
Fri Mar 28 15:12:38 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Done!
Killing xnotify 16862 after 600
END TEST: xnotify
BEGIN TEST: zerolen  
Fri Mar 28 15:12:39 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 16877 after 600
END TEST: zerolen
BEGIN TEST: accept  
Fri Mar 28 15:12:56 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
END TEST: accept
BEGIN TEST: acceptread  
Killing accept 17197 after 600
Fri Mar 28 15:13:03 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0xff041ac8)127.0.0.1:63566
(Server) read [0xff041a50..0xff041ac5) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0xff041ac8)127.0.0.1:63664
(Server) read [0xff041a50..0xff041ac5) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0xff041ac8)127.0.0.1:63792
(Server) read [0xff041a50..0xff041ac5) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0xff041ac8)127.0.0.1:63819
(Server) read [0xff041a50..0xff041ac5) 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 17235 after 600
END TEST: acceptread
BEGIN TEST: acceptreademu  
Fri Mar 28 15:13:15 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0xff041ac8)127.0.0.1:64799
(Server) read [0xff041a50..0xff041ac5) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0xff041ac8)127.0.0.1:64800
(Server) read [0xff041a50..0xff041ac5) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0xff041ac8)127.0.0.1:64802
(Server) read [0xff041a50..0xff041ac5) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0xff041ac8)127.0.0.1:64805
(Server) read [0xff041a50..0xff041ac5) GET / HTTP/1.0


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


Testing w/ write_dally = 2000 msec
PR_Recv (client) succeeded: 0 bytes

PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
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 17314 after 600
END TEST: acceptreademu
BEGIN TEST: affinity  
Fri Mar 28 15:13:26 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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
END TEST: affinity
Killing affinity 17483 after 600
BEGIN TEST: alarm  
Fri Mar 28 15:13:26 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing joinuu 7095 after 600
Killing alarm 17507 after 600
END TEST: alarm
BEGIN TEST: anonfm  
Fri Mar 28 15:14:29 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing anonfm 18614 after 600
END TEST: anonfm
BEGIN TEST: atomic  
Fri Mar 28 15:14:30 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 18631 after 600
END TEST: atomic
BEGIN TEST: attach  
Fri Mar 28 15:14:31 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing attach 18648 after 600
END TEST: attach
BEGIN TEST: bigfile  
Fri Mar 28 15:14:32 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing bigfile 18671 after 600
END TEST: bigfile
BEGIN TEST: cleanup  
Fri Mar 28 15:14:33 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 18693 after 600
END TEST: cleanup
BEGIN TEST: cltsrv  
Fri Mar 28 15:14:39 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Client/Server started at(0x27ad0): 15:14:39
Server started at(0x2aa00): 15:14:39
Client started at(0x2ac40): 15:14:39
main(0x27ad0): waiting for execution interval (10 seconds)
Shutting down(0x27ad0): 15:14:49
Client(0x2ac40): stopped after 322 operations and 331832 bytes
Server(0x2aa00): stopped after 323 operations and 332914 bytes
main(0x27ad0): test complete
Test exiting at(0x27ad0): 15:14:49
Killing cltsrv 18774 after 600
END TEST: cltsrv
BEGIN TEST: concur  
Fri Mar 28 15:14:49 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASSED
Killing concur 18957 after 600
END TEST: concur
BEGIN TEST: cvar  
Fri Mar 28 15:15:00 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing cvar 18995 after 600
END TEST: cvar
BEGIN TEST: cvar2  
Fri Mar 28 15:15:01 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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: 35.90 usec
Condvar simple test shared UK: 29.00 usec
Condvar simple test priv UU: 71.40 usec
Condvar simple test priv UK: 71.70 usec
Condvar simple test All: 105.30 usec
Condvar timeout test: 643.50 usec

10 Thread tests
Condvar simple test shared UU: 52.80 usec
Condvar simple test shared UK: 50.90 usec
Condvar simple test priv UU: 128.30 usec
Condvar simple test priv UK: 127.90 usec
Condvar simple test All: 213.60 usec
Condvar timeout test: 681.10 usec

15 Thread tests
Condvar simple test shared UU: 76.00 usec
Condvar simple test shared UK: 75.60 usec
Condvar simple test priv UU: 252.50 usec
Condvar simple test priv UK: 189.50 usec
Condvar simple test All: 1466.50 usec
Condvar timeout test: 889.70 usec

20 Thread tests
Condvar simple test shared UU: 139.50 usec
Condvar simple test shared UK: 142.10 usec
Condvar simple test priv UU: 1919.10 usec
Condvar simple test priv UK: 1544.60 usec
Condvar simple test All: 3133.80 usec
Condvar timeout test: 1044.00 usec
PASS
Killing cvar2 19017 after 600
END TEST: cvar2
BEGIN TEST: dlltest  
Fri Mar 28 15:15:03 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASSED
Killing dlltest 19035 after 600
END TEST: dlltest
BEGIN TEST: dtoa  
Fri Mar 28 15:15:03 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASSED
END TEST: dtoa
BEGIN TEST: errcodes  
Fri Mar 28 15:15:04 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 dtoa 19048 after 600
Killing errcodes 19062 after 600
END TEST: errcodes
BEGIN TEST: exit  
Fri Mar 28 15:15:05 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing exit 19076 after 600
END TEST: exit
BEGIN TEST: fdcach  
Fri Mar 28 15:15:15 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
Killing fdcach 19122 after 600
END TEST: fdcach
BEGIN TEST: fileio  
Fri Mar 28 15:15:16 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
Killing fileio 19142 after 600
END TEST: fileio
BEGIN TEST: foreign  
Fri Mar 28 15:15:17 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing foreign 19163 after 600
END TEST: foreign
BEGIN TEST: forktest  
Fri Mar 28 15:15:22 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Accepting connection at port 34455
Wait one second before connect
Connecting to port 34455
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Fork succeeded. Parent process continues.
Wait one second before connect
Accepting connection at port 34457
Fork succeeded. Child process continues.
Accepting connection at port 34458
Wait one second before connect
Connecting to port 34457
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Connecting to port 34458
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Child process exits.
Parent process exits.
PASSED
Killing forktest 19176 after 600
END TEST: forktest
BEGIN TEST: fsync  
Fri Mar 28 15:15:24 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
10 iterations over a 10 kbyte file: 120 [150] 130
Killing fsync 19196 after 600
END TEST: fsync
BEGIN TEST: getproto  
Fri Mar 28 15:15:25 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
tcp is protocol number 6
udp is protocol number 17
Protocol number 6 is tcp
Protocol number 17 is udp
PASSED
END TEST: getproto
BEGIN TEST: i2l  
Fri Mar 28 15:15:25 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing getproto 19211 after 600
We have long long
Killing i2l 19224 after 600
END TEST: i2l
BEGIN TEST: initclk  
Fri Mar 28 15:15:26 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Elapsed time: 3000 ms, expected time: 3010 ms
PASS
Killing initclk 19237 after 600
END TEST: initclk
BEGIN TEST: inrval  
Fri Mar 28 15:15:29 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
inrval: Examine stdout to determine results.
Overhead of 'PR_Now()' is 280 nsecs

Overhead of 'PR_IntervalNow()' is 434 nsecs

Overhead of 'PR_Now()' is 329 nsecs

Overhead of 'PR_IntervalNow()' is 446 nsecs

Killing inrval 19252 after 600
END TEST: inrval
BEGIN TEST: instrumt  
Fri Mar 28 15:17:01 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Test not defined
Killing instrumt 19797 after 600
END TEST: instrumt
BEGIN TEST: intrio  
Fri Mar 28 15:17:02 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 19811 after 600
END TEST: intrio
BEGIN TEST: intrupt  
Fri Mar 28 15:17:22 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASSED
Killing intrupt 19907 after 600
END TEST: intrupt
BEGIN TEST: io_timeout  
Fri Mar 28 15:17:36 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 19972 after 600
END TEST: io_timeout
BEGIN TEST: ioconthr  
Fri Mar 28 15:17:42 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Interrupting the threads
Threads terminated in 3011 milliseconds
PASS
Killing ioconthr 20043 after 600
END TEST: ioconthr
BEGIN TEST: join  
Fri Mar 28 15:17:47 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
User-User test
User-Kernel test
Kernel-User test
Kernel-Kernel test
Join with unjoinable thread
PASSED
END TEST: join
BEGIN TEST: joinkk  
Fri Mar 28 15:17:48 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing join 20081 after 600
PASS
Killing joinkk 20095 after 600
END TEST: joinkk
BEGIN TEST: joinku  
Fri Mar 28 15:17:48 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
Killing joinku 20109 after 600
END TEST: joinku
BEGIN TEST: joinuk  
Fri Mar 28 15:17:49 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
Killing joinuk 20122 after 600
END TEST: joinuk
BEGIN TEST: joinuu  
Fri Mar 28 15:17:49 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
END TEST: joinuu
BEGIN TEST: layer  
Fri Mar 28 15:17:50 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing joinuu 20138 after 600
Beginning non-layered test
Ending non-layered test
Beginning layered test
Beginning layered test with new style stack
Ending layered test
Killing layer 20152 after 600
END TEST: layer
BEGIN TEST: lazyinit  
Fri Mar 28 15:17:50 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing lazyinit 20166 after 600
END TEST: lazyinit
BEGIN TEST: lltest  
Fri Mar 28 15:17:50 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
Killing lltest 20179 after 600
END TEST: lltest
BEGIN TEST: lock  
Fri Mar 28 15:17:50 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
Killing lock 20192 after 600
END TEST: lock
BEGIN TEST: lockfile  
Fri Mar 28 15:18:09 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing lockfile 20283 after 600
END TEST: lockfile
BEGIN TEST: logger  
Fri Mar 28 15:18:14 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing logger 20314 after 600
END TEST: logger
BEGIN TEST: many_cv  
Fri Mar 28 15:18:24 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Settings
Conditions / lock: 10
Loops to run test: 1
PASS
Killing many_cv 20377 after 600
END TEST: many_cv
BEGIN TEST: multiwait  
Fri Mar 28 15:18:25 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 20393 after 600
END TEST: multiwait
BEGIN TEST: nameshm1  
Fri Mar 28 15:19:48 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
END TEST: nameshm1
BEGIN TEST: nonblock  
Fri Mar 28 15:19:48 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 21859 after 600
END TEST: nonblock
BEGIN TEST: nblayer  
Fri Mar 28 15:19:51 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Ending layered test
Killing nblayer 21891 after 600
END TEST: nblayer
BEGIN TEST: ntioto  
Fri Mar 28 15:19:52 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing ntioto 21911 after 600
END TEST: ntioto
BEGIN TEST: ntoh  
Fri Mar 28 15:19:53 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
1 2
1 2
1 2
1 2 3 4
1 2 3 4
1 2 3 4
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
PASS
Killing ntoh 21932 after 600
END TEST: ntoh
BEGIN TEST: op_2long  
Fri Mar 28 15:19:53 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 78
PASS
Killing op_2long 21949 after 600
END TEST: op_2long
BEGIN TEST: op_excl  
Fri Mar 28 15:19:54 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing op_excl 21970 after 600
END TEST: op_excl
BEGIN TEST: op_filnf  
Fri Mar 28 15:19:55 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
error code is -5950
PASS
Killing op_filnf 21990 after 600
END TEST: op_filnf
BEGIN TEST: op_filok  
Fri Mar 28 15:19:56 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Test passed
Killing op_filok 22019 after 600
END TEST: op_filok
BEGIN TEST: op_nofil  
Fri Mar 28 15:19:57 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
error code is PR_FILE_NOT_FOUND_ERROR, as expected
PASS
Killing op_nofil 22057 after 600
END TEST: op_nofil
BEGIN TEST: parent  
Fri Mar 28 15:19:58 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing parent 22088 after 600
END TEST: parent
BEGIN TEST: peek  
Fri Mar 28 15:20:00 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
END TEST: peek
BEGIN TEST: perf  
Fri Mar 28 15:20:00 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
local procedure call overhead: 0.03 usec
DLL procedure call overhead: 0.09 usec
current calendar time: 0.30 usec
interval time: 0.42 usec
idle lock lock/unlock pair: 0.48 usec
idle monitor entry/exit pair: 0.73 usec
idle cache monitor entry/exit pair: 1.85 usec
create/destroy thread pair: 720.31 usec
context switch - user/user: 7.94 usec
context switch - user/kernel: 7.95 usec
context switch - kernel/user: 7.94 usec
context switch - kernel/kernel: 10.01 usec
sema context switch - user/user: 9.23 usec
sema context switch - user/kernel: 9.18 usec
sema context switch - kernel/user: 9.04 usec
sema context switch - kernel/kernel: 9.01 usec
--------------
Adding 7 additional CPUs
--------------
local procedure call overhead: 0.02 usec
DLL procedure call overhead: 0.05 usec
current calendar time: 0.29 usec
interval time: 0.40 usec
idle lock lock/unlock pair: 0.43 usec
idle monitor entry/exit pair: 0.66 usec
idle cache monitor entry/exit pair: 1.77 usec
create/destroy thread pair: 332.45 usec
context switch - user/user: 40.96 usec
context switch - user/kernel: 39.97 usec
context switch - kernel/user: 73.51 usec
context switch - kernel/kernel: 103.89 usec
sema context switch - user/user: 40.38 usec
sema context switch - user/kernel: 44.78 usec
sema context switch - kernel/user: 44.38 usec
sema context switch - kernel/kernel: 45.78 usec
Killing perf 22127 after 600
END TEST: perf
BEGIN TEST: pipeping  
Fri Mar 28 15:20:02 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 22148 after 600
END TEST: pipeping
BEGIN TEST: pipeping2  
Fri Mar 28 15:20:03 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 22162 after 600
END TEST: pipeping2
BEGIN TEST: pipeself  
Fri Mar 28 15:20:04 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 22193 after 600
END TEST: pipeself
BEGIN TEST: poll_nm  
Fri Mar 28 15:20:05 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing poll_nm 22212 after 600
END TEST: poll_nm
BEGIN TEST: poll_to  
Fri Mar 28 15:20:06 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing poll_to 22242 after 600
END TEST: poll_to
BEGIN TEST: pollable  
Fri Mar 28 15:20:11 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASSED
Killing pollable 22278 after 600
END TEST: pollable
BEGIN TEST: prftest  
Fri Mar 28 15:20:12 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PR_snprintf test 1 passed
PR_snprintf test 2 passed
Killing prftest 22300 after 600
END TEST: prftest
BEGIN TEST: primblok  
Fri Mar 28 15:20:13 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
This test is not relevant on this platform
Killing primblok 22330 after 600
END TEST: primblok
BEGIN TEST: provider  
Fri Mar 28 15:20:14 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Client/Server started at(0x27d70): 15:20:15
Server started at(0x2ac70): 15:20:15
main(0x27d70): waiting for execution interval (10 seconds)
Client started at(0x2ade0): 15:20:15
Shutting down(0x27d70): 15:20:25
Client(0x2ade0): stopped after 315 operations and 324636 bytes
Server(0x2ac70): stopped after 316 operations and 325438 bytes
main(0x27d70): test complete
Test exiting at(0x27d70): 15:20:25
Killing provider 22351 after 600
END TEST: provider
BEGIN TEST: prpollml  
Fri Mar 28 15:20:25 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
Killing prpollml 22513 after 600
END TEST: prpollml
BEGIN TEST: prpoll  
Fri Mar 28 15:21:06 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 35081, 35082 and 35083

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 "35081" from a client
The server received "35082" from a client
Server read 128 bytes from native fd 7
The server received "35083" from a client
The server received "35081" from a client
The server received "35082" from a client
Server read 128 bytes from native fd 13
The server received "35083" from a client
The server received "35081" from a client
The server received "35082" from a client
Server read 128 bytes from native fd 8
The server received "35083" from a client
The server received "35081" from a client
The server received "35082" from a client
Server read 128 bytes from native fd 12
The server received "35083" from a client
The server received "35081" from a client
The server received "35082" from a client
Server read 128 bytes from native fd 8
The server received "35083" from a client
All tests finished
Killing prpoll 22991 after 600
END TEST: prpoll
BEGIN TEST: randseed  
Fri Mar 28 15:21:11 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing randseed 23117 after 600
END TEST: randseed
BEGIN TEST: ranfile  
Fri Mar 28 15:21:12 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
Killing ranfile 23141 after 600
END TEST: ranfile
BEGIN TEST: rwlocktest  
Fri Mar 28 15:21:33 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
Killing rwlocktest 23276 after 600
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Fri Mar 28 15:21:34 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 41262 478 40582 601
server per thread elapsed time 82923
----------
Client results:

----------
client per thread totals 0 1321 552 64895 1091
client per thread elapsed time 67859
select loop user/user: 21852.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 65460 808 63000 1181
server per thread elapsed time 130449
----------
Client results:

----------
client per thread totals 10 2672 1042 106751 5037
client per thread elapsed time 115502
select loop user/kernel: 19006.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 99836 1719 90338 1736
server per thread elapsed time 193629
----------
Client results:

----------
client per thread totals 10 4788 2487 160308 6331
client per thread elapsed time 173914
select loop kernel/user: 21446.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 20 119485 4394 112164 2431
server per thread elapsed time 238474
----------
Client results:

----------
client per thread totals 20 6119 2975 198923 7018
client per thread elapsed time 215035
select loop kernel/kernel: 17478.00 usec
Killing sel_spd 23293 after 600
END TEST: sel_spd
BEGIN TEST: selct_er  
Fri Mar 28 15:21:35 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing selct_er 23310 after 600
END TEST: selct_er
BEGIN TEST: selct_nm  
Fri Mar 28 15:21:36 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing selct_nm 23336 after 600
END TEST: selct_nm
BEGIN TEST: selct_to  
Fri Mar 28 15:21:37 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing selct_to 23357 after 600
END TEST: selct_to
BEGIN TEST: selintr  
Fri Mar 28 15:21:42 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
select returned 0
Killing selintr 23403 after 600
END TEST: selintr
BEGIN TEST: sema  
Fri Mar 28 15:21:45 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
Killing sema 23447 after 600
END TEST: sema
BEGIN TEST: semaerr  
Fri Mar 28 15:21:46 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
PASS
Killing semaerr 23464 after 600
END TEST: semaerr
BEGIN TEST: semaping  
Fri Mar 28 15:21:47 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
warning: removed semaphore /tmp/bar.sem left over from previous run
PASS
PASS
Killing semaping 23482 after 600
END TEST: semaping
BEGIN TEST: sendzlf  
Fri Mar 28 15:21:49 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
Killing sendzlf 23500 after 600
END TEST: sendzlf
BEGIN TEST: server_test  
Fri Mar 28 15:21:50 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing server_test 23517 after 600
END TEST: server_test
BEGIN TEST: servr_uu  
Fri Mar 28 15:21:51 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing servr_uu 23534 after 600
END TEST: servr_uu
BEGIN TEST: servr_ku  
Fri Mar 28 15:21:52 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing servr_ku 23555 after 600
END TEST: servr_ku
BEGIN TEST: servr_uk  
Fri Mar 28 15:21:52 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing servr_uk 23592 after 600
END TEST: servr_uk
BEGIN TEST: servr_kk  
Fri Mar 28 15:21:53 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing servr_kk 23613 after 600
END TEST: servr_kk
BEGIN TEST: short_thread  
Fri Mar 28 15:21:54 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing short_thread 23630 after 600
END TEST: short_thread
BEGIN TEST: sigpipe  
Fri Mar 28 15:21:55 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
write to broken pipe failed with EPIPE, as expected
write to broken pipe failed with EPIPE, as expected
PASSED
Killing sigpipe 23647 after 600
END TEST: sigpipe
BEGIN TEST: socket  
Fri Mar 28 15:21:56 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
END TEST: socket
BEGIN TEST: sockopt  
Fri Mar 28 15:21:57 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASSED
Killing sockopt 23673 after 600
END TEST: sockopt
BEGIN TEST: sockping  
Fri Mar 28 15:21:58 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 23686 after 600
END TEST: sockping
BEGIN TEST: sprintf  
Fri Mar 28 15:21:59 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
Killing sprintf 23708 after 600
END TEST: sprintf
BEGIN TEST: stack  
Fri Mar 28 15:22:01 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
Killing stack 23729 after 600
END TEST: stack
BEGIN TEST: stdio  
Fri Mar 28 15:22:11 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
This to standard out
This to standard err
Killing stdio 23766 after 600
END TEST: stdio
BEGIN TEST: str2addr  
Fri Mar 28 15:22:12 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
Killing str2addr 23783 after 600
END TEST: str2addr
BEGIN TEST: strod  
Fri Mar 28 15:22:13 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Settings
Number to translate 1234567890123456789
Loops to run test: 1
Translation = 1234567890123456768
Killing strod 23796 after 600
END TEST: strod
BEGIN TEST: switch  
Fri Mar 28 15:22:14 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASSED
Killing switch 23813 after 600
END TEST: switch
BEGIN TEST: system  
Fri Mar 28 15:22:16 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PR_SI_HOSTNAME: y2sun2
PR_SI_SYSNAME: SunOS
PR_SI_RELEASE: 5.8
PR_SI_ARCHITECTURE: sparc
Host page size is 8192
Page shift is 13
Number of processors is: 2
Killing system 23834 after 600
END TEST: system
BEGIN TEST: testbit  
Fri Mar 28 15:22:16 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASSED
END TEST: testbit
Killing testbit 23866 after 600
BEGIN TEST: testfile  
Fri Mar 28 15:22:17 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
File Test passed
Dir Test passed
Killing testfile 23889 after 600
END TEST: testfile
BEGIN TEST: threads  
Fri Mar 28 15:22:18 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
Killing threads 23926 after 600
END TEST: threads
BEGIN TEST: timemac  
Fri Mar 28 15:22:22 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Fri Mar 28 23:22:22 UTC 2003
Current local time is Fri Mar 28 15:22:22 -0800 2003
GMT offset is -28800, DST offset is 0
Please examine the results
Killing timemac 23957 after 600
END TEST: timemac
BEGIN TEST: timetest  
Fri Mar 28 15:22:23 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing timetest 23974 after 600
END TEST: timetest
BEGIN TEST: tpd  
Fri Mar 28 15:25:14 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASSED
Killing tpd 27230 after 600
END TEST: tpd
BEGIN TEST: udpsrv  
Fri Mar 28 15:25:15 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing udpsrv 27243 after 600
END TEST: udpsrv
BEGIN TEST: vercheck  
Fri Mar 28 15:25:16 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 27272 after 600
END TEST: vercheck
BEGIN TEST: version  
Fri Mar 28 15:25:17 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Runtime library version information
Build time: 27 Mar 2003 11:41:38 GMT
Build time: 2003-03-27 03:41:38
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 27285 after 600
END TEST: version
BEGIN TEST: writev  
Fri Mar 28 15:25:17 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASSED
Killing writev 27302 after 600
END TEST: writev
BEGIN TEST: xnotify  
Fri Mar 28 15:25:17 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Done!
END TEST: xnotify
BEGIN TEST: zerolen  
Fri Mar 28 15:25:18 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing xnotify 27327 after 600
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 27342 after 600
END TEST: zerolen
BEGIN TEST: accept  
Fri Mar 28 15:25:37 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
PASS
Killing accept 27721 after 600
END TEST: accept
BEGIN TEST: acceptread  
Fri Mar 28 15:25:44 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0xffffffff7da11968)127.0.0.1:35473
(Server) read [0xffffffff7da118f3..0xffffffff7da11968) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0xffffffff7da11968)127.0.0.1:35474
(Server) read [0xffffffff7da118f3..0xffffffff7da11968) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0xffffffff7da11968)127.0.0.1:35475
(Server) read [0xffffffff7da118f3..0xffffffff7da11968) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0xffffffff7da11968)127.0.0.1:35476
(Server) read [0xffffffff7da118f3..0xffffffff7da11968) 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 27830 after 600
END TEST: acceptread
BEGIN TEST: acceptreademu  
Fri Mar 28 15:25:55 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0xffffffff7da11968)127.0.0.1:35479
(Server) read [0xffffffff7da118f3..0xffffffff7da11968) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0xffffffff7da11968)127.0.0.1:35480
(Server) read [0xffffffff7da118f3..0xffffffff7da11968) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0xffffffff7da11968)127.0.0.1:35481
(Server) read [0xffffffff7da118f3..0xffffffff7da11968) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0xffffffff7da11968)127.0.0.1:35482
(Server) read [0xffffffff7da118f3..0xffffffff7da11968) 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 28272 after 600
END TEST: acceptreademu
BEGIN TEST: affinity  
Fri Mar 28 15:26:06 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 28816 after 600
END TEST: affinity
BEGIN TEST: alarm  
Fri Mar 28 15:26:06 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
END TEST: alarm
Killing alarm 28852 after 600
BEGIN TEST: anonfm  
Fri Mar 28 15:27:11 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Killing anonfm 1105 after 600
END TEST: anonfm
BEGIN TEST: atomic  
Fri Mar 28 15:27:13 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 1138 after 600
END TEST: atomic
BEGIN TEST: attach  
Fri Mar 28 15:27:13 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Killing attach 1153 after 600
END TEST: attach
BEGIN TEST: bigfile  
Fri Mar 28 15:27:16 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Killing bigfile 1167 after 600
END TEST: bigfile
BEGIN TEST: cleanup  
Fri Mar 28 15:27:19 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 1180 after 600
END TEST: cleanup
BEGIN TEST: cltsrv  
Fri Mar 28 15:27:26 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib

PThread Statistics
started: 15:27:26[10]
locks [created: 12, destroyed: 2]
locks [acquired: 3711, released: 3712]
cvars [created: 7, destroyed: 5]
cvars [notified: 270, delayed_delete: 0]
Client/Server started at(0x10010e260): 15:27:26
Server started at(0x1001142e0): 15:27:26
Client started at(0x100114650): 15:27:26
main(0x10010e260): waiting for execution interval (10 seconds)
Shutting down(0x10010e260): 15:27:36
Client(0x100114650): stopped after 262 operations and 265512 bytes
Server(0x1001142e0): stopped after 262 operations and 265512 bytes
main(0x10010e260): test complete
Test exiting at(0x10010e260): 15:27:36
Killing cltsrv 1298 after 600
END TEST: cltsrv
BEGIN TEST: concur  
Fri Mar 28 15:27:36 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
PASSED
Killing concur 1508 after 600
END TEST: concur
BEGIN TEST: cvar  
Fri Mar 28 15:27:48 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Killing cvar 1669 after 600
END TEST: cvar
BEGIN TEST: cvar2  
Fri Mar 28 15:27:48 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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: 70.80 usec
Condvar simple test shared UK: 62.30 usec
Condvar simple test priv UU: 407.40 usec
Condvar simple test priv UK: 400.50 usec
Condvar simple test All: 346.00 usec
Condvar timeout test: 1156.60 usec

10 Thread tests
Condvar simple test shared UU: 108.70 usec
Condvar simple test shared UK: 104.10 usec
Condvar simple test priv UU: 245.50 usec
Condvar simple test priv UK: 928.30 usec
Condvar simple test All: 867.30 usec
Condvar timeout test: 944.40 usec

15 Thread tests
Condvar simple test shared UU: 167.10 usec
Condvar simple test shared UK: 169.30 usec
Condvar simple test priv UU: 1114.60 usec
Condvar simple test priv UK: 1311.60 usec
Condvar simple test All: 3035.50 usec
Condvar timeout test: 1065.90 usec

20 Thread tests
Condvar simple test shared UU: 228.20 usec
Condvar simple test shared UK: 342.30 usec
Condvar simple test priv UU: 2058.90 usec
Condvar simple test priv UK: 2370.00 usec
Condvar simple test All: 3836.80 usec
Condvar timeout test: 1391.60 usec
PASS
Killing cvar2 1696 after 600
END TEST: cvar2
BEGIN TEST: dlltest  
Fri Mar 28 15:27:51 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
PASSED
Killing dlltest 1728 after 600
END TEST: dlltest
BEGIN TEST: dtoa  
Fri Mar 28 15:27:52 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
PASSED
Killing dtoa 1759 after 600
END TEST: dtoa
BEGIN TEST: errcodes  
Fri Mar 28 15:27:53 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 1773 after 600
END TEST: errcodes
BEGIN TEST: exit  
Fri Mar 28 15:27:54 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Killing exit 1794 after 600
END TEST: exit
BEGIN TEST: fdcach  
Fri Mar 28 15:28:04 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
PASS
Killing fdcach 1929 after 600
END TEST: fdcach
BEGIN TEST: fileio  
Fri Mar 28 15:28:04 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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
/u/svbld/ns/securityqa/nsprqa: usage: kill [ [ -sig ] id ... | -l ]
END TEST: fileio
BEGIN TEST: foreign  
Fri Mar 28 15:28:05 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Killing foreign 1971 after 600
END TEST: foreign
BEGIN TEST: forktest  
Fri Mar 28 15:28:09 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Accepting connection at port 38908
Wait one second before connect
Connecting to port 38908
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Fork succeeded. Parent process continues.
Wait one second before connect
Accepting connection at port 38911
Fork succeeded. Child process continues.
Accepting connection at port 38912
Wait one second before connect
Connecting to port 38911
Connecting to port 38912
Writing message "Hello world!"
Writing message "Hello world!"
Received "Hello world!" from the client
Received "Hello world!" from the client
The message is received correctly
The message is received correctly
Child process exits.
Parent process exits.
PASSED
Killing forktest 2029 after 600
END TEST: forktest
BEGIN TEST: fsync  
Fri Mar 28 15:28:11 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
10 iterations over a 10 kbyte file: 120 [150] 130
Killing fsync 2084 after 600
END TEST: fsync
BEGIN TEST: getproto  
Fri Mar 28 15:28:12 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 2111 after 600
END TEST: getproto
BEGIN TEST: i2l  
Fri Mar 28 15:28:12 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
We have long long
END TEST: i2l
Killing i2l 2131 after 600
BEGIN TEST: initclk  
Fri Mar 28 15:28:17 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Elapsed time: 3000 ms, expected time: 3013 ms
PASS
Killing initclk 2144 after 600
END TEST: initclk
BEGIN TEST: inrval  
Fri Mar 28 15:28:22 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
inrval: Examine stdout to determine results.
Overhead of 'PR_Now()' is 3614 nsecs

Overhead of 'PR_IntervalNow()' is 529 nsecs

Overhead of 'PR_Now()' is 602 nsecs

Overhead of 'PR_IntervalNow()' is 1383 nsecs

Killing inrval 2178 after 600
END TEST: inrval
BEGIN TEST: instrumt  
Fri Mar 28 15:30:03 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
PASS
Killing instrumt 2864 after 600
END TEST: instrumt
BEGIN TEST: intrio  
Fri Mar 28 15:30:04 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 2886 after 600
END TEST: intrio
BEGIN TEST: intrupt  
Fri Mar 28 15:30:24 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
PASSED
Killing intrupt 3352 after 600
END TEST: intrupt
BEGIN TEST: io_timeout  
Fri Mar 28 15:30:38 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 4153 after 600
END TEST: io_timeout
BEGIN TEST: ioconthr  
Fri Mar 28 15:30:45 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Interrupting the threads
Threads terminated in 3020 milliseconds
PASS
Killing ioconthr 4316 after 600
END TEST: ioconthr
BEGIN TEST: join  
Fri Mar 28 15:30:52 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
User-User test
User-Kernel test
Kernel-User test
Kernel-Kernel test
Join with unjoinable thread
PASSED
Killing join 4360 after 600
END TEST: join
BEGIN TEST: joinkk  
Fri Mar 28 15:30:53 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
PASS
Killing joinkk 4380 after 600
END TEST: joinkk
BEGIN TEST: joinku  
Fri Mar 28 15:30:54 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
PASS
Killing joinku 4415 after 600
END TEST: joinku
BEGIN TEST: joinuk  
Fri Mar 28 15:30:54 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
PASS
Killing joinuk 4443 after 600
END TEST: joinuk
BEGIN TEST: joinuu  
Fri Mar 28 15:30:55 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
PASS
Killing joinuu 4472 after 600
END TEST: joinuu
BEGIN TEST: layer  
Fri Mar 28 15:30:55 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 4495 after 600
END TEST: layer
BEGIN TEST: lazyinit  
Fri Mar 28 15:30:55 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Killing lazyinit 4518 after 600
END TEST: lazyinit
BEGIN TEST: lltest  
Fri Mar 28 15:30:56 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
PASS
Killing lltest 4538 after 600
END TEST: lltest
BEGIN TEST: lock  
Fri Mar 28 15:30:56 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
PASS
Killing lock 4558 after 600
END TEST: lock
BEGIN TEST: lockfile  
Fri Mar 28 15:31:15 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Killing lockfile 4988 after 600
END TEST: lockfile
BEGIN TEST: logger  
Fri Mar 28 15:31:20 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Killing logger 5106 after 600
END TEST: logger
BEGIN TEST: many_cv  
Fri Mar 28 15:31:30 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Settings
Conditions / lock: 10
Loops to run test: 1

PThread Statistics
started: 15:31:31[0]
locks [created: 11, destroyed: 1]
locks [acquired: 9, released: 9]
cvars [created: 12, destroyed: 10]
cvars [notified: 10, delayed_delete: 0]
PASS
Killing many_cv 5271 after 600
END TEST: many_cv
BEGIN TEST: multiwait  
Fri Mar 28 15:31:31 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 5302 after 600
END TEST: multiwait
BEGIN TEST: nameshm1  
Fri Mar 28 15:32:54 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
END TEST: nameshm1
BEGIN TEST: nonblock  
Fri Mar 28 15:32:55 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 6130 after 600
END TEST: nonblock
BEGIN TEST: nblayer  
Fri Mar 28 15:32:57 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Ending layered test
Killing nblayer 6148 after 600
END TEST: nblayer
BEGIN TEST: ntioto  
Fri Mar 28 15:32:58 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Killing ntioto 6165 after 600
END TEST: ntioto
BEGIN TEST: ntoh  
Fri Mar 28 15:32:58 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
1 2
1 2
1 2
1 2 3 4
1 2 3 4
1 2 3 4
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
PASS
/u/svbld/ns/securityqa/nsprqa: usage: kill [ [ -sig ] id ... | -l ]
END TEST: ntoh
BEGIN TEST: op_2long  
Fri Mar 28 15:32:59 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 78
PASS
Killing op_2long 6203 after 600
END TEST: op_2long
BEGIN TEST: op_excl  
Fri Mar 28 15:33:00 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Killing op_excl 6216 after 600
END TEST: op_excl
BEGIN TEST: op_filnf  
Fri Mar 28 15:33:00 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
error code is -5950
PASS
/u/svbld/ns/securityqa/nsprqa: usage: kill [ [ -sig ] id ... | -l ]
END TEST: op_filnf
BEGIN TEST: op_filok  
Fri Mar 28 15:33:01 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Test passed
Killing op_filok 6243 after 600
END TEST: op_filok
BEGIN TEST: op_nofil  
Fri Mar 28 15:33:02 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
error code is PR_FILE_NOT_FOUND_ERROR, as expected
PASS
Killing op_nofil 6257 after 600
END TEST: op_nofil
BEGIN TEST: parent  
Fri Mar 28 15:33:03 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Killing parent 6270 after 600
END TEST: parent
BEGIN TEST: peek  
Fri Mar 28 15:33:03 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
END TEST: peek
BEGIN TEST: perf  
Fri Mar 28 15:33:04 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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.08 usec
DLL procedure call overhead: 0.20 usec
current calendar time: 0.57 usec
interval time: 0.57 usec
idle lock lock/unlock pair: 1.26 usec
idle monitor entry/exit pair: 1.96 usec
idle cache monitor entry/exit pair: 5.07 usec
create/destroy thread pair: 302.85 usec
context switch - user/user: 13.37 usec
context switch - user/kernel: 12.99 usec
context switch - kernel/user: 13.16 usec
context switch - kernel/kernel: 15.68 usec
sema context switch - user/user: 16.23 usec
sema context switch - user/kernel: 15.59 usec
sema context switch - kernel/user: 15.61 usec
sema context switch - kernel/kernel: 15.81 usec
--------------
Adding 7 additional CPUs
--------------
local procedure call overhead: 0.08 usec
DLL procedure call overhead: 0.16 usec
current calendar time: 0.59 usec
interval time: 0.57 usec
idle lock lock/unlock pair: 1.21 usec
idle monitor entry/exit pair: 1.94 usec
idle cache monitor entry/exit pair: 5.24 usec
create/destroy thread pair: 556.24 usec
context switch - user/user: 72.20 usec
context switch - user/kernel: 58.58 usec
context switch - kernel/user: 69.47 usec
context switch - kernel/kernel: 69.97 usec
sema context switch - user/user: 37.63 usec
sema context switch - user/kernel: 43.54 usec
sema context switch - kernel/user: 43.94 usec
sema context switch - kernel/kernel: 36.71 usec
Killing perf 6289 after 600
END TEST: perf
BEGIN TEST: pipeping  
Fri Mar 28 15:33:06 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 6302 after 600
END TEST: pipeping
BEGIN TEST: pipeping2  
Fri Mar 28 15:33:07 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 6316 after 600
END TEST: pipeping2
BEGIN TEST: pipeself  
Fri Mar 28 15:33:08 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 6330 after 600
END TEST: pipeself
BEGIN TEST: poll_nm  
Fri Mar 28 15:33:08 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Killing poll_nm 6346 after 600
END TEST: poll_nm
BEGIN TEST: poll_to  
Fri Mar 28 15:33:09 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Killing poll_to 6359 after 600
END TEST: poll_to
BEGIN TEST: pollable  
Fri Mar 28 15:33:14 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
PASSED
Killing pollable 6374 after 600
END TEST: pollable
BEGIN TEST: prftest  
Fri Mar 28 15:33:15 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
PR_snprintf test 1 passed
PR_snprintf test 2 passed
Killing prftest 6387 after 600
END TEST: prftest
BEGIN TEST: primblok  
Fri Mar 28 15:33:16 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
This test is not relevant on this platform
Killing primblok 6400 after 600
END TEST: primblok
BEGIN TEST: provider  
Fri Mar 28 15:33:17 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib

pthread Statistics
started: 15:33:17[15]
locks [created: 12, destroyed: 2]
locks [acquired: 4577, released: 4577]
cvars [created: 7, destroyed: 5]
cvars [notified: 331, delayed_delete: 0]
Client/Server started at(0x10010ea10): 15:33:17
Server started at(0x100114a90): 15:33:17
main(0x10010ea10): waiting for execution interval (10 seconds)
Client started at(0x100114c90): 15:33:17
Shutting down(0x10010ea10): 15:33:27
Client(0x100114c90): stopped after 325 operations and 334384 bytes
Server(0x100114a90): stopped after 325 operations and 334384 bytes
main(0x10010ea10): test complete
Test exiting at(0x10010ea10): 15:33:32
Killing provider 6413 after 600
END TEST: provider
BEGIN TEST: prpollml  
Fri Mar 28 15:33:32 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
PASS
Killing prpollml 6477 after 600
END TEST: prpollml
BEGIN TEST: prpoll  
Fri Mar 28 15:34:12 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 46719, 46720 and 46721

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 "46719" from a client
Server read 128 bytes from native fd 6
The server received "46721" from a client
The server received "46719" from a client
The server received "46720" from a client
Server read 128 bytes from native fd 12
The server received "46721" from a client
The server received "46719" from a client
The server received "46720" from a client
Server read 128 bytes from native fd 13
The server received "46721" from a client
The server received "46719" from a client
The server received "46720" from a client
Server read 128 bytes from native fd 11
The server received "46721" from a client
The server received "46719" from a client
The server received "46720" from a client
Server read 128 bytes from native fd 12
The server received "46721" from a client
The server received "46720" from a client
All tests finished
Killing prpoll 6782 after 600
END TEST: prpoll
BEGIN TEST: randseed  
Fri Mar 28 15:34:18 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Killing randseed 6821 after 600
END TEST: randseed
BEGIN TEST: ranfile  
Fri Mar 28 15:34:18 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
PASS
Killing ranfile 6837 after 600
END TEST: ranfile
BEGIN TEST: rwlocktest  
Fri Mar 28 15:34:38 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
PASS
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Fri Mar 28 15:34:39 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Killing rwlocktest 6885 after 600
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 1073120
client thread 0 socket connected 1073120
client thread 0 socket wrote 8192
server thread 0 got connection 1073184
server thread 0 read 8192 bytes
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 1073248
client thread 1 socket connected 1073248
client thread 1 socket wrote 8192
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 1073312
client thread 2 socket connected 1073312
client thread 2 socket wrote 8192
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 1073376
client thread 3 socket connected 1073376
client thread 3 socket wrote 8192
server thread 0 write 131072 bytes
server: 8950 110 4900 880 14840
server thread 0 loop 1
client thread 0 socket read 131072
server thread 1 got connection 1073184
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 14780 120 2640 100 17640
server thread 1 loop 1
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 1073184
client thread 1 socket connected 1073184
client thread 1 socket wrote 8192
client thread 0 loop 1
client thread 0 socket created 1073248
client thread 0 socket connected 1073248
client thread 0 socket wrote 8192
server thread 2 got connection 1073120
server thread 2 read 8192 bytes
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 1073440
client thread 4 socket connected 1073440
client thread 4 socket wrote 8192
server thread 3 got connection 1073504
server thread 3 read 8192 bytes
server thread 1 got connection 1073568
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 6510 60 1310 110 7990
server thread 1 loop 2
client thread 1 socket read 131072
client thread 1 loop 2
client thread 1 socket created 1073568
client thread 1 socket connected 1073568
client thread 1 socket wrote 8192
server thread 1 got connection 1073184
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 1250 50 1350 110 2760
server thread 1 loop 3
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 1073184
client thread 1 socket connected 1073184
client thread 1 socket wrote 8192
server thread 1 got connection 1073568
server thread 1 read 8192 bytes
server thread 0 got connection 1073632
server thread 0 read 8192 bytes
server thread 1 write 131072 bytes
server: 1070 50 2300 100 3520
server thread 1 loop 4
client thread 1 socket read 131072
client thread 1 loop 4
client thread 1 socket created 1073568
client thread 1 socket connected 1073568
client thread 1 socket wrote 8192
server thread 1 got connection 1073184
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 910 60 1440 100 2510
Thread 1 EXIT
client thread 5 alive
client thread 5 loop 0
client thread 5 socket created 1073184
client thread 5 socket connected 1073184
client thread 5 socket wrote 8192
client thread 1 socket read 131072
Thread 1 EXIT
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 1072544
client thread 6 socket connected 1072544
client thread 6 socket wrote 8192
client thread 7 alive
server thread 3 write 131072 bytes
server: 21300 110 17510 110 39030
server thread 3 loop 1
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 1073568
client thread 3 socket connected 1073568
client thread 3 socket wrote 8192
server thread 3 got connection 1073504
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 1110 50 1790 140 3090
server thread 3 loop 2
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 1073376
client thread 3 socket connected 1073376
client thread 3 socket wrote 8192
server thread 3 got connection 1073504
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 890 60 1310 100 2360
server thread 3 loop 3
client thread 3 socket read 131072
server thread 2 write 131072 bytes
server: 19530 100 26410 110 46150
server thread 2 loop 1
client thread 3 loop 3
client thread 3 socket created 1073568
client thread 3 socket connected 1073568
client thread 3 socket wrote 8192
server thread 3 got connection 1073504
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 1710 60 2030 120 3920
server thread 3 loop 4
client thread 3 socket read 131072
server thread 0 write 131072 bytes
server: 16880 50 19720 110 36760
server thread 0 loop 2
client thread 3 loop 4
client thread 3 socket created 1073120
client thread 3 socket connected 1073120
client thread 3 socket wrote 8192
server thread 3 got connection 1073376
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 1720 60 1290 100 3170
Thread 3 EXIT
client thread 3 socket read 131072
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 1073504
client thread 2 socket connected 1073504
client thread 2 socket wrote 8192
Thread 3 EXIT
client thread 0 socket read 131072
client thread 0 loop 2
client thread 0 socket created 1073632
client thread 0 socket connected 1073632
client thread 0 socket wrote 8192
server thread 0 got connection 1073568
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 5080 70 1260 100 6510
server thread 0 loop 3
client thread 0 socket read 131072
server thread 2 got connection 1073376
server thread 2 read 8192 bytes
client thread 0 loop 3
client thread 0 socket created 1072672
client thread 0 socket connected 1072672
client thread 0 socket wrote 8192
server thread 2 write 131072 bytes
server: 10870 40 2100 200 13210
server thread 2 loop 2
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 1073312
client thread 2 socket connected 1073312
client thread 2 socket wrote 8192
server thread 2 got connection 1073120
server thread 2 read 8192 bytes
server thread 0 got connection 1073248
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 5060 50 1580 120 6810
server thread 0 loop 4
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 1073568
client thread 0 socket connected 1073568
client thread 0 socket wrote 8192
server thread 0 got connection 1073632
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 890 50 1240 100 2280
Thread 0 EXIT
client thread 0 socket read 131072
Thread 0 EXIT
server thread 2 write 131072 bytes
server: 940 50 6250 100 7340
server thread 2 loop 3
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 1073376
client thread 2 socket connected 1073376
client thread 2 socket wrote 8192
server thread 2 got connection 1073504
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 960 50 1480 130 2620
server thread 2 loop 4
client thread 2 socket read 131072
server thread 4 got connection 1073248
server thread 4 read 8192 bytes
server thread 5 got connection 1072672
server thread 5 read 8192 bytes
server thread 6 got connection 1073632
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
client thread 2 loop 4
server: 71460 130 2960 190 74740
server thread 6 loop 1
client thread 2 socket created 1072480
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 1073568
client thread 6 socket connected 1073568
client thread 6 socket wrote 8192
client thread 2 socket connected 1072480
client thread 2 socket wrote 8192
server thread 6 got connection 1073120
server thread 6 read 8192 bytes
client thread 7 loop 0
client thread 7 socket created 1073312
client thread 7 socket connected 1073312
client thread 7 socket wrote 8192
server thread 6 write 131072 bytes
server: 1270 60 2310 120 3760
server thread 6 loop 2
client thread 6 socket read 131072
client thread 6 loop 2
client thread 6 socket created 1073504
client thread 6 socket connected 1073504
server thread 2 got connection 1073376
client thread 6 socket wrote 8192
server thread 2 read 8192 bytes
server thread 6 got connection 1073632
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server thread 2 write 131072 bytes
server: 1150 60 1780 100 3090
server thread 6 loop 3
server: 13110 60 2070 120 15360
Thread 2 EXIT
client thread 8 alive
client thread 8 loop 0
client thread 6 socket read 131072
client thread 8 socket created 1072544
client thread 8 socket connected 1072544
client thread 8 socket wrote 8192
server thread 5 write 131072 bytes
server: 70500 130 12930 130 83690
server thread 5 loop 1
client thread 2 socket read 131072
client thread 5 socket read 131072
Thread 2 EXIT
client thread 5 loop 1
client thread 5 socket created 1073120
client thread 5 socket connected 1073120
client thread 5 socket wrote 8192
client thread 6 loop 3
client thread 6 socket created 1073568
client thread 6 socket connected 1073568
client thread 6 socket wrote 8192
server thread 5 got connection 1073632
server thread 5 read 8192 bytes
server thread 7 got connection 1073376
server thread 8 got connection 1072608
server thread 6 got connection 1072672
server thread 6 read 8192 bytes
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 1072480
client thread 9 socket connected 1072480
client thread 9 socket wrote 8192
server thread 8 read 8192 bytes
server thread 7 read 8192 bytes
server thread 6 write 131072 bytes
client thread 6 socket read 131072
server: 3750 70 1940 150 5910
server thread 6 loop 4
client thread 6 loop 4
client thread 6 socket created 1073184
client thread 6 socket connected 1073184
client thread 6 socket wrote 8192
server thread 5 write 131072 bytes
server: 1800 60 4620 120 6600
server thread 5 loop 2
server thread 4 write 131072 bytes
server: 69210 180 24640 180 94210
server thread 4 loop 1
server thread 6 got connection 1072672
server thread 8 write 131072 bytes
client thread 8 socket read 131072
server: 83460 1530 6470 150 91610
server thread 8 loop 1
server thread 9 got connection 1073504
client thread 8 loop 1
server thread 9 read 8192 bytes
client thread 8 socket created 1073568
client thread 8 socket connected 1073568
client thread 8 socket wrote 8192
server thread 6 read 8192 bytes
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 1073632
client thread 4 socket connected 1073632
server thread 8 got connection 1073248
server thread 8 read 8192 bytes
server thread 6 write 131072 bytes
server: 5410 900 1980 120 8410
Thread 6 EXIT
client thread 4 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 2
client thread 6 socket read 131072
client thread 5 socket created 1072608
Thread 6 EXIT
client thread 5 socket connected 1072608
client thread 5 socket wrote 8192
server thread 8 write 131072 bytes
client thread 8 socket read 131072
server: 2460 90 3270 120 5940
server thread 8 loop 2
client thread 8 loop 2
client thread 8 socket created 1072544
client thread 8 socket connected 1072544
client thread 8 socket wrote 8192
server thread 4 got connection 1073440
server thread 4 read 8192 bytes
server thread 8 got connection 1072672
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
client thread 8 socket read 131072
server: 1150 80 1630 110 2970
server thread 8 loop 3
client thread 8 loop 3
client thread 8 socket created 1072864
client thread 8 socket connected 1072864
client thread 8 socket wrote 8192
server thread 8 got connection 1073120
server thread 8 read 8192 bytes
server thread 5 got connection 1073184
server thread 5 read 8192 bytes
server thread 9 write 131072 bytes
server: 90950 140 11520 170 102780
server thread 9 loop 1
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 1073248
client thread 9 socket connected 1073248
server thread 4 write 131072 bytes
client thread 9 socket wrote 8192
server: 7540 60 7240 120 14960
server thread 4 loop 2
server thread 9 got connection 1073568
client thread 4 socket read 131072
server thread 9 read 8192 bytes
client thread 4 loop 2
client thread 4 socket created 1072672
client thread 4 socket connected 1072672
client thread 4 socket wrote 8192
server thread 4 got connection 1072544
server thread 4 read 8192 bytes
server thread 5 write 131072 bytes
server: 11420 70 5890 260 17640
server thread 5 loop 3
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 1073504
server thread 9 write 131072 bytes
client thread 5 socket connected 1073504
client thread 5 socket wrote 8192
server: 2640 80 2460 120 5300
server thread 9 loop 2
server thread 5 got connection 1072480
server thread 5 read 8192 bytes
server thread 4 write 131072 bytes
server: 1140 80 2450 120 3790
server thread 4 loop 3
client thread 9 socket read 131072
client thread 9 loop 2
client thread 9 socket created 1073440
client thread 4 socket read 131072
client thread 9 socket connected 1073440
client thread 4 loop 3
client thread 9 socket wrote 8192
client thread 4 socket created 1073632
server thread 9 got connection 1073184
server thread 9 read 8192 bytes
client thread 4 socket connected 1073632
client thread 4 socket wrote 8192
server thread 4 got connection 1072608
server thread 4 read 8192 bytes
server thread 5 write 131072 bytes
server: 940 90 4950 160 6140
server thread 5 loop 4
server thread 9 write 131072 bytes
server: 2690 100 3100 110 6000
server thread 9 loop 3
server thread 4 write 131072 bytes
client thread 9 socket read 131072
client thread 8 socket read 131072
client thread 9 loop 3
client thread 8 loop 4
client thread 9 socket created 1073568
client thread 8 socket created 1072544
client thread 9 socket connected 1073568
client thread 4 socket read 131072
client thread 9 socket wrote 8192
client thread 4 loop 4
client thread 4 socket created 1073248
server thread 9 got connection 1072672
server thread 9 read 8192 bytes
client thread 4 socket connected 1073248
client thread 4 socket wrote 8192
client thread 8 socket connected 1072544
client thread 8 socket wrote 8192
server: 2280 70 2850 120 5320
server thread 4 loop 4
server thread 4 got connection 1072480
server thread 4 read 8192 bytes
server thread 9 write 131072 bytes
server: 1630 60 1630 120 3440
server thread 9 loop 4
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 1073184
client thread 9 socket connected 1073184
client thread 9 socket wrote 8192
server thread 9 got connection 1072608
server thread 9 read 8192 bytes
server thread 4 write 131072 bytes
server: 200 80 3720 120 4120
Thread 4 EXIT
server thread 9 write 131072 bytes
client thread 4 socket read 131072
server: 1430 100 1660 110 3300
Thread 4 EXIT
Thread 9 EXIT
client thread 5 socket read 131072
client thread 5 loop 4
client thread 9 socket read 131072
client thread 5 socket created 1073440
Thread 9 EXIT
server thread 8 write 131072 bytes
client thread 5 socket connected 1073440
client thread 5 socket wrote 8192
server: 840 100 21000 160 22100
server thread 8 loop 4
server thread 8 got connection 1072864
server thread 8 read 8192 bytes
server thread 5 got connection 1073632
server thread 5 read 8192 bytes
server thread 7 write 131072 bytes
server: 83940 2080 39320 140 125480
server thread 7 loop 1
server thread 8 write 131072 bytes
client thread 8 socket read 131072
server: 660 70 2260 120 3110
Thread 8 EXIT
Thread 8 EXIT
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 1072672
client thread 7 socket connected 1072672
client thread 7 socket wrote 8192
server thread 7 got connection 1073568
server thread 7 read 8192 bytes
server thread 5 write 131072 bytes
server: 9480 90 4400 130 14100
Thread 5 EXIT
client thread 5 socket read 131072
Thread 5 EXIT
server thread 7 write 131072 bytes
server: 3080 100 2190 110 5480
server thread 7 loop 2
client thread 7 socket read 131072
client thread 7 loop 2
client thread 7 socket created 1072480
client thread 7 socket connected 1072480
client thread 7 socket wrote 8192
server thread 7 got connection 1072736
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 1110 60 2390 120 3680
server thread 7 loop 3
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 1072608
client thread 7 socket connected 1072608
client thread 7 socket wrote 8192
server thread 7 got connection 1073248
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 970 50 1470 90 2580
server thread 7 loop 4
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 1073056
client thread 7 socket connected 1073056
client thread 7 socket wrote 8192
server thread 7 got connection 1073504
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 1080 60 1910 120 3170
Thread 7 EXIT
client thread 7 socket read 131072
Thread 7 EXIT
Thread 7 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 0 66916 814 28692 707
server per thread elapsed time 97129
----------
Client results:

----------
client per thread totals 0 1962 652 57342 2664
client per thread elapsed time 62620
select loop user/user: 29958.00 usec
server thread 0 alive
server thread 0 loop 0
client thread 0 alive
client thread 0 loop 0
server thread 2 alive
client thread 0 socket created 1073120
server thread 3 alive
server thread 2 loop 0
server thread 1 alive
server thread 4 alive
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 1073312
server thread 4 loop 0
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 1073440
client thread 4 socket connected 1073440
client thread 4 socket wrote 8192
server thread 3 loop 0
server thread 4 got connection 1073568
client thread 3 alive
client thread 3 loop 0
server thread 1 loop 0
server thread 7 alive
client thread 3 socket created 1072672
client thread 3 socket connected 1072672
client thread 3 socket wrote 8192
server thread 8 alive
server thread 4 read 8192 bytes
server thread 8 loop 0
server thread 4 write 131072 bytes
server: 1240 720 1270 140 3370
server thread 4 loop 1
client thread 4 socket read 131072
server thread 5 alive
client thread 4 loop 1
client thread 4 socket created 1072608
server thread 5 loop 0
client thread 4 socket connected 1072608
client thread 4 socket wrote 8192
client thread 7 alive
client thread 7 loop 0
server thread 4 got connection 1073504
server thread 4 read 8192 bytes
client thread 7 socket created 1072928
client thread 7 socket connected 1072928
client thread 7 socket wrote 8192
server thread 4 write 131072 bytes
server: 730 60 1240 120 2150
server thread 4 loop 2
server thread 0 got connection 1073632
client thread 4 socket read 131072
server thread 7 loop 0
client thread 2 socket connected 1073312
client thread 2 socket wrote 8192
client thread 1 alive
server thread 7 got connection 1073056
server thread 2 got connection 1072800
server thread 7 read 8192 bytes
server thread 2 read 8192 bytes
server thread 7 write 131072 bytes
server thread 2 write 131072 bytes
server: 7720 80 2740 140 10680
server thread 2 loop 1
server: 290 90 2160 250 2790
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 1073568
client thread 7 socket created 1073440
client thread 8 socket connected 1073568
client thread 7 socket connected 1073440
client thread 8 socket wrote 8192
client thread 7 socket wrote 8192
client thread 5 alive
client thread 5 loop 0
server thread 7 got connection 1073504
client thread 5 socket created 1073056
server thread 7 read 8192 bytes
client thread 5 socket connected 1073056
client thread 5 socket wrote 8192
server thread 7 write 131072 bytes
client thread 7 socket read 131072
server: 790 60 1190 180 2220
server thread 7 loop 2
client thread 4 loop 2
client thread 4 socket created 1072800
server thread 8 got connection 1072928
server thread 8 read 8192 bytes
client thread 4 socket connected 1072800
client thread 4 socket wrote 8192
client thread 7 loop 2
client thread 7 socket created 1073504
client thread 7 socket connected 1073504
client thread 7 socket wrote 8192
server thread 7 got connection 1072608
server thread 7 read 8192 bytes
server thread 3 got connection 1073440
server thread 3 read 8192 bytes
server thread 5 got connection 1073696
server thread 5 read 8192 bytes
client thread 1 loop 0
client thread 1 socket created 1073760
client thread 1 socket connected 1073760
client thread 1 socket wrote 8192
server thread 8 write 131072 bytes
server: 9230 60 4400 120 13810
server thread 8 loop 1
server thread 6 alive
server thread 5 write 131072 bytes
server: 10620 80 2050 110 12860
server thread 5 loop 1
server thread 6 loop 0
client thread 8 socket read 131072
client thread 8 loop 1
client thread 5 socket read 131072
client thread 8 socket created 1073696
client thread 5 loop 1
client thread 8 socket connected 1073696
client thread 5 socket created 1073568
client thread 8 socket wrote 8192
client thread 5 socket connected 1073568
server thread 8 got connection 1073056
client thread 5 socket wrote 8192
server thread 8 read 8192 bytes
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 1073312
client thread 2 socket connected 1073312
client thread 2 socket wrote 8192
server thread 9 alive
server thread 5 got connection 1073824
server thread 5 read 8192 bytes
server thread 9 loop 0
server thread 2 got connection 1073952
server thread 7 write 131072 bytes
server thread 2 read 8192 bytes
server: 1260 60 8890 130 10340
server thread 7 loop 3
server thread 5 write 131072 bytes
server: 2500 50 2800 110 5460
server thread 5 loop 2
server thread 8 write 131072 bytes
server: 1510 60 4490 110 6170
server thread 8 loop 2
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 1072608
client thread 6 socket connected 1072608
client thread 5 socket read 131072
client thread 6 socket wrote 8192
client thread 5 loop 2
client thread 5 socket created 1073824
server thread 4 got connection 1073056
server thread 4 read 8192 bytes
client thread 5 socket connected 1073824
client thread 5 socket wrote 8192
server thread 5 got connection 1073568
server thread 5 read 8192 bytes
server thread 2 write 131072 bytes
server: 12340 240 3550 140 16270
server thread 2 loop 2
server thread 1 got connection 1073952
server thread 1 read 8192 bytes
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 1073312
client thread 2 socket connected 1073312
client thread 2 socket wrote 8192
server thread 5 write 131072 bytes
server: 2500 60 2420 130 5110
server thread 5 loop 3
client thread 5 socket read 131072
server thread 6 got connection 1074016
client thread 5 loop 3
server thread 6 read 8192 bytes
client thread 5 socket created 1073824
client thread 5 socket connected 1073824
client thread 5 socket wrote 8192
server thread 5 got connection 1074080
server thread 5 read 8192 bytes
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 1074144
server thread 5 write 131072 bytes
client thread 9 socket connected 1074144
server: 920 60 1610 110 2700
server thread 5 loop 4
client thread 9 socket wrote 8192
server thread 4 write 131072 bytes
client thread 5 socket read 131072
client thread 3 socket read 131072
server: 18050 60 8290 230 26630
server thread 4 loop 3
server thread 3 write 131072 bytes
client thread 3 loop 1
server: 11490 90 19520 140 31240
server thread 3 loop 1
client thread 8 socket read 131072
client thread 8 loop 2
client thread 3 socket created 1074080
client thread 3 socket connected 1074080
client thread 3 socket wrote 8192
server thread 3 got connection 1073056
server thread 3 read 8192 bytes
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 1072672
client thread 7 socket connected 1072672
client thread 7 socket wrote 8192
server thread 6 write 131072 bytes
server: 12200 140 6830 150 19320
server thread 6 loop 1
client thread 6 socket read 131072
client thread 6 loop 1
server thread 3 write 131072 bytes
client thread 6 socket created 1073440
server: 1310 70 2240 110 3730
server thread 3 loop 2
client thread 6 socket connected 1073440
client thread 8 socket created 1073824
client thread 6 socket wrote 8192
client thread 8 socket connected 1073824
client thread 3 socket read 131072
client thread 8 socket wrote 8192
client thread 3 loop 2
server thread 6 got connection 1073504
server thread 8 got connection 1074016
server thread 6 read 8192 bytes
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 15310 70 2100 110 17590
server thread 8 loop 3
server thread 6 write 131072 bytes
server: 1420 80 2370 130 4000
server thread 6 loop 2
client thread 6 socket read 131072
client thread 8 socket read 131072
client thread 6 loop 2
client thread 6 socket created 1072608
client thread 8 loop 3
client thread 8 socket created 1073056
client thread 6 socket connected 1072608
client thread 6 socket wrote 8192
client thread 8 socket connected 1073056
client thread 3 socket created 1073696
client thread 8 socket wrote 8192
client thread 3 socket connected 1073696
client thread 3 socket wrote 8192
server thread 6 got connection 1074080
server thread 6 read 8192 bytes
server thread 8 got connection 1074016
server thread 8 read 8192 bytes
server thread 1 write 131072 bytes
server: 24610 80 17480 130 42300
server thread 1 loop 1
server thread 6 write 131072 bytes
server: 1250 60 2140 110 3560
server thread 6 loop 3
server thread 8 write 131072 bytes
server: 1590 90 2300 130 4110
server thread 8 loop 4
client thread 8 socket read 131072
client thread 8 loop 4
client thread 6 socket read 131072
client thread 8 socket created 1073504
client thread 6 loop 3
client thread 8 socket connected 1073504
client thread 6 socket created 1073440
client thread 8 socket wrote 8192
server thread 2 got connection 1073568
server thread 2 read 8192 bytes
client thread 6 socket connected 1073440
client thread 6 socket wrote 8192
server thread 8 got connection 1073824
server thread 8 read 8192 bytes
server thread 6 got connection 1073952
server thread 8 write 131072 bytes
server thread 6 read 8192 bytes
server: 1290 80 1230 120 2720
Thread 8 EXIT
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 1074080
client thread 4 socket connected 1074080
client thread 4 socket wrote 8192
client thread 8 socket read 131072
Thread 8 EXIT
server thread 7 got connection 1074016
client thread 5 loop 4
server thread 7 read 8192 bytes
client thread 5 socket created 1073056
client thread 5 socket connected 1073056
client thread 5 socket wrote 8192
server thread 9 got connection 1072608
server thread 9 read 8192 bytes
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 1073824
client thread 1 socket connected 1073824
client thread 1 socket wrote 8192
server thread 6 write 131072 bytes
server: 2870 60 3970 120 7020
server thread 6 loop 4
server thread 3 got connection 1072480
client thread 6 socket read 131072
server thread 3 read 8192 bytes
client thread 6 loop 4
client thread 6 socket created 1072800
client thread 6 socket connected 1072800
client thread 6 socket wrote 8192
server thread 6 got connection 1073504
server thread 6 read 8192 bytes
server thread 4 got connection 1073760
server thread 4 read 8192 bytes
server thread 7 write 131072 bytes
server: 26780 70 5770 120 32740
server thread 7 loop 4
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 1073952
client thread 7 socket connected 1073952
client thread 7 socket wrote 8192
server thread 9 write 131072 bytes
server thread 7 got connection 1073440
server thread 7 read 8192 bytes
server: 29690 180 6290 120 36280
server thread 9 loop 1
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 1074016
client thread 9 socket connected 1074016
server thread 7 write 131072 bytes
client thread 9 socket wrote 8192
server: 1300 60 1940 120 3420
Thread 7 EXIT
server thread 9 got connection 1072672
server thread 9 read 8192 bytes
client thread 7 socket read 131072
Thread 7 EXIT
server thread 2 write 131072 bytes
server: 19690 60 14220 110 34080
server thread 2 loop 3
server thread 6 write 131072 bytes
server: 1040 70 7750 290 9150
client thread 2 socket read 131072
Thread 6 EXIT
client thread 2 loop 3
client thread 2 socket created 1072608
client thread 2 socket connected 1072608
server thread 5 got connection 1074144
client thread 2 socket wrote 8192
server thread 5 read 8192 bytes
server thread 2 got connection 1073440
server thread 2 read 8192 bytes
server thread 1 got connection 1072736
server thread 1 read 8192 bytes
server thread 2 write 131072 bytes
server: 1510 50 1670 110 3340
server thread 2 loop 4
client thread 2 socket read 131072
client thread 2 loop 4
client thread 2 socket created 1073952
client thread 2 socket connected 1073952
client thread 2 socket wrote 8192
server thread 2 got connection 1073568
server thread 2 read 8192 bytes
server thread 3 write 131072 bytes
server: 14350 90 13880 240 28560
server thread 3 loop 3
server thread 1 write 131072 bytes
server: 18000 60 4250 100 22410
server thread 1 loop 2
client thread 1 socket read 131072
client thread 1 loop 2
client thread 1 socket created 1073504
client thread 1 socket connected 1073504
server thread 2 write 131072 bytes
client thread 1 socket wrote 8192
server: 1670 90 2280 110 4150
Thread 2 EXIT
server thread 1 got connection 1072928
server thread 1 read 8192 bytes
client thread 2 socket read 131072
Thread 2 EXIT
server thread 9 write 131072 bytes
server: 2280 90 10370 140 12880
server thread 9 loop 2
server thread 1 write 131072 bytes
client thread 9 socket read 131072
server: 990 80 1800 100 2970
server thread 1 loop 3
client thread 9 loop 2
client thread 9 socket created 1073312
client thread 1 socket read 131072
client thread 9 socket connected 1073312
client thread 9 socket wrote 8192
client thread 6 socket read 131072
client thread 1 loop 3
Thread 6 EXIT
client thread 1 socket created 1073440
client thread 1 socket connected 1073440
server thread 9 got connection 1072608
client thread 1 socket wrote 8192
server thread 9 read 8192 bytes
server thread 1 got connection 1072480
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 1730 70 1900 110 3810
server thread 1 loop 4
server thread 9 write 131072 bytes
client thread 1 socket read 131072
server: 1620 60 2920 110 4710
server thread 9 loop 3
client thread 1 loop 4
client thread 9 socket read 131072
client thread 1 socket created 1072736
client thread 9 loop 3
client thread 9 socket created 1073824
client thread 1 socket connected 1072736
client thread 1 socket wrote 8192
client thread 9 socket connected 1073824
server thread 1 got connection 1073568
server thread 1 read 8192 bytes
client thread 9 socket wrote 8192
server thread 9 got connection 1073376
server thread 9 read 8192 bytes
client thread 3 socket read 131072
client thread 3 loop 3
client thread 3 socket created 1073952
client thread 3 socket connected 1073952
client thread 3 socket wrote 8192
server thread 9 write 131072 bytes
server: 1190 110 1790 110 3200
server thread 9 loop 4
server thread 1 write 131072 bytes
client thread 9 socket read 131072
server: 1380 80 2730 140 4330
client thread 9 loop 4
Thread 1 EXIT
client thread 9 socket created 1072672
client thread 9 socket connected 1072672
client thread 9 socket wrote 8192
client thread 1 socket read 131072
Thread 1 EXIT
server thread 9 got connection 1072928
server thread 9 read 8192 bytes
server thread 5 write 131072 bytes
server: 28950 60 17790 110 46910
Thread 5 EXIT
server thread 3 got connection 1074016
server thread 3 read 8192 bytes
server thread 4 write 131072 bytes
server: 20800 90 26040 130 47060
server thread 4 loop 4
server thread 9 write 131072 bytes
server: 1280 110 2100 110 3600
Thread 9 EXIT
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 1073504
client thread 9 socket read 131072
client thread 4 socket connected 1073504
server thread 4 got connection 1072800
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 1950 70 1280 100 3400
Thread 9 EXIT
Thread 4 EXIT
server thread 3 write 131072 bytes
server: 13650 70 4010 130 17860
server thread 3 loop 4
client thread 5 socket read 131072
Thread 5 EXIT
client thread 0 socket connected 1073120
server thread 0 read 8192 bytes
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 1072480
client thread 0 socket wrote 8192
client thread 3 socket connected 1072480
client thread 3 socket wrote 8192
server thread 3 got connection 1072608
server thread 3 read 8192 bytes
client thread 4 socket read 131072
Thread 4 EXIT
server thread 0 write 131072 bytes
server: 8050 78040 3030 140 89260
server thread 0 loop 1
server thread 3 write 131072 bytes
client thread 3 socket read 131072
server: 1930 150 2300 130 4510
Thread 3 EXIT
Thread 3 EXIT
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 1073440
server thread 0 got connection 1073312
client thread 0 socket connected 1073440
server thread 0 read 8192 bytes
client thread 0 socket wrote 8192
server thread 0 write 131072 bytes
server: 2090 230 1360 110 3790
server thread 0 loop 2
client thread 0 socket read 131072
client thread 0 loop 2
client thread 0 socket created 1073696
server thread 0 got connection 1073376
client thread 0 socket connected 1073696
server thread 0 read 8192 bytes
client thread 0 socket wrote 8192
server thread 0 write 131072 bytes
server: 990 230 1400 100 2720
server thread 0 loop 3
client thread 0 socket read 131072
client thread 0 loop 3
client thread 0 socket created 1073568
server thread 0 got connection 1073824
client thread 0 socket connected 1073568
server thread 0 read 8192 bytes
client thread 0 socket wrote 8192
server thread 0 write 131072 bytes
server: 1030 220 1410 100 2760
server thread 0 loop 4
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 1072992
server thread 0 got connection 1072736
client thread 0 socket connected 1072992
server thread 0 read 8192 bytes
client thread 0 socket wrote 8192
server thread 0 write 131072 bytes
server: 2390 230 1960 160 4740
Thread 0 EXIT
client thread 0 socket read 131072
Thread 0 EXIT
Thread 0 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 10 101853 9142 53644 1369
server per thread elapsed time 166008
----------
Client results:

----------
client per thread totals 10 13801 1686 108696 4158
client per thread elapsed time 128341
select loop user/kernel: 21382.00 usec
server thread 0 alive
server thread 0 loop 0
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 1073248
client thread 0 socket connected 1073248
client thread 0 socket wrote 8192
server thread 0 got connection 1073760
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 710 60 1390 100 2260
server thread 0 loop 1
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 1072928
client thread 0 socket connected 1072928
client thread 0 socket wrote 8192
server thread 0 got connection 1073888
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 1230 60 1540 100 2930
server thread 0 loop 2
client thread 0 socket read 131072
client thread 0 loop 2
client thread 0 socket created 1074080
client thread 0 socket connected 1074080
client thread 0 socket wrote 8192
server thread 0 got connection 1072672
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 1340 90 1800 100 3330
server thread 0 loop 3
client thread 0 socket read 131072
client thread 0 loop 3
client thread 0 socket created 1072800
client thread 0 socket connected 1072800
client thread 0 socket wrote 8192
server thread 0 got connection 1072544
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 1100 90 1470 100 2760
server thread 0 loop 4
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 1074016
client thread 0 socket connected 1074016
client thread 0 socket wrote 8192
server thread 0 got connection 1073056
server thread 0 read 8192 bytes
server thread 1 alive
server thread 1 loop 0
server thread 0 write 131072 bytes
server: 1150 60 2000 100 3310
Thread 0 EXIT
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 1073504
client thread 1 socket connected 1073504
client thread 1 socket wrote 8192
server thread 1 got connection 1073632
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 1180 70 1720 100 3070
server thread 1 loop 1
client thread 1 socket read 131072
client thread 0 socket read 131072
Thread 0 EXIT
client thread 1 loop 1
client thread 1 socket created 1072608
client thread 1 socket connected 1072608
client thread 1 socket wrote 8192
server thread 1 got connection 1072864
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 1800 70 1700 100 3670
server thread 1 loop 2
client thread 1 socket read 131072
client thread 1 loop 2
client thread 1 socket created 1072480
client thread 1 socket connected 1072480
client thread 1 socket wrote 8192
server thread 1 got connection 1073120
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 930 70 1730 100 2830
server thread 1 loop 3
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 1073312
client thread 1 socket connected 1073312
client thread 1 socket wrote 8192
server thread 2 alive
server thread 1 got connection 1073440
server thread 1 read 8192 bytes
server thread 2 loop 0
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 1073696
client thread 2 socket connected 1073696
client thread 2 socket wrote 8192
server thread 2 got connection 1073824
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 910 70 1530 120 2630
server thread 2 loop 1
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 1073568
client thread 2 socket connected 1073568
client thread 2 socket wrote 8192
server thread 2 got connection 1072736
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 1200 60 1370 100 2730
server thread 2 loop 2
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 1073184
client thread 2 socket connected 1073184
client thread 2 socket wrote 8192
server thread 2 got connection 1072992
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
client thread 1 socket read 131072
server: 1110 70 2150 100 3430
server thread 2 loop 3
client thread 1 loop 4
client thread 2 socket read 131072
client thread 1 socket created 1073760
client thread 2 loop 3
client thread 1 socket connected 1073760
client thread 2 socket created 1073248
client thread 1 socket wrote 8192
server thread 1 write 131072 bytes
client thread 2 socket connected 1073248
server: 1400 70 9920 130 11520
server thread 1 loop 4
client thread 2 socket wrote 8192
server thread 1 got connection 1073888
server thread 1 read 8192 bytes
server thread 2 got connection 1072928
server thread 2 read 8192 bytes
server thread 3 alive
server thread 3 loop 0
client thread 1 socket read 131072
Thread 1 EXIT
client thread 3 alive
client thread 3 loop 0
server thread 2 write 131072 bytes
client thread 3 socket created 1074080
server: 1040 70 2570 110 3790
server thread 2 loop 4
client thread 3 socket connected 1074080
client thread 2 socket read 131072
client thread 3 socket wrote 8192
client thread 2 loop 4
client thread 2 socket created 1072544
server thread 1 write 131072 bytes
client thread 2 socket connected 1072544
server: 170 60 3430 140 3800
client thread 2 socket wrote 8192
Thread 1 EXIT
server thread 2 got connection 1072800
server thread 2 read 8192 bytes
server thread 3 got connection 1073056
server thread 3 read 8192 bytes
server thread 2 write 131072 bytes
server: 1010 60 1780 120 2970
Thread 2 EXIT
server thread 3 write 131072 bytes
server: 2150 90 1930 130 4300
server thread 3 loop 1
client thread 2 socket read 131072
Thread 2 EXIT
server thread 4 alive
server thread 4 loop 0
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 1073632
client thread 3 socket read 131072
client thread 4 socket connected 1073632
server thread 4 got connection 1074016
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
client thread 4 socket read 131072
server: 960 70 1480 140 2650
server thread 4 loop 1
client thread 4 loop 1
client thread 3 loop 1
client thread 4 socket created 1073504
client thread 3 socket created 1072864
client thread 4 socket connected 1073504
client thread 3 socket connected 1072864
client thread 4 socket wrote 8192
client thread 3 socket wrote 8192
server thread 5 alive
server thread 3 got connection 1072480
server thread 3 read 8192 bytes
server thread 4 got connection 1072608
server thread 4 read 8192 bytes
server thread 5 loop 0
server thread 3 write 131072 bytes
server: 4800 60 2230 110 7200
server thread 3 loop 2
server thread 4 write 131072 bytes
server: 1160 90 2370 130 3750
server thread 4 loop 2
client thread 3 socket read 131072
client thread 4 socket read 131072
client thread 3 loop 2
client thread 3 socket created 1073824
client thread 4 loop 2
client thread 4 socket created 1073696
client thread 3 socket connected 1073824
client thread 3 socket wrote 8192
client thread 4 socket connected 1073696
client thread 4 socket wrote 8192
server thread 3 got connection 1072736
server thread 3 read 8192 bytes
server thread 4 got connection 1073568
server thread 4 read 8192 bytes
client thread 5 alive
client thread 5 loop 0
client thread 5 socket created 1072992
client thread 5 socket connected 1072992
server thread 3 write 131072 bytes
client thread 5 socket wrote 8192
server: 1220 60 1980 110 3370
server thread 3 loop 3
server thread 5 got connection 1073312
server thread 5 read 8192 bytes
client thread 3 socket read 131072
client thread 3 loop 3
client thread 3 socket created 1073184
client thread 3 socket connected 1073184
client thread 3 socket wrote 8192
server thread 3 got connection 1073440
server thread 3 read 8192 bytes
server thread 4 write 131072 bytes
server: 1110 70 4110 110 5400
server thread 4 loop 3
server thread 6 alive
client thread 4 socket read 131072
client thread 4 loop 3
server thread 6 loop 0
client thread 4 socket created 1072928
client thread 6 alive
client thread 6 loop 0
client thread 4 socket connected 1072928
client thread 6 socket created 1073248
client thread 4 socket wrote 8192
client thread 6 socket connected 1073248
client thread 6 socket wrote 8192
server thread 4 got connection 1073888
server thread 4 read 8192 bytes
server thread 6 got connection 1073952
server thread 6 read 8192 bytes
server thread 5 write 131072 bytes
server: 4000 80 5040 270 9390
server thread 5 loop 1
server thread 4 write 131072 bytes
server: 1040 60 2640 100 3840
server thread 4 loop 4
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 1072800
client thread 4 socket connected 1072800
client thread 4 socket wrote 8192
server thread 4 got connection 1073376
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 980 60 1690 100 2830
Thread 4 EXIT
client thread 4 socket read 131072
Thread 4 EXIT
server thread 7 alive
server thread 7 loop 0
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 1072544
client thread 7 socket connected 1072544
client thread 7 socket wrote 8192
server thread 7 got connection 1074016
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 720 170 1770 100 2760
server thread 7 loop 1
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 1073632
client thread 7 socket connected 1073632
client thread 7 socket wrote 8192
server thread 7 got connection 1074080
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 950 70 1490 100 2610
server thread 7 loop 2
client thread 7 socket read 131072
server thread 8 alive
server thread 8 loop 0
client thread 7 loop 2
client thread 7 socket created 1072608
client thread 7 socket connected 1072608
client thread 7 socket wrote 8192
server thread 7 got connection 1072864
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 1640 60 1470 110 3280
server thread 7 loop 3
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 1073504
client thread 7 socket connected 1073504
client thread 7 socket wrote 8192
server thread 7 got connection 1072736
server thread 7 read 8192 bytes
client thread 8 alive
client thread 8 loop 0
client thread 8 socket created 1073824
client thread 8 socket connected 1073824
client thread 8 socket wrote 8192
server thread 7 write 131072 bytes
server: 1180 50 1870 100 3200
server thread 7 loop 4
server thread 8 got connection 1073568
server thread 8 read 8192 bytes
server thread 9 alive
server thread 8 write 131072 bytes
server: 5880 60 1620 100 7660
server thread 8 loop 1
client thread 8 socket read 131072
client thread 8 loop 1
client thread 8 socket created 1073696
client thread 8 socket connected 1073696
client thread 8 socket wrote 8192
server thread 8 got connection 1073312
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 930 60 1790 100 2880
server thread 8 loop 2
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 1073888
client thread 8 socket connected 1073888
client thread 8 socket wrote 8192
server thread 8 got connection 1072928
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 920 70 1480 100 2570
server thread 8 loop 3
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 1074144
client thread 8 socket connected 1074144
client thread 8 socket wrote 8192
server thread 8 got connection 1072800
server thread 8 read 8192 bytes
server thread 6 write 131072 bytes
server: 840 80 28130 180 29230
server thread 6 loop 1
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 1074016
client thread 9 socket connected 1074016
client thread 9 socket wrote 8192
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 1072544
server thread 8 write 131072 bytes
server: 1130 60 2680 110 3980
server thread 8 loop 4
client thread 6 socket connected 1072544
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 1074080
client thread 8 socket connected 1074080
client thread 6 socket wrote 8192
client thread 8 socket wrote 8192
server thread 8 got connection 1073632
server thread 6 got connection 1072864
server thread 8 read 8192 bytes
server thread 6 read 8192 bytes
server thread 9 loop 0
server thread 6 write 131072 bytes
server: 2850 110 1900 110 4970
server thread 6 loop 2
server thread 8 write 131072 bytes
server: 980 80 2300 130 3490
Thread 8 EXIT
client thread 6 socket read 131072
client thread 6 loop 2
client thread 6 socket created 1072608
client thread 8 socket read 131072
client thread 6 socket connected 1072608
Thread 8 EXIT
client thread 6 socket wrote 8192
server thread 6 got connection 1072736
server thread 9 got connection 1073568
server thread 6 read 8192 bytes
server thread 9 read 8192 bytes
server thread 6 write 131072 bytes
server: 1250 80 2030 120 3480
server thread 6 loop 3
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 1073824
client thread 6 socket read 131072
client thread 6 loop 3
server thread 5 got connection 1073312
client thread 5 socket connected 1073824
server thread 5 read 8192 bytes
server thread 3 write 131072 bytes
server: 1330 90 40290 140 41850
server thread 3 loop 4
client thread 3 socket read 131072
client thread 3 loop 4
client thread 5 socket wrote 8192
client thread 3 socket created 1073696
client thread 3 socket connected 1073696
client thread 3 socket wrote 8192
server thread 3 got connection 1072928
server thread 3 read 8192 bytes
server thread 5 write 131072 bytes
server: 35820 270 1790 120 38000
server thread 5 loop 2
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 1073888
client thread 9 socket connected 1073888
client thread 9 socket wrote 8192
server thread 9 write 131072 bytes
server thread 3 write 131072 bytes
server: 1970 70 6370 120 8530
server thread 9 loop 1
server: 1300 60 1630 120 3110
Thread 3 EXIT
server thread 9 got connection 1073952
server thread 9 read 8192 bytes
client thread 3 socket read 131072
Thread 3 EXIT
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 1073248
server thread 5 got connection 1072800
client thread 5 socket connected 1073248
server thread 5 read 8192 bytes
client thread 5 socket wrote 8192
client thread 9 socket read 131072
client thread 9 loop 2
client thread 9 socket created 1074144
client thread 9 socket connected 1074144
client thread 9 socket wrote 8192
server thread 5 write 131072 bytes
server: 4320 210 2340 100 6970
server thread 5 loop 3
server thread 9 write 131072 bytes
server: 170 290 5210 110 5780
server thread 9 loop 2
server thread 9 got connection 1072864
server thread 9 read 8192 bytes
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 1073632
server thread 5 got connection 1072480
client thread 5 socket connected 1073632
server thread 5 read 8192 bytes
client thread 5 socket wrote 8192
server thread 5 write 131072 bytes
server: 2780 230 1840 100 4950
server thread 5 loop 4
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 1072544
server thread 7 got connection 1074080
client thread 7 socket connected 1072544
server thread 7 read 8192 bytes
client thread 7 socket wrote 8192
server thread 7 write 131072 bytes
server: 33750 220 1640 100 35710
Thread 7 EXIT
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 1072736
server thread 5 got connection 1072992
client thread 5 socket connected 1072736
server thread 5 read 8192 bytes
client thread 5 socket wrote 8192
server thread 5 write 131072 bytes
server: 3500 230 1730 100 5560
Thread 5 EXIT
client thread 7 socket read 131072
Thread 7 EXIT
client thread 5 socket read 131072
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 1072608
client thread 9 socket connected 1072608
client thread 9 socket wrote 8192
server thread 9 write 131072 bytes
server: 150 50 12260 100 12560
server thread 9 loop 3
server thread 9 got connection 1073440
server thread 9 read 8192 bytes
Thread 5 EXIT
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 1073184
client thread 9 socket connected 1073184
client thread 9 socket wrote 8192
server thread 9 write 131072 bytes
server: 150 50 2550 110 2860
server thread 9 loop 4
server thread 9 got connection 1073312
server thread 9 read 8192 bytes
client thread 6 socket created 1074016
server thread 6 got connection 1073568
client thread 6 socket connected 1074016
server thread 6 read 8192 bytes
client thread 6 socket wrote 8192
server thread 6 write 131072 bytes
server: 27470 250 1330 110 29160
server thread 6 loop 4
client thread 6 socket read 131072
client thread 6 loop 4
client thread 6 socket created 1072928
server thread 6 got connection 1072672
client thread 6 socket connected 1072928
server thread 6 read 8192 bytes
client thread 6 socket wrote 8192
server thread 6 write 131072 bytes
server: 990 210 1650 110 2960
Thread 6 EXIT
client thread 6 socket read 131072
Thread 6 EXIT
client thread 9 socket read 131072
Thread 9 EXIT
server thread 9 write 131072 bytes
server: 160 50 8120 120 8450
Thread 9 EXIT
Thread 9 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 10 118536 9632 73329 1943
server per thread elapsed time 203440
----------
Client results:

----------
client per thread totals 10 18221 2822 140064 5392
client per thread elapsed time 166499
select loop kernel/user: 25622.00 usec
server thread 0 alive
server thread 1 alive
server thread 0 loop 0
server thread 2 alive
server thread 3 alive
server thread 2 loop 0
client thread 0 alive
client thread 0 loop 0
server thread 3 loop 0
client thread 0 socket created 1073952
server thread 1 loop 0
client thread 0 socket connected 1073952
client thread 0 socket wrote 8192
server thread 0 got connection 1073248
server thread 0 read 8192 bytes
server thread 4 alive
server thread 4 loop 0
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 1073504
client thread 2 socket connected 1073504
client thread 2 socket wrote 8192
server thread 0 write 131072 bytes
client thread 3 alive
client thread 3 loop 0
server: 1350 60 1430 110 2950
server thread 0 loop 1
client thread 3 socket created 1074080
client thread 3 socket connected 1074080
client thread 3 socket wrote 8192
server thread 2 got connection 1073056
server thread 2 read 8192 bytes
server thread 3 got connection 1073632
server thread 3 read 8192 bytes
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 1072992
client thread 0 socket connected 1072992
client thread 0 socket wrote 8192
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 1073120
server thread 3 write 131072 bytes
client thread 1 socket connected 1073120
client thread 1 socket wrote 8192
server: 2790 60 2680 120 5650
server thread 3 loop 1
server thread 5 alive
client thread 3 socket read 131072
client thread 3 loop 1
server thread 5 loop 0
client thread 3 socket created 1074144
client thread 3 socket connected 1074144
server thread 0 got connection 1072864
client thread 3 socket wrote 8192
server thread 0 read 8192 bytes
server thread 3 got connection 1072736
server thread 3 read 8192 bytes
server thread 6 alive
server thread 0 write 131072 bytes
server thread 6 loop 0
server: 4210 60 2100 110 6480
server thread 0 loop 2
client thread 0 socket read 131072
server thread 3 write 131072 bytes
client thread 0 loop 2
server: 1000 90 2530 110 3730
server thread 3 loop 2
client thread 0 socket created 1073440
client thread 3 socket read 131072
client thread 0 socket connected 1073440
client thread 3 loop 2
client thread 0 socket wrote 8192
client thread 3 socket created 1073568
server thread 0 got connection 1074016
client thread 3 socket connected 1073568
client thread 3 socket wrote 8192
server thread 2 write 131072 bytes
server thread 3 got connection 1072672
server thread 3 read 8192 bytes
server: 2850 70 7780 110 10810
server thread 2 loop 1
server thread 7 alive
server thread 7 loop 0
server thread 8 alive
server thread 8 loop 0
server thread 3 write 131072 bytes
server: 1110 50 1970 100 3230
server thread 3 loop 3
client thread 3 socket read 131072
client thread 3 loop 3
client thread 3 socket created 1073184
client thread 3 socket connected 1073184
client thread 3 socket wrote 8192
server thread 3 got connection 1073312
server thread 3 read 8192 bytes
server thread 9 alive
server thread 3 write 131072 bytes
server: 970 50 1530 100 2650
server thread 3 loop 4
server thread 1 got connection 1073376
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
client thread 1 socket read 131072
server: 15410 60 1330 110 16910
server thread 1 loop 1
client thread 1 loop 1
client thread 1 socket created 1073248
client thread 3 socket read 131072
client thread 1 socket connected 1073248
client thread 3 loop 4
client thread 1 socket wrote 8192
client thread 3 socket created 1073952
client thread 3 socket connected 1073952
client thread 3 socket wrote 8192
server thread 3 got connection 1073632
server thread 3 read 8192 bytes
server thread 1 got connection 1074080
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
client thread 1 socket read 131072
server: 2380 60 1250 390 4080
server thread 1 loop 2
client thread 1 loop 2
client thread 1 socket created 1072864
server thread 3 write 131072 bytes
client thread 1 socket connected 1072864
server: 2910 50 3220 110 6290
Thread 3 EXIT
client thread 1 socket wrote 8192
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 1072992
client thread 4 socket connected 1072992
client thread 4 socket wrote 8192
server thread 1 got connection 1072736
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
client thread 1 socket read 131072
server: 1270 190 1340 110 2910
server thread 1 loop 3
client thread 1 loop 3
client thread 3 socket read 131072
client thread 1 socket created 1074144
Thread 3 EXIT
client thread 1 socket connected 1074144
client thread 5 alive
client thread 5 loop 0
client thread 1 socket wrote 8192
client thread 5 socket created 1073056
client thread 5 socket connected 1073056
client thread 5 socket wrote 8192
server thread 5 got connection 1072672
server thread 5 read 8192 bytes
server thread 1 got connection 1073568
server thread 1 read 8192 bytes
server thread 4 got connection 1073312
server thread 4 read 8192 bytes
server thread 5 write 131072 bytes
server: 19450 60 2000 120 21630
server thread 5 loop 1
client thread 5 socket read 131072
server thread 1 write 131072 bytes
client thread 1 socket read 131072
server: 1510 90 3210 220 5030
server thread 1 loop 4
client thread 1 loop 4
client thread 1 socket created 1073376
client thread 1 socket connected 1073376
client thread 1 socket wrote 8192
server thread 1 got connection 1073120
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
client thread 1 socket read 131072
server: 830 50 1320 110 2310
Thread 1 EXIT
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 1073184
server thread 0 read 8192 bytes
client thread 6 socket connected 1073184
client thread 6 socket wrote 8192
server thread 0 write 131072 bytes
client thread 0 socket read 131072
server: 1390 22050 1300 130 24870
server thread 0 loop 3
client thread 0 loop 3
client thread 0 socket created 1074080
server thread 4 write 131072 bytes
client thread 0 socket connected 1074080
server: 25950 70 6490 120 32630
server thread 4 loop 1
client thread 0 socket wrote 8192
server thread 0 got connection 1073248
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
client thread 0 socket read 131072
server: 740 60 1390 100 2290
server thread 0 loop 4
client thread 0 loop 4
client thread 4 socket read 131072
client thread 0 socket created 1073632
client thread 4 loop 1
client thread 0 socket connected 1073632
client thread 4 socket created 1072800
client thread 0 socket wrote 8192
client thread 4 socket connected 1072800
client thread 4 socket wrote 8192
server thread 4 got connection 1072736
server thread 4 read 8192 bytes
server thread 0 got connection 1072864
server thread 0 read 8192 bytes
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 1073952
client thread 7 socket connected 1073952
server thread 4 write 131072 bytes
client thread 7 socket wrote 8192
server: 2770 60 2160 120 5110
server thread 4 loop 2
server thread 0 write 131072 bytes
server thread 7 got connection 1072672
server: 1030 90 2410 110 3640
Thread 0 EXIT
client thread 8 alive
client thread 8 loop 0
client thread 8 socket created 1073568
client thread 0 socket read 131072
client thread 8 socket connected 1073568
Thread 0 EXIT
client thread 8 socket wrote 8192
client thread 4 socket read 131072
client thread 5 loop 1
client thread 4 loop 2
server thread 7 read 8192 bytes
client thread 4 socket created 1073056
client thread 4 socket connected 1073056
client thread 4 socket wrote 8192
server thread 7 write 131072 bytes
server: 28360 1350 1240 130 31080
server thread 7 loop 1
server thread 6 got connection 1073120
server thread 6 read 8192 bytes
server thread 4 got connection 1073376
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 3520 120 1330 110 5080
server thread 4 loop 3
server thread 8 got connection 1074016
Thread 1 EXIT
server thread 8 read 8192 bytes
client thread 4 socket read 131072
client thread 5 socket created 1074144
client thread 5 socket connected 1074144
client thread 5 socket wrote 8192
client thread 7 socket read 131072
server thread 5 got connection 1073440
server thread 5 read 8192 bytes
client thread 7 loop 1
client thread 7 socket created 1073312
client thread 7 socket connected 1073312
client thread 7 socket wrote 8192
server thread 7 got connection 1073248
server thread 7 read 8192 bytes
client thread 7 socket read 131072
client thread 7 loop 2
client thread 7 socket created 1074080
client thread 7 socket connected 1074080
client thread 7 socket wrote 8192
server thread 7 write 131072 bytes
server: 5120 100 2120 210 7550
server thread 7 loop 2
server thread 8 write 131072 bytes
server thread 7 got connection 1072992
server thread 7 read 8192 bytes
server: 32550 60 5440 110 38160
server thread 8 loop 1
client thread 8 socket read 131072
client thread 8 loop 1
client thread 8 socket created 1072736
client thread 8 socket connected 1072736
client thread 8 socket wrote 8192
server thread 8 got connection 1072864
server thread 5 write 131072 bytes
server thread 8 read 8192 bytes
server: 18510 60 4910 120 23600
server thread 5 loop 2
server thread 7 write 131072 bytes
server: 240 70 2950 110 3370
server thread 7 loop 3
client thread 7 socket read 131072
server thread 8 write 131072 bytes
server: 1020 50 2330 100 3500
server thread 8 loop 2
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 1073696
client thread 8 socket connected 1073696
client thread 8 socket wrote 8192
server thread 8 got connection 1073632
server thread 8 read 8192 bytes
client thread 8 socket read 131072
client thread 7 loop 3
client thread 7 socket created 1072800
client thread 8 loop 3
client thread 7 socket connected 1072800
client thread 7 socket wrote 8192
client thread 8 socket created 1072672
client thread 8 socket connected 1072672
client thread 8 socket wrote 8192
client thread 5 socket read 131072
server thread 7 got connection 1073376
server thread 6 write 131072 bytes
server thread 7 read 8192 bytes
server: 33860 60 14790 130 48840
server thread 6 loop 1
client thread 5 loop 2
client thread 5 socket created 1073824
client thread 5 socket connected 1073824
client thread 5 socket wrote 8192
server thread 5 got connection 1073952
client thread 7 socket read 131072
server thread 5 read 8192 bytes
client thread 7 loop 4
client thread 7 socket created 1073312
client thread 7 socket connected 1073312
client thread 7 socket wrote 8192
client thread 6 socket read 131072
server thread 5 write 131072 bytes
server: 7760 90 2000 110 9960
server thread 5 loop 3
client thread 6 loop 1
client thread 6 socket created 1073248
client thread 5 socket read 131072
client thread 5 loop 3
client thread 6 socket connected 1073248
client thread 6 socket wrote 8192
client thread 5 socket created 1074016
server thread 7 write 131072 bytes
client thread 5 socket connected 1074016
server: 4010 60 4700 140 8910
server thread 7 loop 4
client thread 5 socket wrote 8192
server thread 7 got connection 1073568
server thread 7 read 8192 bytes
server thread 6 got connection 1073440
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 5080 60 1800 120 7060
server thread 6 loop 2
client thread 6 socket read 131072
client thread 2 socket read 131072
server thread 7 write 131072 bytes
client thread 7 socket read 131072
server: 190 60 2830 120 3200
Thread 7 EXIT
client thread 2 loop 1
server thread 5 got connection 1072992
server thread 5 read 8192 bytes
client thread 2 socket created 1072864
client thread 2 socket connected 1072864
server thread 5 write 131072 bytes
server: 4220 60 1290 110 5680
server thread 5 loop 4
client thread 5 socket read 131072
Thread 7 EXIT
client thread 5 loop 4
client thread 5 socket created 1072736
server thread 2 got connection 1074080
client thread 5 socket connected 1072736
server thread 2 read 8192 bytes
client thread 5 socket wrote 8192
client thread 2 socket wrote 8192
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 1073120
server thread 2 write 131072 bytes
client thread 9 socket connected 1073120
client thread 9 socket wrote 8192
server thread 9 loop 0
server thread 5 got connection 1074144
server thread 5 read 8192 bytes
server thread 9 got connection 1072800
server thread 9 read 8192 bytes
server: 56990 70 1120 80 58260
server thread 2 loop 2
client thread 4 loop 3
client thread 4 socket created 1073184
server thread 4 got connection 1073952
server thread 5 write 131072 bytes
client thread 5 socket read 131072
server: 1980 70 2760 120 4930
Thread 5 EXIT
Thread 5 EXIT
client thread 4 socket connected 1073184
client thread 9 socket read 131072
server thread 4 read 8192 bytes
client thread 9 loop 1
client thread 9 socket created 1073824
client thread 9 socket connected 1073824
client thread 9 socket wrote 8192
server thread 9 write 131072 bytes
server: 210 70 3760 130 4170
server thread 9 loop 1
client thread 4 socket wrote 8192
server thread 9 got connection 1073376
server thread 9 read 8192 bytes
server thread 4 write 131072 bytes
server: 27140 980 1760 130 30010
server thread 4 loop 4
client thread 6 loop 2
client thread 6 socket created 1073440
client thread 6 socket connected 1073440
client thread 6 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 1073568
server thread 6 got connection 1073312
server thread 6 read 8192 bytes
server thread 4 got connection 1073504
client thread 4 socket connected 1073568
server thread 6 write 131072 bytes
server: 11330 60 1260 120 12770
server thread 4 read 8192 bytes
server thread 6 loop 3
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 1072992
client thread 4 socket wrote 8192
client thread 2 socket connected 1072992
client thread 2 socket wrote 8192
server thread 2 got connection 1073760
server thread 2 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 2
client thread 9 socket created 1074016
client thread 9 socket connected 1074016
client thread 9 socket wrote 8192
server thread 9 write 131072 bytes
server: 170 90 6490 260 7010
server thread 9 loop 2
server thread 2 write 131072 bytes
server thread 9 got connection 1074080
server: 8350 60 1780 110 10300
server thread 2 loop 3
server thread 8 write 131072 bytes
server thread 4 write 131072 bytes
server: 870 50 26400 140 27460
server thread 8 loop 3
server: 1740 1190 3750 110 6790
Thread 4 EXIT
server thread 8 got connection 1073056
server thread 8 read 8192 bytes
client thread 4 socket read 131072
client thread 6 socket read 131072
Thread 4 EXIT
server thread 9 read 8192 bytes
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 1074144
client thread 8 socket connected 1074144
client thread 8 socket wrote 8192
client thread 6 loop 3
client thread 6 socket created 1072736
server thread 6 got connection 1072544
server thread 9 write 131072 bytes
client thread 6 socket connected 1072736
server: 170 2880 1870 110 5030
server thread 9 loop 3
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 1073120
client thread 2 socket read 131072
client thread 9 socket connected 1073120
client thread 9 socket wrote 8192
client thread 2 loop 3
client thread 2 socket created 1072800
client thread 2 socket connected 1072800
client thread 2 socket wrote 8192
server thread 9 got connection 1073248
client thread 6 socket read 131072
server thread 9 read 8192 bytes
server thread 2 got connection 1073952
server thread 2 read 8192 bytes
server thread 6 write 131072 bytes
server: 7210 810 3420 180 11620
server thread 6 loop 4
server thread 9 write 131072 bytes
server: 2470 60 2140 120 4790
server thread 9 loop 4
server thread 2 write 131072 bytes
server: 6880 70 2170 120 9240
server thread 2 loop 4
client thread 2 socket read 131072
client thread 9 socket read 131072
client thread 9 loop 4
client thread 2 loop 4
client thread 9 socket created 1073184
client thread 2 socket created 1073312
client thread 9 socket connected 1073184
client thread 2 socket connected 1073312
client thread 2 socket wrote 8192
server thread 2 got connection 1072864
server thread 2 read 8192 bytes
server thread 9 got connection 1073824
server thread 9 read 8192 bytes
client thread 9 socket wrote 8192
server thread 8 write 131072 bytes
server: 190 90 11600 240 12120
server thread 8 loop 4
server thread 2 write 131072 bytes
server thread 8 got connection 1073376
server thread 8 read 8192 bytes
server: 1090 60 2020 120 3290
Thread 2 EXIT
server thread 8 write 131072 bytes
client thread 8 socket read 131072
server: 180 60 1370 100 1710
Thread 8 EXIT
Thread 8 EXIT
client thread 6 loop 4
client thread 6 socket created 1073760
client thread 2 socket read 131072
client thread 6 socket connected 1073760
client thread 6 socket wrote 8192
server thread 6 got connection 1073632
server thread 6 read 8192 bytes
Thread 2 EXIT
client thread 9 socket read 131072
server thread 6 write 131072 bytes
Thread 9 EXIT
server: 6960 60 1610 120 8750
Thread 6 EXIT
server thread 9 write 131072 bytes
server: 1400 70 6370 160 8000
client thread 6 socket read 131072
Thread 9 EXIT
Thread 6 EXIT
Thread 6 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 20 155505 12865 91011 2603
server per thread elapsed time 261984
----------
Client results:

----------
client per thread totals 20 20951 3778 176444 11042
client per thread elapsed time 212215
select loop kernel/kernel: 20010.00 usec
Killing sel_spd 6902 after 600
END TEST: sel_spd
BEGIN TEST: selct_er  
Fri Mar 28 15:34:40 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 6916 after 600
END TEST: selct_er
BEGIN TEST: selct_nm  
Fri Mar 28 15:34:41 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 6932 after 600
END TEST: selct_nm
BEGIN TEST: selct_to  
Fri Mar 28 15:34:41 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 6948 after 600
END TEST: selct_to
BEGIN TEST: selintr  
Fri Mar 28 15:34:47 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
select returned 0
Killing selintr 6996 after 600
END TEST: selintr
BEGIN TEST: sema  
Fri Mar 28 15:34:49 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
PASS
Killing sema 7015 after 600
END TEST: sema
BEGIN TEST: semaerr  
Fri Mar 28 15:34:51 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
PASS
PASS
Killing semaerr 7029 after 600
END TEST: semaerr
BEGIN TEST: semaping  
Fri Mar 28 15:34:52 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
warning: removed semaphore /tmp/bar.sem left over from previous run
PASS
PASS
Killing semaping 7043 after 600
END TEST: semaping
BEGIN TEST: sendzlf  
Fri Mar 28 15:34:54 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
PASS
Killing sendzlf 7060 after 600
END TEST: sendzlf
BEGIN TEST: server_test  
Fri Mar 28 15:34:54 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
/u/svbld/ns/securityqa/nsprqa: usage: kill [ [ -sig ] id ... | -l ]
END TEST: server_test
BEGIN TEST: servr_uu  
Fri Mar 28 15:34:55 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Killing servr_uu 7088 after 600
END TEST: servr_uu
BEGIN TEST: servr_ku  
Fri Mar 28 15:34:56 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Killing servr_ku 7104 after 600
END TEST: servr_ku
BEGIN TEST: servr_uk  
Fri Mar 28 15:34:56 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
END TEST: servr_uk
BEGIN TEST: servr_kk  
Fri Mar 28 15:34:57 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Killing servr_uk 7118 after 600
Killing servr_kk 7132 after 600
END TEST: servr_kk
BEGIN TEST: short_thread  
Fri Mar 28 15:34:58 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Killing short_thread 7145 after 600
END TEST: short_thread
BEGIN TEST: sigpipe  
Fri Mar 28 15:34:58 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
write to broken pipe failed with EPIPE, as expected
write to broken pipe failed with EPIPE, as expected
PASSED
END TEST: sigpipe
Killing sigpipe 7158 after 600
BEGIN TEST: socket  
Fri Mar 28 15:34:59 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
END TEST: socket
BEGIN TEST: sockopt  
Fri Mar 28 15:34:59 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
PASSED
Killing sockopt 7176 after 600
END TEST: sockopt
BEGIN TEST: sockping  
Fri Mar 28 15:35:00 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 7192 after 600
END TEST: sockping
BEGIN TEST: sprintf  
Fri Mar 28 15:35:01 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
PASS
Killing sprintf 7208 after 600
END TEST: sprintf
BEGIN TEST: stack  
Fri Mar 28 15:35:03 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
Killing stack 7242 after 600
END TEST: stack
BEGIN TEST: stdio  
Fri Mar 28 15:35:15 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
This to standard out
This to standard err
Killing stdio 7272 after 600
END TEST: stdio
BEGIN TEST: str2addr  
Fri Mar 28 15:35:15 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
PASS
/u/svbld/ns/securityqa/nsprqa: usage: kill [ [ -sig ] id ... | -l ]
END TEST: str2addr
BEGIN TEST: strod  
Fri Mar 28 15:35:16 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Settings
Number to translate 1234567890123456789
Loops to run test: 1
Translation = 1234567890123456768
Killing strod 7298 after 600
END TEST: strod
BEGIN TEST: switch  
Fri Mar 28 15:35:17 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
PASSED
Killing switch 7314 after 600
END TEST: switch
BEGIN TEST: system  
Fri Mar 28 15:35:19 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
PR_SI_HOSTNAME: y2sun2
PR_SI_SYSNAME: SunOS
PR_SI_RELEASE: 5.8
PR_SI_ARCHITECTURE: sparc
Host page size is 8192
Page shift is 13
Number of processors is: 2
Killing system 7328 after 600
END TEST: system
BEGIN TEST: testbit  
Fri Mar 28 15:35:20 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
PASSED
Killing testbit 7341 after 600
END TEST: testbit
BEGIN TEST: testfile  
Fri Mar 28 15:35:20 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
File Test passed
Dir Test passed
Killing testfile 7355 after 600
END TEST: testfile
BEGIN TEST: threads  
Fri Mar 28 15:35:20 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
PASS
Killing threads 7368 after 600
END TEST: threads
BEGIN TEST: timemac  
Fri Mar 28 15:35:23 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Fri Mar 28 23:35:24 UTC 2003
Current local time is Fri Mar 28 15:35:24 -0800 2003
GMT offset is -28800, DST offset is 0
Please examine the results
Killing timemac 7381 after 600
END TEST: timemac
BEGIN TEST: timetest  
Fri Mar 28 15:35:24 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Killing fileio 1955 after 600
Killing timetest 7394 after 600
END TEST: timetest
BEGIN TEST: tpd  
Fri Mar 28 15:38:41 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
PASSED
Killing tpd 9406 after 600
END TEST: tpd
BEGIN TEST: udpsrv  
Fri Mar 28 15:38:42 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Killing udpsrv 9422 after 600
END TEST: udpsrv
BEGIN TEST: vercheck  
Fri Mar 28 15:38:43 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 9469 after 600
END TEST: vercheck
BEGIN TEST: version  
Fri Mar 28 15:38:44 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Runtime library version information
Build time: 27 Mar 2003 11:58:11 GMT
Build time: 2003-03-27 03:58:11
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 9488 after 600
END TEST: version
BEGIN TEST: writev  
Fri Mar 28 15:38:45 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
PASSED
Killing writev 9505 after 600
END TEST: writev
BEGIN TEST: xnotify  
Fri Mar 28 15:38:46 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib
Done!
Killing xnotify 9527 after 600
END TEST: xnotify
BEGIN TEST: zerolen  
Fri Mar 28 15:38:47 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 9550 after 600
END TEST: zerolen
BEGIN TEST: accept  
Fri Mar 28 15:39:07 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
PASS
Killing accept 9802 after 600
END TEST: accept
BEGIN TEST: acceptread  
Fri Mar 28 15:39:14 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0xffffffff7da118c8)127.0.0.1:47122
(Server) read [0xffffffff7da11850..0xffffffff7da118c5) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0xffffffff7da118c8)127.0.0.1:47123
(Server) read [0xffffffff7da11850..0xffffffff7da118c5) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0xffffffff7da118c8)127.0.0.1:47124
(Server) read [0xffffffff7da11850..0xffffffff7da118c5) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0xffffffff7da118c8)127.0.0.1:47125
(Server) read [0xffffffff7da11850..0xffffffff7da118c5) 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 9861 after 600
END TEST: acceptread
BEGIN TEST: acceptreademu  
Fri Mar 28 15:39:25 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0xffffffff7da118c8)127.0.0.1:47128
(Server) read [0xffffffff7da11850..0xffffffff7da118c5) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0xffffffff7da118c8)127.0.0.1:47129
(Server) read [0xffffffff7da11850..0xffffffff7da118c5) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0xffffffff7da118c8)127.0.0.1:47130
(Server) read [0xffffffff7da11850..0xffffffff7da118c5) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0xffffffff7da118c8)127.0.0.1:47131
(Server) read [0xffffffff7da11850..0xffffffff7da118c5) 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 9951 after 600
END TEST: acceptreademu
BEGIN TEST: affinity  
Fri Mar 28 15:39:37 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 10224 after 600
END TEST: affinity
BEGIN TEST: alarm  
Fri Mar 28 15:39:38 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Killing alarm 10243 after 600
END TEST: alarm
BEGIN TEST: anonfm  
Fri Mar 28 15:40:41 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Killing anonfm 10935 after 600
END TEST: anonfm
BEGIN TEST: atomic  
Fri Mar 28 15:40:42 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 10967 after 600
END TEST: atomic
BEGIN TEST: attach  
Fri Mar 28 15:40:43 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Killing attach 10983 after 600
END TEST: attach
BEGIN TEST: bigfile  
Fri Mar 28 15:40:44 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Killing bigfile 11004 after 600
END TEST: bigfile
BEGIN TEST: cleanup  
Fri Mar 28 15:40:45 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 11033 after 600
END TEST: cleanup
BEGIN TEST: cltsrv  
Fri Mar 28 15:40:51 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Client/Server started at(0x10010bf60): 15:40:51
Server started at(0x100111fe0): 15:40:51
Client started at(0x100112350): 15:40:51
main(0x10010bf60): waiting for execution interval (10 seconds)
Shutting down(0x10010bf60): 15:41:01
Client(0x100112350): stopped after 299 operations and 308800 bytes
Server(0x100111fe0): stopped after 300 operations and 310490 bytes
main(0x10010bf60): test complete
Test exiting at(0x10010bf60): 15:41:01
Killing cltsrv 11089 after 600
END TEST: cltsrv
BEGIN TEST: concur  
Fri Mar 28 15:41:01 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
PASSED
Killing concur 11173 after 600
END TEST: concur
BEGIN TEST: cvar  
Fri Mar 28 15:41:13 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Killing cvar 11371 after 600
END TEST: cvar
BEGIN TEST: cvar2  
Fri Mar 28 15:41:13 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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: 41.70 usec
Condvar simple test shared UK: 33.50 usec
Condvar simple test priv UU: 91.50 usec
Condvar simple test priv UK: 90.90 usec
Condvar simple test All: 117.00 usec
Condvar timeout test: 787.80 usec

10 Thread tests
Condvar simple test shared UU: 62.80 usec
Condvar simple test shared UK: 56.60 usec
Condvar simple test priv UU: 295.40 usec
Condvar simple test priv UK: 421.50 usec
Condvar simple test All: 311.00 usec
Condvar timeout test: 748.20 usec

15 Thread tests
Condvar simple test shared UU: 95.10 usec
Condvar simple test shared UK: 82.60 usec
Condvar simple test priv UU: 1521.40 usec
Condvar simple test priv UK: 653.40 usec
Condvar simple test All: 385.70 usec
Condvar timeout test: 1489.50 usec

20 Thread tests
Condvar simple test shared UU: 550.60 usec
Condvar simple test shared UK: 151.20 usec
Condvar simple test priv UU: 1500.50 usec
Condvar simple test priv UK: 1477.60 usec
Condvar simple test All: 6061.40 usec
Condvar timeout test: 1190.10 usec
PASS
Killing cvar2 11412 after 600
END TEST: cvar2
BEGIN TEST: dlltest  
Fri Mar 28 15:41:16 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
PASSED
Killing dlltest 11467 after 600
END TEST: dlltest
BEGIN TEST: dtoa  
Fri Mar 28 15:41:17 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
PASSED
Killing dtoa 11487 after 600
END TEST: dtoa
BEGIN TEST: errcodes  
Fri Mar 28 15:41:18 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 11521 after 600
END TEST: errcodes
BEGIN TEST: exit  
Fri Mar 28 15:41:19 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Killing exit 11548 after 600
END TEST: exit
BEGIN TEST: fdcach  
Fri Mar 28 15:41:29 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
PASS
Killing fdcach 11744 after 600
END TEST: fdcach
BEGIN TEST: fileio  
Fri Mar 28 15:41:30 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
PASS
Killing fileio 11784 after 600
END TEST: fileio
BEGIN TEST: foreign  
Fri Mar 28 15:41:30 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Killing foreign 11814 after 600
END TEST: foreign
BEGIN TEST: forktest  
Fri Mar 28 15:41:34 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Accepting connection at port 47434
Wait one second before connect
Connecting to port 47434
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Fork succeeded. Parent process continues.
Wait one second before connect
Accepting connection at port 47436
Fork succeeded. Child process continues.
Accepting connection at port 47437
Wait one second before connect
Connecting to port 47437
Connecting to port 47436
Writing message "Hello world!"
Writing message "Hello world!"
Received "Hello world!" from the client
Received "Hello world!" from the client
The message is received correctly
The message is received correctly
Child process exits.
Parent process exits.
PASSED
Killing forktest 11928 after 600
END TEST: forktest
BEGIN TEST: fsync  
Fri Mar 28 15:41:37 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
10 iterations over a 10 kbyte file: 130 [180] 230
Killing fsync 11965 after 600
END TEST: fsync
BEGIN TEST: getproto  
Fri Mar 28 15:41:37 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 11978 after 600
END TEST: getproto
BEGIN TEST: i2l  
Fri Mar 28 15:41:38 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
We have long long
/u/svbld/ns/securityqa/nsprqa: usage: kill [ [ -sig ] id ... | -l ]
END TEST: i2l
BEGIN TEST: initclk  
Fri Mar 28 15:41:39 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Elapsed time: 3000 ms, expected time: 3004 ms
PASS
Killing initclk 12024 after 600
END TEST: initclk
BEGIN TEST: inrval  
Fri Mar 28 15:41:42 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
inrval: Examine stdout to determine results.
Overhead of 'PR_Now()' is 538 nsecs

Overhead of 'PR_IntervalNow()' is 735 nsecs

Overhead of 'PR_Now()' is 641 nsecs

Overhead of 'PR_IntervalNow()' is 592 nsecs

Killing ntoh 6184 after 600
Killing op_filnf 6229 after 600
Killing inrval 12058 after 600
END TEST: inrval
BEGIN TEST: instrumt  
Fri Mar 28 15:43:15 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Test not defined
Killing instrumt 12857 after 600
END TEST: instrumt
BEGIN TEST: intrio  
Fri Mar 28 15:43:15 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 12889 after 600
END TEST: intrio
BEGIN TEST: intrupt  
Fri Mar 28 15:43:36 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
PASSED
Killing intrupt 13779 after 600
END TEST: intrupt
BEGIN TEST: io_timeout  
Fri Mar 28 15:43:50 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 14470 after 600
END TEST: io_timeout
BEGIN TEST: ioconthr  
Fri Mar 28 15:43:56 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Interrupting the threads
Threads terminated in 3012 milliseconds
PASS
Killing ioconthr 14780 after 600
END TEST: ioconthr
BEGIN TEST: join  
Fri Mar 28 15:44:02 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
User-User test
User-Kernel test
Kernel-User test
Kernel-Kernel test
Join with unjoinable thread
PASSED
Killing join 15142 after 600
END TEST: join
BEGIN TEST: joinkk  
Fri Mar 28 15:44:02 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
PASS
Killing joinkk 15198 after 600
END TEST: joinkk
BEGIN TEST: joinku  
Fri Mar 28 15:44:03 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
PASS
Killing joinku 15247 after 600
END TEST: joinku
BEGIN TEST: joinuk  
Fri Mar 28 15:44:03 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
PASS
Killing joinuk 15298 after 600
END TEST: joinuk
BEGIN TEST: joinuu  
Fri Mar 28 15:44:04 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
PASS
Killing joinuu 15347 after 600
END TEST: joinuu
BEGIN TEST: layer  
Fri Mar 28 15:44:04 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 15395 after 600
END TEST: layer
BEGIN TEST: lazyinit  
Fri Mar 28 15:44:04 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Killing lazyinit 15434 after 600
END TEST: lazyinit
BEGIN TEST: lltest  
Fri Mar 28 15:44:05 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
PASS
Killing lltest 15483 after 600
END TEST: lltest
BEGIN TEST: lock  
Fri Mar 28 15:44:05 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
PASS
Killing lock 15546 after 600
END TEST: lock
BEGIN TEST: lockfile  
Fri Mar 28 15:44:24 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Killing lockfile 16380 after 600
END TEST: lockfile
BEGIN TEST: logger  
Fri Mar 28 15:44:29 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Killing logger 16645 after 600
END TEST: logger
BEGIN TEST: many_cv  
Fri Mar 28 15:44:39 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Settings
Conditions / lock: 10
Loops to run test: 1
PASS
Killing many_cv 17424 after 600
END TEST: many_cv
BEGIN TEST: multiwait  
Fri Mar 28 15:44:40 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 17482 after 600
END TEST: multiwait
BEGIN TEST: nameshm1  
Fri Mar 28 15:46:03 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
END TEST: nameshm1
BEGIN TEST: nonblock  
Fri Mar 28 15:46:03 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 18611 after 600
END TEST: nonblock
BEGIN TEST: nblayer  
Fri Mar 28 15:46:05 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Ending layered test
Killing nblayer 18658 after 600
END TEST: nblayer
BEGIN TEST: ntioto  
Fri Mar 28 15:46:06 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Killing ntioto 18681 after 600
END TEST: ntioto
BEGIN TEST: ntoh  
Fri Mar 28 15:46:07 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
1 2
1 2
1 2
1 2 3 4
1 2 3 4
1 2 3 4
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
PASS
Killing ntoh 18708 after 600
END TEST: ntoh
BEGIN TEST: op_2long  
Fri Mar 28 15:46:08 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 78
PASS
Killing op_2long 18724 after 600
END TEST: op_2long
BEGIN TEST: op_excl  
Fri Mar 28 15:46:08 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Killing op_excl 18751 after 600
END TEST: op_excl
BEGIN TEST: op_filnf  
Fri Mar 28 15:46:09 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
error code is -5950
PASS
Killing op_filnf 18769 after 600
END TEST: op_filnf
BEGIN TEST: op_filok  
Fri Mar 28 15:46:09 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Test passed
Killing op_filok 18794 after 600
END TEST: op_filok
BEGIN TEST: op_nofil  
Fri Mar 28 15:46:10 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
error code is PR_FILE_NOT_FOUND_ERROR, as expected
PASS
Killing op_nofil 18827 after 600
END TEST: op_nofil
BEGIN TEST: parent  
Fri Mar 28 15:46:11 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Killing parent 18845 after 600
END TEST: parent
BEGIN TEST: peek  
Fri Mar 28 15:46:12 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
END TEST: peek
BEGIN TEST: perf  
Fri Mar 28 15:46:12 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
local procedure call overhead: 0.03 usec
DLL procedure call overhead: 0.09 usec
current calendar time: 0.41 usec
interval time: 0.41 usec
idle lock lock/unlock pair: 0.51 usec
idle monitor entry/exit pair: 0.77 usec
idle cache monitor entry/exit pair: 2.01 usec
create/destroy thread pair: 373.87 usec
context switch - user/user: 8.92 usec
context switch - user/kernel: 8.60 usec
context switch - kernel/user: 16.00 usec
context switch - kernel/kernel: 11.19 usec
sema context switch - user/user: 11.71 usec
sema context switch - user/kernel: 17.64 usec
sema context switch - kernel/user: 11.71 usec
sema context switch - kernel/kernel: 11.63 usec
--------------
Adding 7 additional CPUs
--------------
local procedure call overhead: 0.03 usec
DLL procedure call overhead: 0.05 usec
current calendar time: 0.38 usec
interval time: 0.40 usec
idle lock lock/unlock pair: 0.47 usec
idle monitor entry/exit pair: 0.79 usec
idle cache monitor entry/exit pair: 1.95 usec
create/destroy thread pair: 395.99 usec
context switch - user/user: 72.94 usec
context switch - user/kernel: 50.84 usec
context switch - kernel/user: 48.98 usec
context switch - kernel/kernel: 56.49 usec
sema context switch - user/user: 92.99 usec
sema context switch - user/kernel: 49.84 usec
sema context switch - kernel/user: 44.47 usec
sema context switch - kernel/kernel: 54.65 usec
Killing perf 18877 after 600
END TEST: perf
BEGIN TEST: pipeping  
Fri Mar 28 15:46:14 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 18908 after 600
END TEST: pipeping
BEGIN TEST: pipeping2  
Fri Mar 28 15:46:15 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 18940 after 600
END TEST: pipeping2
BEGIN TEST: pipeself  
Fri Mar 28 15:46:16 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 18983 after 600
END TEST: pipeself
BEGIN TEST: poll_nm  
Fri Mar 28 15:46:17 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Killing poll_nm 19003 after 600
END TEST: poll_nm
BEGIN TEST: poll_to  
Fri Mar 28 15:46:18 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Killing poll_to 19016 after 600
END TEST: poll_to
BEGIN TEST: pollable  
Fri Mar 28 15:46:26 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
PASSED
Killing pollable 19050 after 600
END TEST: pollable
BEGIN TEST: prftest  
Fri Mar 28 15:46:29 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
PR_snprintf test 1 passed
PR_snprintf test 2 passed
Killing prftest 19063 after 600
END TEST: prftest
BEGIN TEST: primblok  
Fri Mar 28 15:46:31 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
This test is not relevant on this platform
Killing primblok 19076 after 600
END TEST: primblok
BEGIN TEST: provider  
Fri Mar 28 15:46:33 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Client/Server started at(0x10010c2a0): 15:46:33
Server started at(0x100112320): 15:46:33
main(0x10010c2a0): waiting for execution interval (10 seconds)
Client started at(0x100112520): 15:46:33
Shutting down(0x10010c2a0): 15:46:43
Client(0x100112520): stopped after 317 operations and 325772 bytes
Server(0x100112320): stopped after 317 operations and 325772 bytes
main(0x10010c2a0): test complete
Test exiting at(0x10010c2a0): 15:46:48
Killing provider 19098 after 600
END TEST: provider
BEGIN TEST: prpollml  
Fri Mar 28 15:46:48 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
PASS
Killing prpollml 19195 after 600
END TEST: prpollml
BEGIN TEST: prpoll  
Fri Mar 28 15:47:28 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 51208, 51209 and 51210

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 "51208" from a client
Server read 128 bytes from native fd 8
The server received "51210" from a client
The server received "51208" from a client
The server received "51209" from a client
Server read 128 bytes from native fd 9
The server received "51210" from a client
The server received "51208" from a client
The server received "51209" from a client
Server read 128 bytes from native fd 13
The server received "51210" from a client
The server received "51208" from a client
The server received "51209" from a client
Server read 128 bytes from native fd 11
The server received "51210" from a client
The server received "51208" from a client
The server received "51209" from a client
Server read 128 bytes from native fd 12
The server received "51210" from a client
The server received "51209" from a client
All tests finished
Killing prpoll 19691 after 600
END TEST: prpoll
BEGIN TEST: randseed  
Fri Mar 28 15:47:34 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Killing randseed 19769 after 600
END TEST: randseed
BEGIN TEST: ranfile  
Fri Mar 28 15:47:35 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
PASS
Killing ranfile 19792 after 600
END TEST: ranfile
BEGIN TEST: rwlocktest  
Fri Mar 28 15:47:56 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
PASS
Killing rwlocktest 19953 after 600
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Fri Mar 28 15:47:59 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 46080 349 26468 573
server per thread elapsed time 73470
----------
Client results:

----------
client per thread totals 0 1443 535 55233 1128
client per thread elapsed time 58339
select loop user/user: 21372.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 77078 4038 52767 1157
server per thread elapsed time 135040
----------
Client results:

----------
client per thread totals 10 6916 1270 103326 2483
client per thread elapsed time 113995
select loop user/kernel: 25822.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 108708 5027 86010 1778
server per thread elapsed time 201523
----------
Client results:

----------
client per thread totals 10 9159 2762 147844 3341
client per thread elapsed time 163106
select loop kernel/user: 20678.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 20 116816 5332 105802 2292
server per thread elapsed time 230242
----------
Client results:

----------
client per thread totals 20 10568 3214 172823 4819
client per thread elapsed time 191424
select loop kernel/kernel: 39518.00 usec
Killing sel_spd 19966 after 600
END TEST: sel_spd
BEGIN TEST: selct_er  
Fri Mar 28 15:48:02 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Killing selct_er 19979 after 600
END TEST: selct_er
BEGIN TEST: selct_nm  
Fri Mar 28 15:48:04 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
END TEST: selct_nm
Killing selct_nm 19999 after 600
BEGIN TEST: selct_to  
Fri Mar 28 15:48:04 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Killing selct_to 20023 after 600
END TEST: selct_to
BEGIN TEST: selintr  
Fri Mar 28 15:48:10 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
select returned 0
Killing selintr 20116 after 600
END TEST: selintr
BEGIN TEST: sema  
Fri Mar 28 15:48:12 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
PASS
Killing sema 20155 after 600
END TEST: sema
BEGIN TEST: semaerr  
Fri Mar 28 15:48:13 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
PASS
PASS
Killing semaerr 20184 after 600
END TEST: semaerr
BEGIN TEST: semaping  
Fri Mar 28 15:48:13 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
warning: removed semaphore /tmp/bar.sem left over from previous run
PASS
PASS
Killing semaping 20208 after 600
END TEST: semaping
BEGIN TEST: sendzlf  
Fri Mar 28 15:48:14 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
PASS
Killing sendzlf 20238 after 600
END TEST: sendzlf
BEGIN TEST: server_test  
Fri Mar 28 15:48:15 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Killing server_test 20276 after 600
END TEST: server_test
BEGIN TEST: servr_uu  
Fri Mar 28 15:48:15 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Killing servr_uu 20296 after 600
END TEST: servr_uu
BEGIN TEST: servr_ku  
Fri Mar 28 15:48:16 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Killing servr_ku 20315 after 600
END TEST: servr_ku
BEGIN TEST: servr_uk  
Fri Mar 28 15:48:16 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Killing servr_uk 20333 after 600
END TEST: servr_uk
BEGIN TEST: servr_kk  
Fri Mar 28 15:48:16 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Killing servr_kk 20346 after 600
END TEST: servr_kk
BEGIN TEST: short_thread  
Fri Mar 28 15:48:17 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Killing short_thread 20360 after 600
END TEST: short_thread
BEGIN TEST: sigpipe  
Fri Mar 28 15:48:17 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
write to broken pipe failed with EPIPE, as expected
write to broken pipe failed with EPIPE, as expected
PASSED
Killing sigpipe 20376 after 600
END TEST: sigpipe
BEGIN TEST: socket  
Fri Mar 28 15:48:17 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
END TEST: socket
BEGIN TEST: sockopt  
Fri Mar 28 15:48:18 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
PASSED
Killing sockopt 20401 after 600
END TEST: sockopt
BEGIN TEST: sockping  
Fri Mar 28 15:48:18 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 20419 after 600
END TEST: sockping
BEGIN TEST: sprintf  
Fri Mar 28 15:48:18 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
PASS
Killing sprintf 20438 after 600
END TEST: sprintf
BEGIN TEST: stack  
Fri Mar 28 15:48:20 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
Killing stack 20468 after 600
END TEST: stack
BEGIN TEST: stdio  
Fri Mar 28 15:48:25 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
This to standard out
This to standard err
Killing stdio 20493 after 600
END TEST: stdio
BEGIN TEST: str2addr  
Fri Mar 28 15:48:26 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
PASS
END TEST: str2addr
BEGIN TEST: strod  
Killing str2addr 20506 after 600
Fri Mar 28 15:48:26 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Settings
Number to translate 1234567890123456789
Loops to run test: 1
Translation = 1234567890123456768
Killing strod 20519 after 600
END TEST: strod
BEGIN TEST: switch  
Fri Mar 28 15:48:27 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
PASSED
Killing switch 20532 after 600
END TEST: switch
BEGIN TEST: system  
Fri Mar 28 15:48:34 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
PR_SI_HOSTNAME: y2sun2
PR_SI_SYSNAME: SunOS
PR_SI_RELEASE: 5.8
PR_SI_ARCHITECTURE: sparc
Host page size is 8192
Page shift is 13
Number of processors is: 2
Killing system 20603 after 600
END TEST: system
BEGIN TEST: testbit  
Fri Mar 28 15:48:35 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
PASSED
Killing testbit 20616 after 600
END TEST: testbit
BEGIN TEST: testfile  
Fri Mar 28 15:48:35 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
File Test passed
Dir Test passed
END TEST: testfile
Killing testfile 20636 after 600
BEGIN TEST: threads  
Fri Mar 28 15:48:36 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
PASS
Killing threads 20653 after 600
END TEST: threads
BEGIN TEST: timemac  
Fri Mar 28 15:48:38 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Fri Mar 28 23:48:38 UTC 2003
Current local time is Fri Mar 28 15:48:38 -0800 2003
GMT offset is -28800, DST offset is 0
Please examine the results
Killing timemac 20675 after 600
END TEST: timemac
BEGIN TEST: timetest  
Fri Mar 28 15:48:39 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Killing i2l 12004 after 600
Killing timetest 20713 after 600
END TEST: timetest
BEGIN TEST: tpd  
Fri Mar 28 15:51:44 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
PASSED
END TEST: tpd
Killing tpd 23043 after 600
BEGIN TEST: udpsrv  
Fri Mar 28 15:51:44 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Killing udpsrv 23064 after 600
END TEST: udpsrv
BEGIN TEST: vercheck  
Fri Mar 28 15:51:45 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 23086 after 600
END TEST: vercheck
BEGIN TEST: version  
Fri Mar 28 15:51:46 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Runtime library version information
Build time: 27 Mar 2003 11:52:35 GMT
Build time: 2003-03-27 03:52:35
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 23105 after 600
END TEST: version
BEGIN TEST: writev  
Fri Mar 28 15:51:46 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
PASSED
Killing writev 23127 after 600
END TEST: writev
BEGIN TEST: xnotify  
Fri Mar 28 15:51:46 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib
Done!
Killing xnotify 23148 after 600
END TEST: xnotify
BEGIN TEST: zerolen  
Fri Mar 28 15:51:47 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_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 23173 after 600
END TEST: zerolen