BEGIN TEST: accept  
Thu Mar 27 11:45:18 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
PASS
END TEST: accept
BEGIN TEST: acceptread  
Thu Mar 27 11:45:24 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x7b0061d0)127.0.0.1:61375
(Server) read [0x7b006158..0x7b0061cd) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0x7b0061d0)127.0.0.1:61376
(Server) read [0x7b006158..0x7b0061cd) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0x7b0061d0)127.0.0.1:61377
(Server) read [0x7b006158..0x7b0061cd) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0x7b0061d0)127.0.0.1:61378
(Server) read [0x7b006158..0x7b0061cd) 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 = 232
PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22
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 = 232
PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22
END TEST: acceptread
BEGIN TEST: acceptreademu  
Thu Mar 27 11:45:35 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x7b006208)127.0.0.1:61381
(Server) read [0x7b006190..0x7b006205) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0x7b006208)127.0.0.1:61382
(Server) read [0x7b006190..0x7b006205) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0x7b006208)127.0.0.1:61383
(Server) read [0x7b006190..0x7b006205) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0x7b006208)127.0.0.1:61384
(Server) read [0x7b006190..0x7b006205) 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 = 232
PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22
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 = 232
PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22
END TEST: acceptreademu
BEGIN TEST: affinity  
Thu Mar 27 11:45:46 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
END TEST: affinity
BEGIN TEST: alarm  
Thu Mar 27 11:45:46 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
END TEST: alarm
BEGIN TEST: anonfm  
Thu Mar 27 11:46:50 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
END TEST: anonfm
BEGIN TEST: atomic  
Thu Mar 27 11:46:51 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
END TEST: atomic
BEGIN TEST: attach  
Thu Mar 27 11:46:51 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
END TEST: attach
BEGIN TEST: bigfile  
Thu Mar 27 11:46:52 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
END TEST: bigfile
BEGIN TEST: cleanup  
Thu Mar 27 11:46:52 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
END TEST: cleanup
BEGIN TEST: cltsrv  
Thu Mar 27 11:46:57 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib

PThread Statistics
started: 11:46:58[15]
locks [created: 13, destroyed: 2]
locks [acquired: 327, released: 327]
cvars [created: 7, destroyed: 5]
cvars [notified: 29, delayed_delete: 0]
Client/Server started at(0x40004bd0): 11:46:58
Server started at(0x40009ee8): 11:46:58
Client started at(0x4000a2f0): 11:46:58
main(0x40004bd0): waiting for execution interval (10 seconds)
Shutting down(0x40004bd0): 11:47:08
Client(0x4000a2f0): stopped after 21 operations and 17922 bytes
Server(0x40009ee8): stopped after 21 operations and 17922 bytes
main(0x40004bd0): test complete
Test exiting at(0x40004bd0): 11:47:13
END TEST: cltsrv
BEGIN TEST: concur  
Thu Mar 27 11:47:13 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
PASSED
END TEST: concur
BEGIN TEST: cvar  
Thu Mar 27 11:47:24 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
END TEST: cvar
BEGIN TEST: cvar2  
Thu Mar 27 11:47:24 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
Killing cvar2 21383 after 600
kill: 21384: The specified process does not exist.
cvar2 returned 143 (failed)
END TEST: cvar2
BEGIN TEST: dlltest  
Thu Mar 27 11:57:24 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
PASSED
END TEST: dlltest
BEGIN TEST: dtoa  
Thu Mar 27 11:57:25 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
PASSED
END TEST: dtoa
BEGIN TEST: errcodes  
Thu Mar 27 11:57:25 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
END TEST: errcodes
BEGIN TEST: exit  
Thu Mar 27 11:57:25 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
END TEST: exit
BEGIN TEST: fdcach  
Thu Mar 27 11:57:36 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
PASS
END TEST: fdcach
BEGIN TEST: fileio  
Thu Mar 27 11:57:36 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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  
Thu Mar 27 11:57:36 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
END TEST: foreign
BEGIN TEST: forktest  
Thu Mar 27 11:57:40 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
Accepting connection at port 61414
Wait one second before connect
Connecting to port 61414
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Fork succeeded. Parent process continues.
Accepting connection at port 61416
Wait one second before connect
Fork succeeded. Child process continues.
Wait one second before connect
Accepting connection at port 61417
Connecting to port 61417
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Child process exits.
Connecting to port 61416
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Parent process exits.
PASSED
END TEST: forktest
BEGIN TEST: fsync  
Thu Mar 27 11:57:42 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
10 iterations over a 10 kbyte file: 0 [0] 5000
END TEST: fsync
BEGIN TEST: getproto  
Thu Mar 27 11:57:42 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/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  
Thu Mar 27 11:57:42 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
We have long long
END TEST: i2l
BEGIN TEST: initclk  
Thu Mar 27 11:57:43 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
Elapsed time: 3000 ms, expected time: 3001 ms
PASS
END TEST: initclk
BEGIN TEST: inrval  
Thu Mar 27 11:57:46 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
inrval: Examine stdout to determine results.
Overhead of 'PR_Now()' is 3277 nsecs

Overhead of 'PR_IntervalNow()' is 3996 nsecs

Overhead of 'PR_Now()' is 3276 nsecs

Overhead of 'PR_IntervalNow()' is 3454 nsecs

END TEST: inrval
BEGIN TEST: instrumt  
Thu Mar 27 11:59:30 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
PASS
END TEST: instrumt
BEGIN TEST: intrio  
Thu Mar 27 11:59:31 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
END TEST: intrio
BEGIN TEST: intrupt  
Thu Mar 27 11:59:51 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
PASSED
END TEST: intrupt
BEGIN TEST: io_timeout  
Thu Mar 27 12:00:05 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
END TEST: io_timeout
BEGIN TEST: ioconthr  
Thu Mar 27 12:00:11 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
Interrupting the threads
Threads terminated in 2990 milliseconds
PASS
END TEST: ioconthr
BEGIN TEST: join  
Thu Mar 27 12:00:16 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/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  
Thu Mar 27 12:00:16 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
PASS
END TEST: joinkk
BEGIN TEST: joinku  
Thu Mar 27 12:00:17 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
PASS
END TEST: joinku
BEGIN TEST: joinuk  
Thu Mar 27 12:00:17 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
PASS
END TEST: joinuk
BEGIN TEST: joinuu  
Thu Mar 27 12:00:17 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
PASS
END TEST: joinuu
BEGIN TEST: layer  
Thu Mar 27 12:00:17 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Beginning layered test with new style stack
Ending layered test
END TEST: layer
BEGIN TEST: lazyinit  
Thu Mar 27 12:00:18 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
END TEST: lazyinit
BEGIN TEST: lltest  
Thu Mar 27 12:00:18 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
PASS
END TEST: lltest
BEGIN TEST: lock  
Thu Mar 27 12:00:18 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
PASS
END TEST: lock
BEGIN TEST: lockfile  
Thu Mar 27 12:01:09 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
END TEST: lockfile
BEGIN TEST: logger  
Thu Mar 27 12:01:22 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
END TEST: logger
BEGIN TEST: many_cv  
Thu Mar 27 12:01:32 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
Settings
Conditions / lock: 10
Loops to run test: 1

PThread Statistics
started: 12:01:33[0]
locks [created: 12, destroyed: 1]
locks [acquired: 6, released: 6]
cvars [created: 12, destroyed: 10]
cvars [notified: 10, delayed_delete: 0]
PASS
END TEST: many_cv
BEGIN TEST: multiwait  
Thu Mar 27 12:01:33 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
END TEST: multiwait
BEGIN TEST: nameshm1  
Thu Mar 27 12:02:57 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
END TEST: nameshm1
BEGIN TEST: nonblock  
Thu Mar 27 12:03:01 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
END TEST: nonblock
BEGIN TEST: nblayer  
Thu Mar 27 12:03:03 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Ending layered test
END TEST: nblayer
BEGIN TEST: ntioto  
Thu Mar 27 12:03:04 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
END TEST: ntioto
BEGIN TEST: ntoh  
Thu Mar 27 12:03:04 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
END TEST: ntoh
BEGIN TEST: op_2long  
Thu Mar 27 12:03:04 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 248
PASS
END TEST: op_2long
BEGIN TEST: op_excl  
Thu Mar 27 12:03:05 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
END TEST: op_excl
BEGIN TEST: op_filnf  
Thu Mar 27 12:03:05 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
error code is -5950
PASS
END TEST: op_filnf
BEGIN TEST: op_filok  
Thu Mar 27 12:03:05 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
Test passed
END TEST: op_filok
BEGIN TEST: op_nofil  
Thu Mar 27 12:03:05 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
error code is PR_FILE_NOT_FOUND_ERROR, as expected
PASS
END TEST: op_nofil
BEGIN TEST: parent  
Thu Mar 27 12:03:06 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
END TEST: parent
BEGIN TEST: peek  
Thu Mar 27 12:03:06 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
Running the test with local threads
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
Running the test with global threads
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
PASS
END TEST: peek
BEGIN TEST: perf  
Thu Mar 27 12:03:47 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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_WaitSem' is obsolete. Use 'locks & condition variables' instead.
'PR_DestroySem' is obsolete. Use 'locks & condition variables' instead.
local procedure call overhead: 0.00 usec
DLL procedure call overhead: 1.00 usec
current calendar time: 3.00 usec
interval time: 4.00 usec
idle lock lock/unlock pair: 1.00 usec
idle monitor entry/exit pair: 3.00 usec
idle cache monitor entry/exit pair: 7.00 usec
create/destroy thread pair: 188.00 usec
context switch - user/user: 24.00 usec
context switch - user/kernel: 23.00 usec
context switch - kernel/user: 23.00 usec
context switch - kernel/kernel: 24.00 usec
sema context switch - user/user: 25.00 usec
sema context switch - user/kernel: 24.00 usec
sema context switch - kernel/user: 25.00 usec
sema context switch - kernel/kernel: 24.00 usec
--------------
Adding 7 additional CPUs
--------------
local procedure call overhead: 0.00 usec
DLL procedure call overhead: 0.00 usec
current calendar time: 4.00 usec
interval time: 3.00 usec
idle lock lock/unlock pair: 2.00 usec
idle monitor entry/exit pair: 3.00 usec
idle cache monitor entry/exit pair: 7.00 usec
create/destroy thread pair: 186.00 usec
context switch - user/user: 23.00 usec
context switch - user/kernel: 23.00 usec
context switch - kernel/user: 23.00 usec
context switch - kernel/kernel: 23.00 usec
sema context switch - user/user: 24.00 usec
sema context switch - user/kernel: 24.00 usec
sema context switch - kernel/user: 24.00 usec
sema context switch - kernel/kernel: 25.00 usec
END TEST: perf
BEGIN TEST: pipeping  
Thu Mar 27 12:03:48 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
END TEST: pipeping
BEGIN TEST: pipeping2  
Thu Mar 27 12:03:48 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
END TEST: pipeping2
BEGIN TEST: pipeself  
Thu Mar 27 12:03:49 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
END TEST: pipeself
BEGIN TEST: poll_nm  
Thu Mar 27 12:03:49 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
END TEST: poll_nm
BEGIN TEST: poll_to  
Thu Mar 27 12:03:49 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
END TEST: poll_to
BEGIN TEST: pollable  
Thu Mar 27 12:03:54 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
PASSED
END TEST: pollable
BEGIN TEST: prftest  
Thu Mar 27 12:03:55 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
PR_snprintf test 1 passed
PR_snprintf test 2 passed
END TEST: prftest
BEGIN TEST: primblok  
Thu Mar 27 12:03:55 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
This test is not relevant on this platform
END TEST: primblok
BEGIN TEST: provider  
Thu Mar 27 12:03:55 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib

pthread Statistics
started: 12:03:55[14]
locks [created: 13, destroyed: 2]
locks [acquired: 318, released: 318]
cvars [created: 7, destroyed: 5]
cvars [notified: 27, delayed_delete: 0]
Client/Server started at(0x40004bf0): 12:03:55
Server started at(0x40022010): 12:03:55
Client started at(0x40042010): 12:03:55
main(0x40004bf0): waiting for execution interval (10 seconds)
Shutting down(0x40004bf0): 12:04:05
Client(0x40042010): stopped after 21 operations and 17922 bytes
Server(0x40022010): stopped after 21 operations and 17922 bytes
main(0x40004bf0): test complete
Test exiting at(0x40004bf0): 12:04:10
END TEST: provider
BEGIN TEST: prpollml  
Thu Mar 27 12:04:10 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
PASS
END TEST: prpollml
BEGIN TEST: prpoll  
Thu Mar 27 12:04:52 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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 61748, 61749 and 61750

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 "61748" from a client
The server received "61749" from a client
The server received "61748" from a client
The server received "61749" from a client
Server read 128 bytes from native fd 11
The server received "61750" from a client
The server received "61748" from a client
The server received "61749" from a client
Server read 128 bytes from native fd 8
The server received "61750" from a client
The server received "61748" from a client
The server received "61749" from a client
Server read 128 bytes from native fd 11
The server received "61750" from a client
The server received "61748" from a client
The server received "61749" from a client
Server read 128 bytes from native fd 8
The server received "61750" from a client
Server read 128 bytes from native fd 9
The server received "61750" from a client
All tests finished
END TEST: prpoll
BEGIN TEST: randseed  
Thu Mar 27 12:04:57 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
END TEST: randseed
BEGIN TEST: ranfile  
Thu Mar 27 12:04:57 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
PASS
END TEST: ranfile
BEGIN TEST: rwlocktest  
Thu Mar 27 12:05:17 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
PASS
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Thu Mar 27 12:05:18 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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 1 alive
server thread 0 loop 0
server thread 1 loop 0
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 1074538544
client thread 1 alive
client thread 0 socket connected 1074538544
client thread 1 loop 0
client thread 1 socket created 1074800688
client thread 0 socket wrote 8192
client thread 1 socket connected 1074800688
client thread 1 socket wrote 8192
server thread 1 got connection 1074276480
server thread 1 read 8192 bytes
server thread 0 got connection 1074014336
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 4000 1000 3000 0 8000
server thread 0 loop 1
server thread 1 write 131072 bytes
server: 2000 2000 5000 0 9000
server thread 1 loop 1
client thread 0 socket read 131072
client thread 0 loop 1
client thread 1 socket read 131072
client thread 0 socket created 1074014336
client thread 0 socket connected 1074014336
client thread 0 socket wrote 8192
client thread 1 loop 1
client thread 1 socket created 1074276480
server thread 0 got connection 1074538544
client thread 1 socket connected 1074276480
server thread 0 read 8192 bytes
client thread 1 socket wrote 8192
server thread 1 got connection 1074800688
server thread 1 read 8192 bytes
server thread 0 write 131072 bytes
server: 0 1000 0 1000 2000
server thread 0 loop 2
server thread 1 write 131072 bytes
server: 1000 0 1000 0 2000
server thread 1 loop 2
client thread 0 socket read 131072
client thread 0 loop 2
client thread 1 socket read 131072
client thread 0 socket created 1074538544
client thread 0 socket connected 1074538544
client thread 1 loop 2
client thread 0 socket wrote 8192
client thread 1 socket created 1074800688
client thread 1 socket connected 1074800688
client thread 1 socket wrote 8192
server thread 0 got connection 1074014336
server thread 0 read 8192 bytes
server thread 1 got connection 1074276480
server thread 1 read 8192 bytes
server thread 0 write 131072 bytes
server: 0 0 1000 0 1000
server thread 0 loop 3
server thread 1 write 131072 bytes
server: 0 0 1000 0 1000
server thread 1 loop 3
client thread 0 socket read 131072
client thread 0 loop 3
client thread 1 socket read 131072
client thread 0 socket created 1074014336
client thread 0 socket connected 1074014336
client thread 1 loop 3
client thread 0 socket wrote 8192
client thread 1 socket created 1074276480
client thread 1 socket connected 1074276480
client thread 1 socket wrote 8192
server thread 0 got connection 1074538544
server thread 0 read 8192 bytes
server thread 1 got connection 1074800688
server thread 1 read 8192 bytes
server thread 0 write 131072 bytes
server: 1000 0 0 0 1000
server thread 0 loop 4
server thread 1 write 131072 bytes
client thread 0 socket read 131072
server: 1000 0 0 0 1000
server thread 1 loop 4
client thread 0 loop 4
client thread 0 socket created 1074538544
client thread 1 socket read 131072
client thread 0 socket connected 1074538544
client thread 0 socket wrote 8192
client thread 1 loop 4
client thread 1 socket created 1074800688
server thread 0 got connection 1074014336
client thread 1 socket connected 1074800688
server thread 0 read 8192 bytes
client thread 1 socket wrote 8192
server thread 1 got connection 1074276480
server thread 1 read 8192 bytes
server thread 0 write 131072 bytes
server: 1000 0 0 1000 2000
server thread 1 write 131072 bytes
Thread 0 EXIT
server: 1000 0 1000 0 2000
client thread 0 socket read 131072
Thread 1 EXIT
Thread 0 EXIT
client thread 1 socket read 131072
Thread 1 EXIT
server thread 2 alive
server thread 3 alive
server thread 2 loop 0
server thread 4 alive
server thread 3 loop 0
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 1074276400
client thread 2 socket connected 1074276400
client thread 2 socket wrote 8192
server thread 4 loop 0
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 1074538544
client thread 4 socket connected 1074538544
client thread 4 socket wrote 8192
client thread 3 alive
server thread 2 got connection 1074800688
server thread 2 read 8192 bytes
server thread 4 got connection 1075062816
server thread 4 read 8192 bytes
server thread 5 alive
server thread 5 loop 0
client thread 5 alive
client thread 3 loop 0
client thread 3 socket created 1073885232
client thread 3 socket connected 1073885232
client thread 3 socket wrote 8192
server thread 2 write 131072 bytes
server: 3000 0 5000 0 8000
server thread 2 loop 1
server thread 4 write 131072 bytes
client thread 5 loop 0
client thread 5 socket created 1074800688
server: 2000 0 5000 1000 8000
client thread 5 socket connected 1074800688
server thread 4 loop 1
client thread 5 socket wrote 8192
server thread 5 got connection 1075062816
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 4000 0 1000 0 5000
server thread 5 loop 1
server thread 3 got connection 1075062816
server thread 3 read 8192 bytes
server thread 6 alive
server thread 8 alive
client thread 2 socket read 131072
server thread 6 loop 0
client thread 2 loop 1
client thread 2 socket created 1074276400
client thread 2 socket connected 1074276400
client thread 2 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 1
server thread 8 loop 0
client thread 4 socket created 1074538544
client thread 4 socket connected 1074538544
client thread 4 socket wrote 8192
server thread 7 alive
client thread 8 alive
server thread 7 loop 0
client thread 8 loop 0
client thread 6 alive
client thread 8 socket created 1074673728
client thread 8 socket connected 1074673728
client thread 8 socket wrote 8192
client thread 6 loop 0
client thread 6 socket created 1074931744
client thread 6 socket connected 1074931744
client thread 6 socket wrote 8192
server thread 2 got connection 1074934120
server thread 2 read 8192 bytes
server thread 4 got connection 1075063512
server thread 4 read 8192 bytes
server thread 8 got connection 1074276640
server thread 8 read 8192 bytes
server thread 3 write 131072 bytes
server: 10000 0 8000 0 18000
server thread 3 loop 1
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 1075062816
client thread 7 socket connected 1075062816
server thread 6 got connection 1073887456
client thread 7 socket wrote 8192
server thread 6 read 8192 bytes
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 1073885232
client thread 3 socket connected 1073885232
client thread 3 socket wrote 8192
server thread 7 got connection 1074541080
server thread 7 read 8192 bytes
server thread 4 write 131072 bytes
server: 8000 0 6000 1000 15000
server thread 4 loop 2
server thread 3 got connection 1075063512
server thread 8 write 131072 bytes
server thread 3 read 8192 bytes
server: 4000 0 6000 0 10000
server thread 8 loop 1
client thread 8 socket read 131072
client thread 8 loop 1
client thread 8 socket created 1074276640
client thread 8 socket connected 1074276640
client thread 8 socket wrote 8192
server thread 2 write 131072 bytes
server: 8000 0 9000 1000 18000
server thread 2 loop 2
server thread 8 got connection 1074673728
server thread 8 read 8192 bytes
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 1074934120
client thread 4 socket connected 1074934120
client thread 4 socket wrote 8192
server thread 6 write 131072 bytes
server thread 8 write 131072 bytes
server: 2000 0 2000 0 4000
server thread 8 loop 2
server thread 4 got connection 1074538544
client thread 2 socket read 131072
server thread 4 read 8192 bytes
client thread 2 loop 2
client thread 2 socket created 1074673728
client thread 2 socket connected 1074673728
client thread 2 socket wrote 8192
server thread 3 write 131072 bytes
server: 7000 0 7000 2000 16000
server: 5000 0 5000 0 10000
server thread 6 loop 1
server thread 3 loop 2
client thread 8 socket read 131072
client thread 6 socket read 131072
client thread 8 loop 2
client thread 8 socket created 1074276400
client thread 6 loop 1
client thread 8 socket connected 1074276400
client thread 6 socket created 1073887456
client thread 8 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 1075063512
client thread 3 socket connected 1075063512
client thread 3 socket wrote 8192
server thread 2 got connection 1074276640
server thread 2 read 8192 bytes
server thread 8 got connection 1074931744
server thread 8 read 8192 bytes
client thread 6 socket connected 1073887456
client thread 6 socket wrote 8192
server thread 6 got connection 1073885232
server thread 6 read 8192 bytes
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 1075062816
client thread 7 socket connected 1075062816
client thread 7 socket wrote 8192
server thread 7 write 131072 bytes
server: 7000 0 11000 0 18000
server thread 7 loop 1
server thread 4 write 131072 bytes
server thread 7 got connection 1074541080
server: 4000 0 5000 0 9000
server thread 7 read 8192 bytes
server thread 4 loop 3
server thread 3 got connection 1074538544
server thread 3 read 8192 bytes
server thread 8 write 131072 bytes
server: 3000 0 3000 0 6000
server thread 8 loop 3
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 1074931744
client thread 8 socket connected 1074931744
client thread 8 socket wrote 8192
server thread 8 got connection 1074276400
server thread 8 read 8192 bytes
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 1074934120
client thread 4 socket connected 1074934120
client thread 4 socket wrote 8192
server thread 6 write 131072 bytes
server: 3000 0 5000 0 8000
server thread 6 loop 2
server thread 2 write 131072 bytes
server thread 4 got connection 1073885232
server thread 4 read 8192 bytes
server: 5000 0 7000 0 12000
server thread 2 loop 3
server thread 3 write 131072 bytes
server: 5000 0 5000 0 10000
server thread 3 loop 3
server thread 8 write 131072 bytes
server: 2000 0 3000 0 5000
client thread 6 socket read 131072
server thread 8 loop 4
client thread 6 loop 2
client thread 6 socket created 1074276640
client thread 6 socket connected 1074276640
client thread 3 socket read 131072
client thread 6 socket wrote 8192
client thread 3 loop 3
client thread 3 socket created 1074538544
client thread 3 socket connected 1074538544
client thread 3 socket wrote 8192
server thread 7 write 131072 bytes
server: 0 0 7000 0 7000
server thread 7 loop 2
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 1074276400
client thread 2 socket read 131072
client thread 8 socket connected 1074276400
client thread 8 socket wrote 8192
client thread 2 loop 3
client thread 2 socket created 1073887456
client thread 2 socket connected 1073887456
server thread 8 got connection 1075063512
client thread 2 socket wrote 8192
server thread 8 read 8192 bytes
server thread 6 got connection 1074541080
server thread 6 read 8192 bytes
client thread 7 socket read 131072
client thread 7 loop 2
client thread 7 socket created 1074931744
client thread 7 socket connected 1074931744
client thread 7 socket wrote 8192
server thread 3 got connection 1074673728
server thread 3 read 8192 bytes
server thread 4 write 131072 bytes
server thread 2 got connection 1075062816
server thread 2 read 8192 bytes
server: 5000 0 5000 0 10000
server thread 4 loop 4
server thread 8 write 131072 bytes
server: 2000 0 4000 0 6000
Thread 8 EXIT
server thread 7 got connection 1073885232
server thread 7 read 8192 bytes
client thread 8 socket read 131072
Thread 8 EXIT
server thread 6 write 131072 bytes
server: 5000 0 4000 0 9000
server thread 6 loop 3
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 1075063512
client thread 4 socket connected 1075063512
client thread 4 socket wrote 8192
server thread 4 got connection 1074276560
server thread 4 read 8192 bytes
server thread 3 write 131072 bytes
server: 3000 0 5000 0 8000
server thread 3 loop 4
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 1074276400
client thread 3 socket connected 1074276400
client thread 3 socket wrote 8192
server thread 9 alive
client thread 6 socket read 131072
server thread 9 loop 0
client thread 6 loop 3
client thread 6 socket created 1074934120
client thread 6 socket connected 1074934120
client thread 6 socket wrote 8192
server thread 6 got connection 1074673728
server thread 6 read 8192 bytes
server thread 2 write 131072 bytes
server: 5000 0 7000 0 12000
server thread 2 loop 4
server thread 4 write 131072 bytes
server: 4000 0 3000 0 7000
Thread 4 EXIT
server thread 7 write 131072 bytes
server: 5000 0 5000 1000 11000
server thread 7 loop 3
server thread 3 got connection 1074538544
client thread 9 alive
server thread 3 read 8192 bytes
client thread 9 loop 0
client thread 9 socket created 1074276640
client thread 9 socket connected 1074276640
client thread 9 socket wrote 8192
client thread 2 socket read 131072
client thread 2 loop 4
server thread 9 got connection 1075062816
server thread 9 read 8192 bytes
client thread 2 socket created 1074276560
client thread 2 socket connected 1074276560
client thread 2 socket wrote 8192
client thread 4 socket read 131072
Thread 4 EXIT
server thread 6 write 131072 bytes
server: 3000 0 4000 0 7000
server thread 6 loop 4
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 1074276480
client thread 7 socket connected 1074276480
client thread 7 socket wrote 8192
server thread 3 write 131072 bytes
server: 4000 0 3000 0 7000
Thread 3 EXIT
client thread 3 socket read 131072
Thread 3 EXIT
server thread 2 got connection 1073885232
server thread 2 read 8192 bytes
server thread 9 write 131072 bytes
server: 3000 0 3000 0 6000
server thread 9 loop 1
client thread 6 socket read 131072
server thread 7 got connection 1073887456
server thread 7 read 8192 bytes
client thread 6 loop 4
client thread 6 socket created 1075063512
client thread 6 socket connected 1075063512
client thread 6 socket wrote 8192
server thread 6 got connection 1074673728
server thread 6 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 1074931744
client thread 9 socket connected 1074931744
client thread 9 socket wrote 8192
server thread 9 got connection 1074538544
server thread 9 read 8192 bytes
server thread 6 write 131072 bytes
server thread 2 write 131072 bytes
server: 3000 0 2000 0 5000
server: 5000 0 3000 0 8000
Thread 6 EXIT
Thread 2 EXIT
client thread 6 socket read 131072
Thread 6 EXIT
server thread 9 write 131072 bytes
server: 2000 1000 2000 0 5000
server thread 9 loop 2
server thread 7 write 131072 bytes
server: 5000 0 4000 0 9000
server thread 7 loop 4
client thread 2 socket read 131072
client thread 9 socket read 131072
Thread 2 EXIT
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 1074014256
client thread 7 socket connected 1074014256
client thread 7 socket wrote 8192
client thread 9 loop 2
client thread 9 socket created 1074276400
client thread 9 socket connected 1074276400
client thread 9 socket wrote 8192
server thread 9 got connection 1075062816
server thread 9 read 8192 bytes
server thread 7 got connection 1074934120
server thread 7 read 8192 bytes
server thread 9 write 131072 bytes
server: 1000 0 1000 0 2000
server thread 9 loop 3
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 1074276640
client thread 9 socket connected 1074276640
client thread 9 socket wrote 8192
server thread 9 got connection 1074673728
server thread 9 read 8192 bytes
server thread 7 write 131072 bytes
server: 1000 0 3000 0 4000
client thread 5 socket read 131072
Thread 7 EXIT
client thread 5 loop 1
client thread 5 socket created 1073885232
client thread 5 socket connected 1073885232
client thread 5 socket wrote 8192
server thread 9 write 131072 bytes
client thread 7 socket read 131072
server: 1000 0 1000 1000 3000
server thread 9 loop 4
Thread 7 EXIT
server thread 5 got connection 1073887376
server thread 5 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 1074014336
client thread 9 socket connected 1074014336
client thread 9 socket wrote 8192
server thread 9 got connection 1075063512
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 1000 0 1000 0 2000
Thread 9 EXIT
client thread 9 socket read 131072
Thread 9 EXIT
server thread 5 write 131072 bytes
server: 55000 0 3000 0 58000
server thread 5 loop 2
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 1074538544
client thread 5 socket connected 1074538544
client thread 5 socket wrote 8192
server thread 5 got connection 1073887456
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 0 1000 0 0 1000
server thread 5 loop 3
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 1074276560
client thread 5 socket connected 1074276560
client thread 5 socket wrote 8192
server thread 5 got connection 1074276480
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 53000 0 1000 0 54000
server thread 5 loop 4
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 1074931744
client thread 5 socket connected 1074931744
client thread 5 socket wrote 8192
server thread 5 got connection 1075062816
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 59000 0 1000 0 60000
Thread 5 EXIT
client thread 5 socket read 131072
Thread 5 EXIT
Thread 5 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 0 31800 600 17700 900
server per thread elapsed time 51000
----------
Client results:

----------
client per thread totals 0 1200 500 53200 700
client per thread elapsed time 55600
select loop user/user: 52200.00 usec
server thread 0 alive
server thread 0 loop 0
server thread 1 alive
server thread 1 loop 0
server thread 2 alive
server thread 3 alive
server thread 2 loop 0
server thread 3 loop 0
server thread 4 alive
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 1074014256
client thread 0 socket connected 1074014256
server thread 4 loop 0
client thread 0 socket wrote 8192
server thread 6 alive
server thread 5 alive
server thread 6 loop 0
server thread 5 loop 0
server thread 8 alive
server thread 7 alive
server thread 8 loop 0
server thread 7 loop 0
client thread 1 alive
client thread 1 loop 0
server thread 9 alive
client thread 1 socket created 1073887376
client thread 1 socket connected 1073887376
client thread 1 socket wrote 8192
server thread 9 loop 0
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 1073887456
client thread 2 alive
client thread 2 loop 0
client thread 3 socket connected 1073887456
client thread 2 socket created 1074538544
client thread 3 socket wrote 8192
client thread 2 socket connected 1074538544
client thread 2 socket wrote 8192
server thread 0 got connection 1074276480
server thread 0 read 8192 bytes
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 1074276560
client thread 4 socket connected 1074276560
client thread 4 socket wrote 8192
client thread 6 alive
client thread 8 alive
server thread 1 got connection 1075062816
server thread 1 read 8192 bytes
client thread 5 alive
client thread 7 alive
server thread 2 got connection 1074538624
server thread 2 read 8192 bytes
client thread 6 loop 0
client thread 6 socket created 1074931744
client thread 6 socket connected 1074931744
client thread 6 socket wrote 8192
server thread 4 got connection 1074931824
server thread 4 read 8192 bytes
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 1074673808
client thread 9 socket connected 1074673808
client thread 9 socket wrote 8192
client thread 5 loop 0
client thread 5 socket created 1074279208
client thread 5 socket connected 1074279208
client thread 5 socket wrote 8192
server thread 3 got connection 1074676784
server thread 3 read 8192 bytes
client thread 7 loop 0
client thread 7 socket created 1074538784
client thread 7 socket connected 1074538784
client thread 7 socket wrote 8192
client thread 8 loop 0
client thread 8 socket created 1073887536
client thread 8 socket connected 1073887536
client thread 8 socket wrote 8192
server thread 9 got connection 1074676864
server thread 9 read 8192 bytes
server thread 6 got connection 1075062896
server thread 6 read 8192 bytes
server thread 5 got connection 1073783480
server thread 5 read 8192 bytes
server thread 2 write 131072 bytes
server thread 7 got connection 1074282544
server thread 7 read 8192 bytes
server thread 0 write 131072 bytes
server: 5000 0 13000 0 18000
server thread 0 loop 1
server thread 1 write 131072 bytes
server: 5000 0 12000 0 17000
server thread 1 loop 1
server thread 8 got connection 1074276480
server thread 8 read 8192 bytes
server thread 4 write 131072 bytes
server: 6000 0 11000 0 17000
server thread 4 loop 1
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 1075062816
client thread 2 socket connected 1075062816
client thread 2 socket wrote 8192
server: 6000 0 10000 4000 20000
server thread 2 loop 1
server thread 2 got connection 1074931824
server thread 2 read 8192 bytes
server thread 3 write 131072 bytes
server: 9000 0 11000 1000 21000
server thread 3 loop 1
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 1074538544
client thread 0 socket connected 1074538544
client thread 0 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 1
client thread 1 socket read 131072
client thread 4 socket created 1074538624
client thread 4 socket connected 1074538624
client thread 4 socket wrote 8192
server thread 5 write 131072 bytes
server: 13000 0 7000 0 20000
server thread 5 loop 1
server thread 6 write 131072 bytes
server thread 9 write 131072 bytes
server: 13000 0 8000 0 21000
server thread 6 loop 1
server: 11000 0 9000 0 20000
server thread 9 loop 1
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 1074676784
client thread 3 socket connected 1074676784
client thread 3 socket wrote 8192
server thread 0 got connection 1074014256
server thread 0 read 8192 bytes
server thread 7 write 131072 bytes
server: 14000 1000 7000 0 22000
server thread 7 loop 1
server thread 4 got connection 1074276560
server thread 4 read 8192 bytes
client thread 1 loop 1
client thread 1 socket created 1073783480
client thread 1 socket connected 1073783480
client thread 1 socket wrote 8192
server thread 8 write 131072 bytes
server: 16000 0 7000 0 23000
server thread 8 loop 1
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 1075062896
client thread 6 socket read 131072
client thread 5 socket connected 1075062896
client thread 5 socket wrote 8192
client thread 6 loop 1
client thread 6 socket created 1074676864
client thread 6 socket connected 1074676864
client thread 6 socket wrote 8192
server thread 2 write 131072 bytes
server: 0 0 6000 0 6000
server thread 2 loop 2
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 1073887456
client thread 7 socket read 131072
client thread 9 socket connected 1073887456
client thread 9 socket wrote 8192
server thread 3 got connection 1074282544
server thread 3 read 8192 bytes
server thread 5 got connection 1073887376
server thread 5 read 8192 bytes
client thread 2 socket read 131072
server thread 1 got connection 1074276480
server thread 1 read 8192 bytes
client thread 2 loop 2
client thread 2 socket created 1074279208
client thread 2 socket connected 1074279208
client thread 2 socket wrote 8192
server thread 9 got connection 1074931744
server thread 9 read 8192 bytes
client thread 8 socket read 131072
client thread 8 loop 1
client thread 8 socket created 1074931824
client thread 8 socket connected 1074931824
client thread 8 socket wrote 8192
client thread 7 loop 1
client thread 7 socket created 1074673808
client thread 7 socket connected 1074673808
server thread 6 got connection 1075062816
server thread 6 read 8192 bytes
client thread 7 socket wrote 8192
server thread 4 write 131072 bytes
server: 6000 0 7000 0 13000
server thread 4 loop 2
server thread 2 got connection 1073887536
server thread 2 read 8192 bytes
server thread 0 write 131072 bytes
server thread 7 got connection 1074538784
server: 7000 0 8000 0 15000
server thread 0 loop 2
server thread 7 read 8192 bytes
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 1074276560
client thread 4 socket connected 1074276560
client thread 4 socket wrote 8192
server thread 8 got connection 1074014256
server thread 8 read 8192 bytes
server thread 5 write 131072 bytes
server: 5000 1000 6000 0 12000
server thread 5 loop 2
server thread 3 write 131072 bytes
server: 6000 0 9000 0 15000
server thread 3 loop 2
server thread 9 write 131072 bytes
client thread 0 socket read 131072
client thread 0 loop 2
client thread 0 socket created 1074538624
server thread 4 got connection 1073887376
client thread 0 socket connected 1074538624
server thread 4 read 8192 bytes
client thread 0 socket wrote 8192
server thread 1 write 131072 bytes
server: 12000 0 8000 1000 21000
server thread 1 loop 2
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 1074282544
client thread 5 socket connected 1074282544
client thread 5 socket wrote 8192
server thread 2 write 131072 bytes
server thread 6 write 131072 bytes
server thread 7 write 131072 bytes
server: 7000 0 9000 0 16000
server thread 6 loop 2
server: 8000 0 7000 0 15000
server thread 7 loop 2
server: 6000 0 8000 2000 16000
server thread 9 loop 2
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 1074538544
client thread 3 socket connected 1074538544
client thread 3 socket wrote 8192
client thread 9 socket read 131072
client thread 9 loop 2
server thread 5 got connection 1074276480
client thread 9 socket created 1075062896
server thread 5 read 8192 bytes
client thread 9 socket connected 1075062896
client thread 9 socket wrote 8192
server thread 0 got connection 1075062816
server thread 0 read 8192 bytes
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 1074538784
client thread 2 socket connected 1074538784
client thread 1 socket read 131072
client thread 2 socket wrote 8192
client thread 1 loop 2
server: 6000 0 7000 3000 16000
server thread 2 loop 3
client thread 1 socket created 1074931744
client thread 1 socket connected 1074931744
server thread 2 got connection 1074676784
server thread 2 read 8192 bytes
client thread 1 socket wrote 8192
server thread 8 write 131072 bytes
server: 9000 0 8000 0 17000
server thread 8 loop 2
client thread 7 socket read 131072
client thread 6 socket read 131072
client thread 7 loop 2
client thread 7 socket created 1073887456
client thread 6 loop 2
client thread 7 socket connected 1073887456
client thread 6 socket created 1074279208
client thread 7 socket wrote 8192
client thread 6 socket connected 1074279208
client thread 6 socket wrote 8192
server thread 3 got connection 1073783480
server thread 3 read 8192 bytes
server thread 4 write 131072 bytes
server: 6000 0 6000 0 12000
server thread 4 loop 3
server thread 9 got connection 1073887536
server thread 9 read 8192 bytes
server thread 1 got connection 1074014256
server thread 1 read 8192 bytes
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 1074673808
client thread 8 socket connected 1074673808
client thread 8 socket wrote 8192
server thread 7 got connection 1074676864
server thread 7 read 8192 bytes
server thread 6 got connection 1073887376
server thread 6 read 8192 bytes
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 1074931824
client thread 4 socket connected 1074931824
client thread 4 socket wrote 8192
server thread 5 write 131072 bytes
server: 6000 0 8000 0 14000
server thread 5 loop 3
server thread 2 write 131072 bytes
server: 0 0 7000 0 7000
server thread 2 loop 4
server thread 0 write 131072 bytes
server: 8000 1000 8000 0 17000
server thread 0 loop 3
server thread 4 got connection 1074276560
server thread 4 read 8192 bytes
server thread 8 got connection 1074276480
server thread 8 read 8192 bytes
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 1074676784
client thread 5 socket connected 1074676784
client thread 5 socket wrote 8192
server thread 9 write 131072 bytes
server: 5000 0 7000 1000 13000
server thread 9 loop 3
client thread 2 socket read 131072
server thread 3 write 131072 bytes
client thread 2 loop 4
server: 7000 0 9000 0 16000
client thread 2 socket created 1075062816
server thread 3 loop 3
client thread 2 socket connected 1075062816
client thread 2 socket wrote 8192
client thread 0 socket read 131072
server thread 7 write 131072 bytes
client thread 0 loop 3
client thread 0 socket created 1074282544
server: 7000 0 7000 0 14000
server thread 7 loop 3
client thread 0 socket connected 1074282544
client thread 0 socket wrote 8192
server thread 1 write 131072 bytes
server: 7000 0 8000 0 15000
server thread 1 loop 3
server thread 5 got connection 1073887536
server thread 5 read 8192 bytes
client thread 9 socket read 131072
server thread 2 got connection 1074538784
server thread 2 read 8192 bytes
client thread 9 loop 3
client thread 9 socket created 1073783480
client thread 9 socket connected 1073783480
client thread 9 socket wrote 8192
server thread 6 write 131072 bytes
server: 7000 0 9000 0 16000
server thread 6 loop 3
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 1074538624
client thread 3 socket read 131072
client thread 7 socket connected 1074538624
client thread 7 socket wrote 8192
client thread 3 loop 3
client thread 3 socket created 1074676864
client thread 3 socket connected 1074676864
client thread 3 socket wrote 8192
server thread 4 write 131072 bytes
server thread 0 got connection 1074014256
server thread 0 read 8192 bytes
server: 7000 0 6000 0 13000
server thread 4 loop 4
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 1075062896
client thread 1 socket connected 1075062896
client thread 1 socket wrote 8192
server thread 9 got connection 1073887376
server thread 8 write 131072 bytes
server thread 9 read 8192 bytes
server: 8000 0 8000 0 16000
server thread 8 loop 3
client thread 6 socket read 131072
client thread 6 loop 3
client thread 6 socket created 1073887456
server thread 7 got connection 1074538544
client thread 6 socket connected 1073887456
server thread 7 read 8192 bytes
client thread 6 socket wrote 8192
server thread 3 got connection 1074276560
server thread 3 read 8192 bytes
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 1074931744
client thread 4 socket connected 1074931744
client thread 4 socket wrote 8192
server thread 1 got connection 1074276480
server thread 1 read 8192 bytes
server thread 5 write 131072 bytes
server: 6000 0 6000 1000 13000
server thread 5 loop 4
server thread 2 write 131072 bytes
server: 5000 0 7000 0 12000
Thread 2 EXIT
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 1074279208
client thread 8 socket connected 1074279208
client thread 8 socket wrote 8192
server thread 4 got connection 1074931824
server thread 4 read 8192 bytes
server thread 6 got connection 1073887536
server thread 6 read 8192 bytes
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 1074538784
client thread 5 socket connected 1074538784
client thread 5 socket wrote 8192
client thread 2 socket read 131072
Thread 2 EXIT
server thread 0 write 131072 bytes
server: 7000 0 8000 1000 16000
server thread 0 loop 4
server thread 7 write 131072 bytes
server: 6000 0 6000 0 12000
server thread 7 loop 4
server thread 9 write 131072 bytes
server: 6000 0 7000 0 13000
server thread 9 loop 4
server thread 8 got connection 1074538704
server thread 8 read 8192 bytes
server thread 5 got connection 1074673808
server thread 5 read 8192 bytes
server thread 3 write 131072 bytes
client thread 7 socket read 131072
server: 7000 0 8000 0 15000
server thread 3 loop 4
client thread 7 loop 4
client thread 7 socket created 1074676784
client thread 7 socket connected 1074676784
client thread 7 socket wrote 8192
client thread 0 socket read 131072
server thread 4 write 131072 bytes
client thread 0 loop 4
client thread 0 socket created 1074014256
server: 6000 0 6000 0 12000
client thread 0 socket connected 1074014256
client thread 0 socket wrote 8192
Thread 4 EXIT
server thread 0 got connection 1074538544
server thread 0 read 8192 bytes
server thread 7 got connection 1075062816
server thread 7 read 8192 bytes
server thread 1 write 131072 bytes
server: 7000 0 10000 0 17000
server thread 1 loop 4
client thread 9 socket read 131072
client thread 9 loop 4
client thread 4 socket read 131072
client thread 9 socket created 1073887376
client thread 9 socket connected 1073887376
client thread 9 socket wrote 8192
Thread 4 EXIT
server thread 5 write 131072 bytes
server: 5000 0 5000 0 10000
Thread 5 EXIT
server thread 6 write 131072 bytes
server: 8000 0 9000 0 17000
server thread 6 loop 4
client thread 3 socket read 131072
server thread 9 got connection 1074276560
client thread 3 loop 4
server thread 9 read 8192 bytes
client thread 3 socket created 1074538624
client thread 3 socket connected 1074538624
client thread 3 socket wrote 8192
client thread 5 socket read 131072
Thread 5 EXIT
client thread 1 socket read 131072
client thread 1 loop 4
client thread 1 socket created 1074282544
server thread 7 write 131072 bytes
client thread 1 socket connected 1074282544
client thread 1 socket wrote 8192
server: 4000 0 5000 0 9000
Thread 7 EXIT
server thread 8 write 131072 bytes
server: 8000 0 8000 1000 17000
client thread 7 socket read 131072
server thread 8 loop 4
Thread 7 EXIT
client thread 6 socket read 131072
client thread 6 loop 4
client thread 6 socket created 1074931824
client thread 6 socket connected 1074931824
client thread 6 socket wrote 8192
server thread 3 got connection 1074673728
server thread 3 read 8192 bytes
server thread 9 write 131072 bytes
server: 7000 0 4000 0 11000
Thread 9 EXIT
server thread 0 write 131072 bytes
client thread 9 socket read 131072
server: 4000 0 7000 0 11000
Thread 0 EXIT
Thread 9 EXIT
server thread 1 got connection 1074276480
server thread 1 read 8192 bytes
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 1073783480
client thread 8 socket connected 1073783480
client thread 8 socket wrote 8192
server thread 6 got connection 1074931744
server thread 6 read 8192 bytes
client thread 0 socket read 131072
Thread 0 EXIT
server thread 8 got connection 1074673808
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 5000 0 1000 1000 7000
Thread 8 EXIT
server thread 3 write 131072 bytes
server: 8000 0 7000 0 15000
Thread 3 EXIT
server thread 1 write 131072 bytes
server: 7000 0 6000 0 13000
Thread 1 EXIT
client thread 1 socket read 131072
Thread 1 EXIT
client thread 3 socket read 131072
Thread 3 EXIT
server thread 6 write 131072 bytes
server: 7000 0 6000 0 13000
Thread 6 EXIT
client thread 6 socket read 131072
Thread 6 EXIT
client thread 8 socket read 131072
Thread 8 EXIT
Thread 8 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 10 66900 900 55400 2500
server per thread elapsed time 125700
----------
Client results:

----------
client per thread totals 10 2000 1000 132900 2400
client per thread elapsed time 138300
select loop user/kernel: 28600.00 usec
server thread 0 alive
server thread 0 loop 0
server thread 2 alive
server thread 1 alive
server thread 2 loop 0
server thread 4 alive
server thread 3 alive
server thread 4 loop 0
server thread 3 loop 0
server thread 5 alive
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 1074014336
server thread 5 loop 0
client thread 0 socket connected 1074014336
client thread 0 socket wrote 8192
server thread 7 alive
server thread 8 alive
server thread 7 loop 0
server thread 8 loop 0
server thread 9 alive
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 1074276560
server thread 9 loop 0
client thread 2 socket connected 1074276560
client thread 2 socket wrote 8192
server thread 1 loop 0
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 1073885232
client thread 1 socket connected 1073885232
client thread 4 alive
client thread 4 loop 0
client thread 1 socket wrote 8192
client thread 4 socket created 1074538544
client thread 4 socket connected 1074538544
client thread 3 alive
client thread 4 socket wrote 8192
client thread 3 loop 0
client thread 3 socket created 1074276400
client thread 5 alive
client thread 5 loop 0
client thread 5 socket created 1073887376
server thread 0 got connection 1074279208
client thread 5 socket connected 1073887376
server thread 0 read 8192 bytes
client thread 5 socket wrote 8192
server thread 6 alive
server thread 6 loop 0
client thread 8 alive
client thread 8 loop 0
client thread 7 alive
client thread 8 socket created 1074673808
client thread 7 loop 0
client thread 8 socket connected 1074673808
client thread 7 socket created 1074541080
client thread 8 socket wrote 8192
client thread 7 socket connected 1074541080
client thread 7 socket wrote 8192
client thread 9 alive
client thread 9 loop 0
server thread 3 got connection 1074276480
client thread 9 socket created 1074800688
client thread 9 socket connected 1074800688
client thread 9 socket wrote 8192
server thread 2 got connection 1074934120
server thread 2 read 8192 bytes
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 1074282544
client thread 6 socket connected 1074282544
client thread 6 socket wrote 8192
server thread 4 got connection 1074538624
server thread 8 got connection 1074931744
server thread 4 read 8192 bytes
server thread 8 read 8192 bytes
server thread 1 got connection 1074673728
server thread 1 read 8192 bytes
client thread 3 socket connected 1074276400
client thread 3 socket wrote 8192
server thread 5 got connection 1074276640
server thread 5 read 8192 bytes
server thread 7 got connection 1074931824
server thread 7 read 8192 bytes
server thread 6 got connection 1073783480
server thread 6 read 8192 bytes
server thread 9 got connection 1074279288
server thread 9 read 8192 bytes
server thread 0 write 131072 bytes
server: 4000 0 8000 0 12000
server thread 0 loop 1
server thread 3 read 8192 bytes
server thread 2 write 131072 bytes
server: 6000 0 8000 0 14000
server thread 2 loop 1
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 1074279208
client thread 0 socket connected 1074279208
client thread 0 socket wrote 8192
server thread 4 write 131072 bytes
server: 6000 0 9000 0 15000
server thread 4 loop 1
server thread 8 write 131072 bytes
server: 5000 0 9000 0 14000
server thread 8 loop 1
server thread 1 write 131072 bytes
server: 5000 0 9000 0 14000
server thread 1 loop 1
client thread 2 socket read 131072
server thread 5 write 131072 bytes
client thread 2 loop 1
client thread 2 socket created 1074934120
client thread 2 socket connected 1074934120
client thread 2 socket wrote 8192
server thread 7 write 131072 bytes
server: 7000 0 9000 0 16000
server thread 7 loop 1
server thread 6 write 131072 bytes
server: 6000 0 8000 0 14000
server thread 6 loop 1
server thread 9 write 131072 bytes
server: 8000 0 7000 0 15000
server thread 9 loop 1
client thread 4 socket read 131072
server thread 0 got connection 1074014336
server thread 0 read 8192 bytes
client thread 8 socket read 131072
client thread 8 loop 1
client thread 8 socket created 1074538624
client thread 8 socket connected 1074538624
client thread 8 socket wrote 8192
server thread 3 write 131072 bytes
server: 4000 7000 7000 0 18000
server thread 3 loop 1
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 1074931744
client thread 1 socket connected 1074931744
client thread 5 socket read 131072
client thread 1 socket wrote 8192
client thread 5 loop 1
client thread 5 socket created 1074673728
server: 7000 0 9000 3000 19000
server thread 5 loop 1
client thread 5 socket connected 1074673728
server thread 5 got connection 1074276560
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 1074931824
client thread 6 socket connected 1074931824
client thread 6 socket wrote 8192
client thread 4 loop 1
client thread 7 socket read 131072
client thread 4 socket created 1073783480
client thread 4 socket connected 1073783480
client thread 4 socket wrote 8192
client thread 7 loop 1
client thread 7 socket created 1074279288
client thread 7 socket connected 1074279288
client thread 7 socket wrote 8192
server thread 2 got connection 1074673808
server thread 2 read 8192 bytes
server thread 8 got connection 1074276480
server thread 8 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 1073885232
client thread 9 socket connected 1073885232
client thread 9 socket wrote 8192
server thread 1 got connection 1073887376
server thread 1 read 8192 bytes
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 1074276640
client thread 3 socket connected 1074276640
client thread 3 socket wrote 8192
server thread 4 got connection 1074282544
server thread 4 read 8192 bytes
server thread 6 got connection 1074538544
server thread 6 read 8192 bytes
server thread 7 got connection 1074541080
server thread 7 read 8192 bytes
server thread 0 write 131072 bytes
server: 6000 1000 8000 0 15000
server thread 0 loop 2
server thread 9 got connection 1074800688
server thread 9 read 8192 bytes
server thread 3 got connection 1074276400
server thread 3 read 8192 bytes
server thread 5 write 131072 bytes
server: 0 0 10000 0 10000
server thread 5 loop 2
client thread 0 socket read 131072
client thread 0 loop 2
server thread 2 write 131072 bytes
client thread 0 socket created 1074014336
client thread 0 socket connected 1074014336
client thread 0 socket wrote 8192
server: 8000 0 9000 0 17000
server thread 2 loop 2
server thread 8 write 131072 bytes
server thread 1 write 131072 bytes
server: 6000 1000 8000 0 15000
server thread 1 loop 2
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 1074276560
client thread 5 socket connected 1074276560
client thread 5 socket wrote 8192
server thread 4 write 131072 bytes
server thread 6 write 131072 bytes
server: 9000 0 8000 0 17000
server thread 4 loop 2
server: 7000 0 8000 0 15000
server thread 6 loop 2
client thread 2 socket read 131072
server thread 7 write 131072 bytes
client thread 2 loop 2
client thread 2 socket created 1074279208
server thread 0 got connection 1074673808
client thread 2 socket connected 1074279208
server thread 0 read 8192 bytes
client thread 2 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 1073887376
client thread 8 socket connected 1073887376
client thread 8 socket wrote 8192
server: 7000 0 9000 3000 19000
server thread 8 loop 2
server thread 8 got connection 1074673728
server thread 9 write 131072 bytes
server thread 8 read 8192 bytes
server: 10000 0 7000 0 17000
server thread 9 loop 2
client thread 1 socket read 131072
client thread 1 loop 2
client thread 1 socket created 1074282544
client thread 1 socket connected 1074282544
client thread 1 socket wrote 8192
server thread 5 got connection 1074538544
server thread 3 write 131072 bytes
server thread 5 read 8192 bytes
server: 8000 0 8000 1000 17000
server thread 3 loop 2
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 1074934120
client thread 4 socket connected 1074934120
client thread 4 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 2
client thread 6 socket read 131072
client thread 7 socket created 1074538624
client thread 7 socket connected 1074538624
client thread 7 socket wrote 8192
client thread 6 loop 2
client thread 6 socket created 1074276480
client thread 6 socket connected 1074276480
server: 8000 0 8000 4000 20000
server thread 7 loop 2
client thread 6 socket wrote 8192
server thread 7 got connection 1074800688
server thread 7 read 8192 bytes
server thread 2 got connection 1074931744
server thread 2 read 8192 bytes
server thread 1 got connection 1074276400
server thread 1 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 2
client thread 9 socket created 1073783480
client thread 9 socket connected 1073783480
client thread 9 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 2
server thread 6 got connection 1074279288
client thread 3 socket created 1074931824
server thread 6 read 8192 bytes
client thread 3 socket connected 1074931824
client thread 3 socket wrote 8192
server thread 4 got connection 1074541080
server thread 4 read 8192 bytes
server thread 8 write 131072 bytes
server: 0 0 7000 1000 8000
server thread 8 loop 3
server thread 0 write 131072 bytes
server thread 3 got connection 1073885232
server: 7000 0 10000 0 17000
server thread 0 loop 3
server thread 3 read 8192 bytes
server thread 9 got connection 1074276640
server thread 9 read 8192 bytes
server thread 5 write 131072 bytes
server: 6000 0 10000 0 16000
server thread 5 loop 3
client thread 8 socket read 131072
server thread 7 write 131072 bytes
client thread 8 loop 3
client thread 8 socket created 1074673728
server: 0 0 9000 0 9000
server thread 7 loop 3
client thread 8 socket connected 1074673728
client thread 8 socket wrote 8192
server thread 8 got connection 1074673808
server thread 8 read 8192 bytes
server thread 2 write 131072 bytes
server: 8000 0 8000 1000 17000
server thread 2 loop 3
client thread 0 socket read 131072
client thread 0 loop 3
client thread 0 socket created 1074538544
client thread 0 socket connected 1074538544
client thread 0 socket wrote 8192
server thread 1 write 131072 bytes
server: 8000 0 9000 0 17000
server thread 1 loop 3
server thread 4 write 131072 bytes
server: 9000 0 8000 0 17000
server thread 4 loop 3
server thread 6 write 131072 bytes
server: 8000 0 9000 0 17000
server thread 6 loop 3
client thread 7 socket read 131072
client thread 7 loop 3
client thread 5 socket read 131072
client thread 7 socket created 1073887376
client thread 7 socket connected 1073887376
client thread 7 socket wrote 8192
client thread 5 loop 3
client thread 5 socket created 1074800688
client thread 5 socket connected 1074800688
server thread 0 got connection 1074931744
client thread 5 socket wrote 8192
server thread 0 read 8192 bytes
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 1074014336
client thread 2 socket connected 1074014336
client thread 2 socket wrote 8192
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 1074276400
client thread 1 socket connected 1074276400
client thread 1 socket wrote 8192
server thread 3 write 131072 bytes
server thread 9 write 131072 bytes
server: 7000 0 8000 0 15000
server thread 3 loop 3
server: 10000 0 7000 1000 18000
server thread 9 loop 3
server thread 7 got connection 1074541080
server thread 7 read 8192 bytes
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 1074279288
client thread 4 socket connected 1074279288
client thread 4 socket wrote 8192
client thread 6 socket read 131072
client thread 6 loop 3
server thread 5 got connection 1074538624
client thread 6 socket created 1074276560
server thread 5 read 8192 bytes
client thread 6 socket connected 1074276560
client thread 6 socket wrote 8192
server thread 2 got connection 1074279208
server thread 2 read 8192 bytes
server thread 8 write 131072 bytes
server: 4000 0 8000 0 12000
server thread 8 loop 4
server thread 1 got connection 1074282544
server thread 1 read 8192 bytes
client thread 3 socket read 131072
client thread 3 loop 3
client thread 3 socket created 1073885232
client thread 3 socket connected 1073885232
client thread 3 socket wrote 8192
server thread 6 got connection 1074276640
server thread 6 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 1074934120
client thread 9 socket connected 1074934120
client thread 9 socket wrote 8192
server thread 4 got connection 1074276480
server thread 4 read 8192 bytes
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 1074673808
client thread 8 socket connected 1074673808
client thread 8 socket wrote 8192
server thread 0 write 131072 bytes
server: 7000 0 8000 0 15000
server thread 0 loop 4
server thread 3 got connection 1074931824
server thread 3 read 8192 bytes
server thread 9 got connection 1073783480
server thread 9 read 8192 bytes
server thread 7 write 131072 bytes
server: 6000 0 9000 0 15000
server thread 7 loop 4
server thread 5 write 131072 bytes
server: 8000 0 9000 0 17000
server thread 8 got connection 1074673728
server thread 5 loop 4
server thread 8 read 8192 bytes
server thread 2 write 131072 bytes
server: 7000 0 8000 1000 16000
server thread 2 loop 4
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 1074931744
client thread 0 socket connected 1074931744
client thread 0 socket wrote 8192
server thread 1 write 131072 bytes
server: 7000 0 9000 0 16000
server thread 1 loop 4
server thread 6 write 131072 bytes
client thread 7 socket read 131072
server: 6000 0 9000 0 15000
server thread 6 loop 4
client thread 7 loop 4
client thread 7 socket created 1074541080
client thread 7 socket connected 1074541080
client thread 7 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 1074538624
client thread 5 socket connected 1074538624
server thread 4 write 131072 bytes
client thread 5 socket wrote 8192
server: 8000 0 8000 0 16000
server thread 4 loop 4
server thread 0 got connection 1074279208
server thread 0 read 8192 bytes
client thread 2 socket read 131072
client thread 2 loop 4
client thread 2 socket created 1074538544
client thread 2 socket connected 1074538544
client thread 2 socket wrote 8192
client thread 1 socket read 131072
client thread 1 loop 4
client thread 1 socket created 1074282544
client thread 1 socket connected 1074282544
server thread 3 write 131072 bytes
client thread 1 socket wrote 8192
server: 7000 0 8000 0 15000
server thread 3 loop 4
server thread 9 write 131072 bytes
client thread 6 socket read 131072
server: 8000 0 7000 1000 16000
server thread 9 loop 4
client thread 6 loop 4
client thread 6 socket created 1074276640
client thread 6 socket connected 1074276640
client thread 6 socket wrote 8192
server thread 7 got connection 1073887376
server thread 7 read 8192 bytes
server thread 6 got connection 1074800688
server thread 6 read 8192 bytes
server thread 5 got connection 1074276480
server thread 5 read 8192 bytes
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 1074014336
client thread 4 socket connected 1074014336
client thread 4 socket wrote 8192
server thread 2 got connection 1074276400
server thread 8 write 131072 bytes
server thread 2 read 8192 bytes
server: 8000 0 8000 0 16000
Thread 8 EXIT
client thread 3 socket read 131072
client thread 3 loop 4
server thread 1 got connection 1074931824
client thread 3 socket created 1073783480
server thread 1 read 8192 bytes
client thread 3 socket connected 1073783480
client thread 3 socket wrote 8192
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 1074276560
client thread 9 socket connected 1074276560
client thread 9 socket wrote 8192
server thread 4 got connection 1074279288
server thread 4 read 8192 bytes
client thread 8 socket read 131072
Thread 8 EXIT
server thread 0 write 131072 bytes
server: 8000 0 8000 1000 17000
Thread 0 EXIT
server thread 3 got connection 1074673728
server thread 3 read 8192 bytes
server thread 9 got connection 1074676784
server thread 9 read 8192 bytes
server thread 6 write 131072 bytes
server: 4000 0 9000 0 13000
Thread 6 EXIT
server thread 7 write 131072 bytes
server: 7000 0 9000 0 16000
Thread 7 EXIT
server thread 5 write 131072 bytes
server: 7000 0 9000 0 16000
client thread 0 socket read 131072
Thread 5 EXIT
Thread 0 EXIT
server thread 2 write 131072 bytes
server thread 1 write 131072 bytes
server: 7000 0 9000 0 16000
server: 7000 0 8000 0 15000
Thread 2 EXIT
Thread 1 EXIT
client thread 6 socket read 131072
Thread 6 EXIT
client thread 5 socket read 131072
Thread 5 EXIT
client thread 2 socket read 131072
Thread 2 EXIT
client thread 7 socket read 131072
Thread 7 EXIT
server thread 3 write 131072 bytes
server: 8000 0 6000 0 14000
Thread 3 EXIT
server thread 4 write 131072 bytes
server: 8000 0 9000 0 17000
Thread 4 EXIT
client thread 4 socket read 131072
Thread 4 EXIT
client thread 1 socket read 131072
Thread 1 EXIT
server thread 9 write 131072 bytes
server: 8000 0 7000 0 15000
Thread 9 EXIT
client thread 3 socket read 131072
Thread 3 EXIT
client thread 9 socket read 131072
Thread 9 EXIT
Thread 9 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 10 99900 1800 97000 4200
server per thread elapsed time 202900
----------
Client results:

----------
client per thread totals 10 3100 1200 208400 3100
client per thread elapsed time 215800
select loop kernel/user: 17200.00 usec
server thread 0 alive
server thread 0 loop 0
server thread 2 alive
server thread 2 loop 0
server thread 1 alive
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 1074279208
server thread 1 loop 0
client thread 0 socket connected 1074279208
client thread 0 socket wrote 8192
server thread 3 alive
server thread 7 alive
server thread 3 loop 0
server thread 7 loop 0
server thread 4 alive
server thread 9 alive
server thread 4 loop 0
server thread 9 loop 0
server thread 6 alive
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 1074276480
server thread 6 loop 0
client thread 1 socket connected 1074276480
client thread 1 socket wrote 8192
server thread 8 alive
server thread 0 got connection 1074931744
server thread 0 read 8192 bytes
server thread 8 loop 0
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 1074276400
client thread 2 socket connected 1074276400
client thread 2 socket wrote 8192
server thread 5 alive
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 1073887536
client thread 3 socket connected 1073887536
client thread 3 socket wrote 8192
server thread 5 loop 0
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 1074676864
client thread 7 alive
client thread 4 socket connected 1074676864
client thread 7 loop 0
client thread 4 socket wrote 8192
client thread 7 socket created 1074276640
client thread 7 socket connected 1074276640
client thread 6 alive
client thread 6 loop 0
client thread 9 alive
client thread 6 socket created 1074538624
client thread 9 loop 0
client thread 6 socket connected 1074538624
client thread 9 socket created 1074538544
client thread 6 socket wrote 8192
client thread 9 socket connected 1074538544
client thread 9 socket wrote 8192
server thread 1 got connection 1074541080
server thread 1 read 8192 bytes
client thread 8 alive
client thread 8 loop 0
client thread 8 socket created 1074673728
client thread 8 socket connected 1074673728
server thread 3 got connection 1075062896
client thread 8 socket wrote 8192
server thread 3 read 8192 bytes
server thread 2 got connection 1074279288
server thread 2 read 8192 bytes
client thread 5 alive
client thread 5 loop 0
client thread 5 socket created 1074538784
server thread 7 got connection 1074014336
client thread 5 socket connected 1074538784
server thread 7 read 8192 bytes
client thread 5 socket wrote 8192
server thread 4 got connection 1074282544
server thread 4 read 8192 bytes
client thread 7 socket wrote 8192
server thread 6 got connection 1074676784
server thread 6 read 8192 bytes
server thread 9 got connection 1073887456
server thread 9 read 8192 bytes
server thread 8 got connection 1073783480
server thread 8 read 8192 bytes
server thread 0 write 131072 bytes
server: 3000 0 9000 0 12000
server thread 0 loop 1
server thread 5 got connection 1074276560
server thread 5 read 8192 bytes
server thread 7 write 131072 bytes
server: 6000 0 5000 0 11000
server thread 7 loop 1
server thread 1 write 131072 bytes
server: 5000 0 9000 0 14000
server thread 1 loop 1
client thread 0 socket read 131072
server thread 3 write 131072 bytes
client thread 0 loop 1
client thread 0 socket created 1074931744
client thread 0 socket connected 1074931744
client thread 0 socket wrote 8192
server thread 2 write 131072 bytes
server: 6000 0 10000 0 16000
server thread 2 loop 1
server thread 4 write 131072 bytes
server: 6000 0 9000 0 15000
server thread 4 loop 1
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 1074014336
server thread 6 write 131072 bytes
client thread 7 socket connected 1074014336
client thread 7 socket wrote 8192
server: 6000 0 8000 0 14000
server thread 6 loop 1
server thread 9 write 131072 bytes
server thread 8 write 131072 bytes
server: 6000 1000 8000 0 15000
server thread 9 loop 1
server: 7000 0 8000 0 15000
server thread 8 loop 1
client thread 1 socket read 131072
client thread 3 socket read 131072
client thread 1 loop 1
client thread 1 socket created 1074541080
client thread 3 loop 1
client thread 1 socket connected 1074541080
client thread 3 socket created 1074279208
client thread 1 socket wrote 8192
client thread 3 socket connected 1074279208
client thread 3 socket wrote 8192
server thread 0 got connection 1074279288
server thread 0 read 8192 bytes
server: 5000 0 9000 3000 17000
server thread 3 loop 1
server thread 3 got connection 1074282544
server thread 3 read 8192 bytes
server thread 5 write 131072 bytes
server thread 7 got connection 1074276640
server thread 7 read 8192 bytes
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 1074676784
client thread 2 socket connected 1074676784
client thread 2 socket wrote 8192
client thread 4 socket read 131072
client thread 9 socket read 131072
client thread 4 loop 1
client thread 4 socket created 1073887456
client thread 9 loop 1
client thread 4 socket connected 1073887456
client thread 9 socket created 1073783480
client thread 4 socket wrote 8192
client thread 9 socket connected 1073783480
client thread 9 socket wrote 8192
client thread 6 socket read 131072
client thread 8 socket read 131072
client thread 6 loop 1
client thread 6 socket created 1074276480
client thread 8 loop 1
client thread 6 socket connected 1074276480
client thread 8 socket created 1073887536
client thread 6 socket wrote 8192
client thread 8 socket connected 1073887536
client thread 8 socket wrote 8192
server thread 1 got connection 1075062896
server thread 1 read 8192 bytes
server thread 9 got connection 1074276400
server thread 9 read 8192 bytes
client thread 5 socket read 131072
server: 7000 0 8000 4000 19000
server thread 5 loop 1
client thread 5 loop 1
client thread 5 socket created 1074676864
client thread 5 socket connected 1074676864
client thread 5 socket wrote 8192
server thread 5 got connection 1074538544
server thread 5 read 8192 bytes
server thread 4 got connection 1074538624
server thread 4 read 8192 bytes
server thread 6 got connection 1074673728
server thread 6 read 8192 bytes
server thread 2 got connection 1074276560
server thread 2 read 8192 bytes
server thread 8 got connection 1074538784
server thread 8 read 8192 bytes
server thread 3 write 131072 bytes
server: 0 0 9000 0 9000
server thread 3 loop 2
server thread 0 write 131072 bytes
server: 7000 0 10000 0 17000
server thread 0 loop 2
server thread 7 write 131072 bytes
server: 7000 0 10000 0 17000
server thread 7 loop 2
server thread 9 write 131072 bytes
server: 5000 0 9000 0 14000
server thread 9 loop 2
server thread 1 write 131072 bytes
server thread 5 write 131072 bytes
server: 1000 0 7000 0 8000
server thread 5 loop 2
client thread 3 socket read 131072
client thread 0 socket read 131072
client thread 3 loop 2
client thread 3 socket created 1074282544
client thread 0 loop 2
client thread 3 socket connected 1074282544
client thread 0 socket created 1074279288
client thread 3 socket wrote 8192
client thread 0 socket connected 1074279288
client thread 0 socket wrote 8192
server thread 4 write 131072 bytes
client thread 7 socket read 131072
server: 8000 0 8000 0 16000
server thread 4 loop 2
client thread 7 loop 2
client thread 7 socket created 1074276640
client thread 7 socket connected 1074276640
client thread 7 socket wrote 8192
server thread 6 write 131072 bytes
server: 9000 0 8000 0 17000
server thread 6 loop 2
client thread 9 socket read 131072
client thread 9 loop 2
client thread 9 socket created 1074276400
client thread 9 socket connected 1074276400
client thread 9 socket wrote 8192
server thread 8 write 131072 bytes
server: 9000 0 7000 1000 17000
server thread 8 loop 2
server thread 2 write 131072 bytes
server: 10000 0 8000 0 18000
server thread 2 loop 2
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 1074538544
client thread 1 socket read 131072
client thread 5 socket connected 1074538544
client thread 5 socket wrote 8192
server thread 0 got connection 1074279208
server thread 0 read 8192 bytes
server: 8000 0 9000 3000 20000
server thread 1 loop 2
server thread 3 got connection 1074931744
server thread 3 read 8192 bytes
server thread 7 got connection 1074538624
server thread 7 read 8192 bytes
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 1074014336
client thread 4 socket connected 1074014336
client thread 4 socket wrote 8192
client thread 8 socket read 131072
client thread 6 socket read 131072
client thread 8 loop 2
client thread 8 socket created 1074673728
client thread 8 socket connected 1074673728
client thread 8 socket wrote 8192
client thread 2 socket read 131072
client thread 2 loop 2
server thread 9 got connection 1073783480
client thread 2 socket created 1074538784
server thread 9 read 8192 bytes
client thread 2 socket connected 1074538784
client thread 2 socket wrote 8192
server thread 5 got connection 1074276560
server thread 5 read 8192 bytes
server thread 4 got connection 1074676864
server thread 4 read 8192 bytes
client thread 6 loop 2
client thread 6 socket created 1075062896
client thread 1 loop 2
client thread 6 socket connected 1075062896
client thread 1 socket created 1073887456
client thread 6 socket wrote 8192
client thread 1 socket connected 1073887456
client thread 1 socket wrote 8192
server thread 8 got connection 1073887536
server thread 8 read 8192 bytes
server thread 3 write 131072 bytes
server: 8000 0 6000 0 14000
server thread 3 loop 3
server thread 2 got connection 1074676784
server thread 2 read 8192 bytes
server thread 6 got connection 1074276480
server thread 6 read 8192 bytes
server thread 1 got connection 1074541080
server thread 1 read 8192 bytes
server thread 0 write 131072 bytes
server: 5000 0 10000 0 15000
server thread 0 loop 3
server thread 7 write 131072 bytes
client thread 3 socket read 131072
server: 6000 0 10000 0 16000
server thread 7 loop 3
client thread 3 loop 3
client thread 3 socket created 1074931744
client thread 3 socket connected 1074931744
client thread 3 socket wrote 8192
server thread 5 write 131072 bytes
server: 7000 0 7000 0 14000
server thread 5 loop 3
server thread 9 write 131072 bytes
server: 6000 0 9000 0 15000
server thread 9 loop 3
server thread 4 write 131072 bytes
client thread 0 socket read 131072
server: 6000 0 8000 0 14000
server thread 4 loop 3
client thread 0 loop 3
client thread 0 socket created 1074279208
client thread 0 socket connected 1074279208
client thread 0 socket wrote 8192
server thread 8 write 131072 bytes
server: 5000 0 8000 1000 14000
server thread 8 loop 3
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 1074538624
client thread 5 socket read 131072
client thread 7 socket connected 1074538624
client thread 7 socket wrote 8192
client thread 5 loop 3
client thread 5 socket created 1074282544
client thread 5 socket connected 1074282544
client thread 5 socket wrote 8192
server thread 3 got connection 1074276560
server thread 3 read 8192 bytes
server thread 2 write 131072 bytes
server: 7000 0 8000 0 15000
server thread 2 loop 3
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 1073783480
client thread 9 socket connected 1073783480
client thread 9 socket wrote 8192
server thread 0 got connection 1074676864
server thread 0 read 8192 bytes
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 1074279288
client thread 4 socket connected 1074279288
client thread 4 socket wrote 8192
server thread 4 got connection 1073887536
server thread 4 read 8192 bytes
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 1074276640
client thread 8 socket connected 1074276640
client thread 8 socket wrote 8192
server thread 7 got connection 1074538544
server thread 7 read 8192 bytes
server thread 6 write 131072 bytes
server: 10000 0 9000 0 19000
server thread 6 loop 3
server thread 5 got connection 1074676784
server thread 1 write 131072 bytes
server thread 5 read 8192 bytes
server: 10000 0 8000 0 18000
server thread 1 loop 3
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 1074276400
client thread 2 socket connected 1074276400
client thread 2 socket wrote 8192
server thread 9 got connection 1074014336
server thread 9 read 8192 bytes
server thread 8 got connection 1074673728
server thread 8 read 8192 bytes
client thread 1 socket read 131072
client thread 1 loop 3
client thread 6 socket read 131072
client thread 1 socket created 1074276480
client thread 1 socket connected 1074276480
client thread 1 socket wrote 8192
server thread 2 got connection 1074541080
server thread 2 read 8192 bytes
server thread 3 write 131072 bytes
server: 8000 0 8000 1000 17000
server thread 3 loop 4
server thread 4 write 131072 bytes
server: 4000 0 8000 0 12000
server thread 4 loop 4
server thread 1 got connection 1074538784
server thread 0 write 131072 bytes
server thread 1 read 8192 bytes
server: 6000 0 8000 0 14000
server thread 0 loop 4
server thread 7 write 131072 bytes
client thread 6 loop 3
client thread 6 socket created 1073887456
client thread 6 socket connected 1073887456
client thread 6 socket wrote 8192
server thread 5 write 131072 bytes
server: 7000 0 8000 0 15000
server thread 5 loop 4
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 1074276560
client thread 3 socket connected 1074276560
client thread 3 socket wrote 8192
server thread 9 write 131072 bytes
server thread 3 got connection 1073887536
server: 7000 0 8000 0 15000
server thread 9 loop 4
server thread 3 read 8192 bytes
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 1074676864
client thread 0 socket connected 1074676864
client thread 0 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 1075062896
client thread 4 socket connected 1075062896
client thread 4 socket wrote 8192
server thread 6 got connection 1074676784
server thread 6 read 8192 bytes
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 1074931744
client thread 7 socket connected 1074931744
client thread 7 socket wrote 8192
server: 6000 0 8000 4000 18000
server thread 7 loop 4
server thread 7 got connection 1074014336
server thread 7 read 8192 bytes
server thread 8 write 131072 bytes
server: 7000 0 9000 0 16000
server thread 8 loop 4
client thread 5 socket read 131072
server thread 2 write 131072 bytes
client thread 5 loop 4
client thread 5 socket created 1074279208
server: 8000 0 8000 0 16000
client thread 5 socket connected 1074279208
server thread 2 loop 4
client thread 5 socket wrote 8192
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 1074279288
client thread 9 socket connected 1074279288
client thread 9 socket wrote 8192
server thread 9 got connection 1074538624
server thread 9 read 8192 bytes
server thread 1 write 131072 bytes
server: 6000 0 8000 0 14000
server thread 1 loop 4
server thread 4 got connection 1074538544
server thread 4 read 8192 bytes
server thread 0 got connection 1074673728
server thread 0 read 8192 bytes
client thread 8 socket read 131072
client thread 2 socket read 131072
client thread 8 loop 4
client thread 8 socket created 1074282544
client thread 2 loop 4
client thread 8 socket connected 1074282544
client thread 2 socket created 1074541080
client thread 8 socket wrote 8192
client thread 2 socket connected 1074541080
client thread 2 socket wrote 8192
server thread 3 write 131072 bytes
server: 3000 0 8000 0 11000
Thread 3 EXIT
server thread 5 got connection 1073783480
server thread 5 read 8192 bytes
client thread 1 socket read 131072
client thread 1 loop 4
client thread 1 socket created 1074538784
server thread 6 write 131072 bytes
client thread 1 socket connected 1074538784
client thread 1 socket wrote 8192
server: 11000 0 7000 1000 19000
server thread 6 loop 4
server thread 8 got connection 1074276640
server thread 8 read 8192 bytes
client thread 3 socket read 131072
server thread 2 got connection 1074276400
Thread 3 EXIT
server thread 2 read 8192 bytes
server thread 7 write 131072 bytes
server thread 4 write 131072 bytes
server: 1000 0 9000 0 10000
Thread 7 EXIT
server: 8000 0 7000 1000 16000
Thread 4 EXIT
client thread 6 socket read 131072
client thread 6 loop 4
server thread 9 write 131072 bytes
client thread 6 socket created 1073887536
client thread 6 socket connected 1073887536
client thread 6 socket wrote 8192
server: 5000 0 8000 0 13000
Thread 9 EXIT
server thread 1 got connection 1075063512
server thread 1 read 8192 bytes
server thread 0 write 131072 bytes
server: 9000 0 9000 0 18000
Thread 0 EXIT
client thread 4 socket read 131072
Thread 4 EXIT
server thread 5 write 131072 bytes
server: 9000 0 8000 0 17000
server thread 6 got connection 1074276480
server thread 6 read 8192 bytes
Thread 5 EXIT
client thread 7 socket read 131072
Thread 7 EXIT
client thread 9 socket read 131072
server thread 8 write 131072 bytes
Thread 9 EXIT
server: 7000 0 7000 0 14000
Thread 8 EXIT
client thread 5 socket read 131072
Thread 5 EXIT
client thread 0 socket read 131072
Thread 0 EXIT
server thread 2 write 131072 bytes
server thread 1 write 131072 bytes
server: 7000 0 8000 0 15000
Thread 2 EXIT
server: 9000 0 5000 0 14000
Thread 1 EXIT
client thread 8 socket read 131072
Thread 8 EXIT
server thread 6 write 131072 bytes
server: 6000 0 4000 0 10000
Thread 6 EXIT
client thread 1 socket read 131072
Thread 1 EXIT
client thread 2 socket read 131072
Thread 2 EXIT
client thread 6 socket read 131072
Thread 6 EXIT
Thread 6 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 20 132400 1900 137400 6100
server per thread elapsed time 277800
----------
Client results:

----------
client per thread totals 20 3600 2000 280200 5300
client per thread elapsed time 291100
select loop kernel/kernel: 16600.00 usec
END TEST: sel_spd
BEGIN TEST: selct_er  
Thu Mar 27 12:05:19 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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.
END TEST: selct_er
BEGIN TEST: selct_nm  
Thu Mar 27 12:05:19 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
BEGIN TEST: selct_to  
Thu Mar 27 12:05:19 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
BEGIN TEST: selintr  
Thu Mar 27 12:05:24 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
select returned 0
END TEST: selintr
BEGIN TEST: sema  
Thu Mar 27 12:05:27 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
PASS
END TEST: sema
BEGIN TEST: semaerr  
Thu Mar 27 12:05:27 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
PASS
PASS
END TEST: semaerr
BEGIN TEST: semaping  
Thu Mar 27 12:05:27 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
warning: removed semaphore /tmp/bar.sem left over from previous run
PASS
PASS
END TEST: semaping
BEGIN TEST: sendzlf  
Thu Mar 27 12:05:28 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
PASS
END TEST: sendzlf
BEGIN TEST: server_test  
Thu Mar 27 12:05:28 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
END TEST: server_test
BEGIN TEST: servr_uu  
Thu Mar 27 12:05:28 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
END TEST: servr_uu
BEGIN TEST: servr_ku  
Thu Mar 27 12:05:28 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
END TEST: servr_ku
BEGIN TEST: servr_uk  
Thu Mar 27 12:05:29 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
END TEST: servr_uk
BEGIN TEST: servr_kk  
Thu Mar 27 12:05:29 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
END TEST: servr_kk
BEGIN TEST: short_thread  
Thu Mar 27 12:05:29 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
END TEST: short_thread
BEGIN TEST: sigpipe  
Thu Mar 27 12:05:30 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
BEGIN TEST: socket  
Thu Mar 27 12:05:30 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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.
TCP Client/Server Test - IPv4/Ipv4
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
TCP Client/Server Test - IPv6/Ipv4
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
TCP Client/Server Test - IPv4/Ipv6
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
TCP Client/Server Test - IPv6/Ipv6
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv4/Ipv4
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv6/Ipv4
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv4/Ipv6
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv6/Ipv6
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
Socket_Misc_Test : 1 Server 4 Clients
: Sizes of Transmitted Files - 3 KB, 3 MB
Socket_Misc_Test passed
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
END TEST: socket
BEGIN TEST: sockopt  
Thu Mar 27 12:05:33 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
PASSED
END TEST: sockopt
BEGIN TEST: sockping  
Thu Mar 27 12:05:33 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
END TEST: sockping
BEGIN TEST: sprintf  
Thu Mar 27 12:05:33 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
PASS
END TEST: sprintf
BEGIN TEST: stack  
Thu Mar 27 12:05:36 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
END TEST: stack
BEGIN TEST: stdio  
Thu Mar 27 12:06:01 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
This to standard out
This to standard err
END TEST: stdio
BEGIN TEST: str2addr  
Thu Mar 27 12:06:02 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
PASS
END TEST: str2addr
BEGIN TEST: strod  
Thu Mar 27 12:06:02 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
Settings
Number to translate 1234567890123456789
Loops to run test: 1
Translation = 1234567890123456768
END TEST: strod
BEGIN TEST: switch  
Thu Mar 27 12:06:02 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
PASSED
END TEST: switch
BEGIN TEST: system  
Thu Mar 27 12:06:05 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
PR_SI_HOSTNAME: hploan1
PR_SI_SYSNAME: HP-UX
PR_SI_RELEASE: B.11.11
PR_SI_ARCHITECTURE: hppa1.1
Host page size is 4096
Page shift is 12
Number of processors is: 2
END TEST: system
BEGIN TEST: testbit  
Thu Mar 27 12:06:05 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
PASSED
END TEST: testbit
BEGIN TEST: testfile  
Thu Mar 27 12:06:05 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
File Test passed
Dir Test passed
END TEST: testfile
BEGIN TEST: threads  
Thu Mar 27 12:06:07 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
FAIL
threads returned 1 (failed)
END TEST: threads
BEGIN TEST: timemac  
Thu Mar 27 12:06:09 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Thu Mar 27 20:06:09 UTC 2003
Current local time is Thu Mar 27 12:06:09 -0800 2003
GMT offset is -28800, DST offset is 0
Please examine the results
END TEST: timemac
BEGIN TEST: timetest  
Thu Mar 27 12:06:09 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
END TEST: timetest
BEGIN TEST: tpd  
Thu Mar 27 12:07:26 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
PASSED
END TEST: tpd
BEGIN TEST: udpsrv  
Thu Mar 27 12:07:27 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
END TEST: udpsrv
BEGIN TEST: vercheck  
Thu Mar 27 12:07:27 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
BEGIN TEST: version  
Thu Mar 27 12:07:27 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
Runtime library version information
Build time: 27 Mar 2003 13:05:48 GMT
Build time: 2003-03-27 05:05:48
Portable runtime V4.3.0 ( debug )
filename: libplc4.sl
security: N/A
copyright: Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved
comment: http://www.mozilla.org/MPL/
END TEST: version
BEGIN TEST: writev  
Thu Mar 27 12:07:28 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
PASSED
END TEST: writev
BEGIN TEST: xnotify  
Thu Mar 27 12:07:28 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib
Done!
END TEST: xnotify
BEGIN TEST: zerolen  
Thu Mar 27 12:07:28 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
END TEST: zerolen
BEGIN TEST: accept  
Thu Mar 27 12:07:44 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
PASS
END TEST: accept
BEGIN TEST: acceptread  
Thu Mar 27 12:07:51 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x7b006210)127.0.0.1:62285
(Server) read [0x7b006198..0x7b00620d) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0x7b006210)127.0.0.1:62286
(Server) read [0x7b006198..0x7b00620d) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0x7b006210)127.0.0.1:62287
(Server) read [0x7b006198..0x7b00620d) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0x7b006210)127.0.0.1:62288
(Server) read [0x7b006198..0x7b00620d) 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 = 232
PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22
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 = 232
PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22
END TEST: acceptread
BEGIN TEST: acceptreademu  
Thu Mar 27 12:08:02 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x7b006208)127.0.0.1:62291
(Server) read [0x7b006190..0x7b006205) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0x7b006208)127.0.0.1:62292
(Server) read [0x7b006190..0x7b006205) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0x7b006208)127.0.0.1:62293
(Server) read [0x7b006190..0x7b006205) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0x7b006208)127.0.0.1:62294
(Server) read [0x7b006190..0x7b006205) 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 = 232
PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22
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 = 232
PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22
END TEST: acceptreademu
BEGIN TEST: affinity  
Thu Mar 27 12:08:13 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
BEGIN TEST: alarm  
Thu Mar 27 12:08:13 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
END TEST: alarm
BEGIN TEST: anonfm  
Thu Mar 27 12:09:16 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
END TEST: anonfm
BEGIN TEST: atomic  
Thu Mar 27 12:09:17 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
END TEST: atomic
BEGIN TEST: attach  
Thu Mar 27 12:09:17 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
END TEST: attach
BEGIN TEST: bigfile  
Thu Mar 27 12:09:17 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
END TEST: bigfile
BEGIN TEST: cleanup  
Thu Mar 27 12:09:18 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
END TEST: cleanup
BEGIN TEST: cltsrv  
Thu Mar 27 12:09:23 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
Client/Server started at(0x40004bc8): 12:09:23
Server started at(0x40009ee0): 12:09:23
Client started at(0x4000a2e8): 12:09:23
main(0x40004bc8): waiting for execution interval (10 seconds)
Shutting down(0x40004bc8): 12:09:33
Client(0x4000a2e8): stopped after 21 operations and 17922 bytes
Server(0x40009ee0): stopped after 21 operations and 17922 bytes
main(0x40004bc8): test complete
Test exiting at(0x40004bc8): 12:09:38
END TEST: cltsrv
BEGIN TEST: concur  
Thu Mar 27 12:09:39 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
PASSED
END TEST: concur
BEGIN TEST: cvar  
Thu Mar 27 12:09:50 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
END TEST: cvar
BEGIN TEST: cvar2  
Thu Mar 27 12:09:50 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
Killing cvar2 23019 after 600
kill: 23020: The specified process does not exist.
cvar2 returned 143 (failed)
END TEST: cvar2
BEGIN TEST: dlltest  
Thu Mar 27 12:19:50 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
PASSED
END TEST: dlltest
BEGIN TEST: dtoa  
Thu Mar 27 12:19:51 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
PASSED
END TEST: dtoa
BEGIN TEST: errcodes  
Thu Mar 27 12:19:51 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
END TEST: errcodes
BEGIN TEST: exit  
Thu Mar 27 12:19:51 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
END TEST: exit
BEGIN TEST: fdcach  
Thu Mar 27 12:20:01 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
PASS
END TEST: fdcach
BEGIN TEST: fileio  
Thu Mar 27 12:20:02 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
PASS
END TEST: fileio
BEGIN TEST: foreign  
Thu Mar 27 12:20:02 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
END TEST: foreign
BEGIN TEST: forktest  
Thu Mar 27 12:20:05 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
Accepting connection at port 62324
Wait one second before connect
Connecting to port 62324
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Fork succeeded. Parent process continues.
Accepting connection at port 62326
Fork succeeded. Child process continues.
Wait one second before connect
Wait one second before connect
Accepting connection at port 62327
Connecting to port 62326
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Connecting to port 62327
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Child process exits.
Parent process exits.
PASSED
END TEST: forktest
BEGIN TEST: fsync  
Thu Mar 27 12:20:08 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
10 iterations over a 10 kbyte file: 0 [0] 6000
END TEST: fsync
BEGIN TEST: getproto  
Thu Mar 27 12:20:08 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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  
Thu Mar 27 12:20:08 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
We have long long
END TEST: i2l
BEGIN TEST: initclk  
Thu Mar 27 12:20:09 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
Elapsed time: 3000 ms, expected time: 3009 ms
PASS
END TEST: initclk
BEGIN TEST: inrval  
Thu Mar 27 12:20:12 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
inrval: Examine stdout to determine results.
Overhead of 'PR_Now()' is 3147 nsecs

Overhead of 'PR_IntervalNow()' is 3150 nsecs

Overhead of 'PR_Now()' is 3131 nsecs

Overhead of 'PR_IntervalNow()' is 3152 nsecs

END TEST: inrval
BEGIN TEST: instrumt  
Thu Mar 27 12:21:55 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
Test not defined
END TEST: instrumt
BEGIN TEST: intrio  
Thu Mar 27 12:21:55 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
END TEST: intrio
BEGIN TEST: intrupt  
Thu Mar 27 12:22:15 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
PASSED
END TEST: intrupt
BEGIN TEST: io_timeout  
Thu Mar 27 12:22:29 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
END TEST: io_timeout
BEGIN TEST: ioconthr  
Thu Mar 27 12:22:35 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
Interrupting the threads
Threads terminated in 2991 milliseconds
PASS
END TEST: ioconthr
BEGIN TEST: join  
Thu Mar 27 12:22:41 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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  
Thu Mar 27 12:22:41 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
PASS
END TEST: joinkk
BEGIN TEST: joinku  
Thu Mar 27 12:22:41 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
PASS
END TEST: joinku
BEGIN TEST: joinuk  
Thu Mar 27 12:22:42 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
PASS
END TEST: joinuk
BEGIN TEST: joinuu  
Thu Mar 27 12:22:42 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
PASS
END TEST: joinuu
BEGIN TEST: layer  
Thu Mar 27 12:22:42 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Beginning layered test with new style stack
Ending layered test
END TEST: layer
BEGIN TEST: lazyinit  
Thu Mar 27 12:22:42 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
END TEST: lazyinit
BEGIN TEST: lltest  
Thu Mar 27 12:22:43 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
PASS
END TEST: lltest
BEGIN TEST: lock  
Thu Mar 27 12:22:43 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
PASS
END TEST: lock
BEGIN TEST: lockfile  
Thu Mar 27 12:23:34 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
END TEST: lockfile
BEGIN TEST: logger  
Thu Mar 27 12:23:46 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
END TEST: logger
BEGIN TEST: many_cv  
Thu Mar 27 12:23:57 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
Settings
Conditions / lock: 10
Loops to run test: 1
PASS
END TEST: many_cv
BEGIN TEST: multiwait  
Thu Mar 27 12:23:57 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
END TEST: multiwait
BEGIN TEST: nameshm1  
Thu Mar 27 12:25:22 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
END TEST: nameshm1
BEGIN TEST: nonblock  
Thu Mar 27 12:25:26 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
END TEST: nonblock
BEGIN TEST: nblayer  
Thu Mar 27 12:25:28 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Ending layered test
END TEST: nblayer
BEGIN TEST: ntioto  
Thu Mar 27 12:25:28 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
END TEST: ntioto
BEGIN TEST: ntoh  
Thu Mar 27 12:25:29 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
END TEST: ntoh
BEGIN TEST: op_2long  
Thu Mar 27 12:25:29 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 248
PASS
END TEST: op_2long
BEGIN TEST: op_excl  
Thu Mar 27 12:25:29 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
END TEST: op_excl
BEGIN TEST: op_filnf  
Thu Mar 27 12:25:29 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
error code is -5950
PASS
END TEST: op_filnf
BEGIN TEST: op_filok  
Thu Mar 27 12:25:30 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
Test passed
END TEST: op_filok
BEGIN TEST: op_nofil  
Thu Mar 27 12:25:30 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
error code is PR_FILE_NOT_FOUND_ERROR, as expected
PASS
END TEST: op_nofil
BEGIN TEST: parent  
Thu Mar 27 12:25:30 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
END TEST: parent
BEGIN TEST: peek  
Thu Mar 27 12:25:31 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
Running the test with local threads
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
Running the test with global threads
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
PASS
END TEST: peek
BEGIN TEST: perf  
Thu Mar 27 12:26:11 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
local procedure call overhead: 0.00 usec
DLL procedure call overhead: 0.00 usec
current calendar time: 4.00 usec
interval time: 3.00 usec
idle lock lock/unlock pair: 1.00 usec
idle monitor entry/exit pair: 2.00 usec
idle cache monitor entry/exit pair: 4.00 usec
create/destroy thread pair: 175.00 usec
context switch - user/user: 21.00 usec
context switch - user/kernel: 19.00 usec
context switch - kernel/user: 20.00 usec
context switch - kernel/kernel: 20.00 usec
sema context switch - user/user: 21.00 usec
sema context switch - user/kernel: 21.00 usec
sema context switch - kernel/user: 21.00 usec
sema context switch - kernel/kernel: 21.00 usec
--------------
Adding 7 additional CPUs
--------------
local procedure call overhead: 0.00 usec
DLL procedure call overhead: 0.00 usec
current calendar time: 3.00 usec
interval time: 4.00 usec
idle lock lock/unlock pair: 1.00 usec
idle monitor entry/exit pair: 1.00 usec
idle cache monitor entry/exit pair: 4.00 usec
create/destroy thread pair: 176.00 usec
context switch - user/user: 20.00 usec
context switch - user/kernel: 19.00 usec
context switch - kernel/user: 20.00 usec
context switch - kernel/kernel: 20.00 usec
sema context switch - user/user: 21.00 usec
sema context switch - user/kernel: 21.00 usec
sema context switch - kernel/user: 21.00 usec
sema context switch - kernel/kernel: 21.00 usec
END TEST: perf
BEGIN TEST: pipeping  
Thu Mar 27 12:26:12 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
END TEST: pipeping
BEGIN TEST: pipeping2  
Thu Mar 27 12:26:13 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
END TEST: pipeping2
BEGIN TEST: pipeself  
Thu Mar 27 12:26:13 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
END TEST: pipeself
BEGIN TEST: poll_nm  
Thu Mar 27 12:26:13 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
END TEST: poll_nm
BEGIN TEST: poll_to  
Thu Mar 27 12:26:13 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
END TEST: poll_to
BEGIN TEST: pollable  
Thu Mar 27 12:26:19 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
PASSED
END TEST: pollable
BEGIN TEST: prftest  
Thu Mar 27 12:26:19 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
PR_snprintf test 1 passed
PR_snprintf test 2 passed
END TEST: prftest
BEGIN TEST: primblok  
Thu Mar 27 12:26:19 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
This test is not relevant on this platform
END TEST: primblok
BEGIN TEST: provider  
Thu Mar 27 12:26:20 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
Client/Server started at(0x40004be8): 12:26:20
Server started at(0x40022010): 12:26:20
Client started at(0x40042010): 12:26:20
main(0x40004be8): waiting for execution interval (10 seconds)
Shutting down(0x40004be8): 12:26:30
Client(0x40042010): stopped after 21 operations and 17922 bytes
Server(0x40022010): stopped after 21 operations and 17922 bytes
main(0x40004be8): test complete
Test exiting at(0x40004be8): 12:26:35
END TEST: provider
BEGIN TEST: prpollml  
Thu Mar 27 12:26:35 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
PASS
END TEST: prpollml
BEGIN TEST: prpoll  
Thu Mar 27 12:27:16 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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 62658, 62659 and 62660

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 "62658" from a client
The server received "62659" from a client
Server read 128 bytes from native fd 10
The server received "62660" from a client
The server received "62658" from a client
The server received "62659" from a client
Server read 128 bytes from native fd 13
The server received "62660" from a client
The server received "62658" from a client
The server received "62659" from a client
Server read 128 bytes from native fd 8
The server received "62660" from a client
The server received "62658" from a client
The server received "62659" from a client
Server read 128 bytes from native fd 11
The server received "62660" from a client
The server received "62658" from a client
The server received "62659" from a client
Server read 128 bytes from native fd 8
The server received "62660" from a client
All tests finished
END TEST: prpoll
BEGIN TEST: randseed  
Thu Mar 27 12:27:21 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
END TEST: randseed
BEGIN TEST: ranfile  
Thu Mar 27 12:27:22 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
PASS
END TEST: ranfile
BEGIN TEST: rwlocktest  
Thu Mar 27 12:27:42 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
PASS
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Thu Mar 27 12:27:42 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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 46300 200 21100 1200
server per thread elapsed time 68800
----------
Client results:

----------
client per thread totals 0 800 500 81500 1800
client per thread elapsed time 84600
select loop user/user: 67800.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 88000 300 55500 4200
server per thread elapsed time 148000
----------
Client results:

----------
client per thread totals 10 1200 800 173700 3600
client per thread elapsed time 179300
select loop user/kernel: 46600.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 119300 500 98400 6200
server per thread elapsed time 224400
----------
Client results:

----------
client per thread totals 10 2200 1300 247800 4900
client per thread elapsed time 256200
select loop kernel/user: 16800.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 20 150000 700 140600 8100
server per thread elapsed time 299400
----------
Client results:

----------
client per thread totals 20 2700 1700 320800 6500
client per thread elapsed time 331700
select loop kernel/kernel: 16200.00 usec
END TEST: sel_spd
BEGIN TEST: selct_er  
Thu Mar 27 12:27:43 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
END TEST: selct_er
BEGIN TEST: selct_nm  
Thu Mar 27 12:27:43 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
END TEST: selct_nm
BEGIN TEST: selct_to  
Thu Mar 27 12:27:44 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
END TEST: selct_to
BEGIN TEST: selintr  
Thu Mar 27 12:27:49 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
select returned 0
END TEST: selintr
BEGIN TEST: sema  
Thu Mar 27 12:27:51 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
PASS
END TEST: sema
BEGIN TEST: semaerr  
Thu Mar 27 12:27:51 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
PASS
PASS
END TEST: semaerr
BEGIN TEST: semaping  
Thu Mar 27 12:27:52 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
warning: removed semaphore /tmp/bar.sem left over from previous run
PASS
PASS
END TEST: semaping
BEGIN TEST: sendzlf  
Thu Mar 27 12:27:52 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
PASS
END TEST: sendzlf
BEGIN TEST: server_test  
Thu Mar 27 12:27:52 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
END TEST: server_test
BEGIN TEST: servr_uu  
Thu Mar 27 12:27:53 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
END TEST: servr_uu
BEGIN TEST: servr_ku  
Thu Mar 27 12:27:53 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
END TEST: servr_ku
BEGIN TEST: servr_uk  
Thu Mar 27 12:27:53 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
END TEST: servr_uk
BEGIN TEST: servr_kk  
Thu Mar 27 12:27:53 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
END TEST: servr_kk
BEGIN TEST: short_thread  
Thu Mar 27 12:27:54 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
END TEST: short_thread
BEGIN TEST: sigpipe  
Thu Mar 27 12:27:54 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
write to broken pipe failed with EPIPE, as expected
write to broken pipe failed with EPIPE, as expected
PASSED
END TEST: sigpipe
BEGIN TEST: socket  
Thu Mar 27 12:27:54 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
TCP Client/Server Test - IPv4/Ipv4
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
TCP Client/Server Test - IPv6/Ipv4
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
TCP Client/Server Test - IPv4/Ipv6
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
TCP Client/Server Test - IPv6/Ipv6
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv4/Ipv4
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv6/Ipv4
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv4/Ipv6
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv6/Ipv6
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
Socket_Misc_Test : 1 Server 4 Clients
: Sizes of Transmitted Files - 3 KB, 3 MB
Socket_Misc_Test passed
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
END TEST: socket
BEGIN TEST: sockopt  
Thu Mar 27 12:27:57 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
PASSED
END TEST: sockopt
BEGIN TEST: sockping  
Thu Mar 27 12:27:57 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
END TEST: sockping
BEGIN TEST: sprintf  
Thu Mar 27 12:27:58 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
PASS
END TEST: sprintf
BEGIN TEST: stack  
Thu Mar 27 12:28:00 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
END TEST: stack
BEGIN TEST: stdio  
Thu Mar 27 12:28:18 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
This to standard out
This to standard err
END TEST: stdio
BEGIN TEST: str2addr  
Thu Mar 27 12:28:18 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
PASS
END TEST: str2addr
BEGIN TEST: strod  
Thu Mar 27 12:28:18 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
Settings
Number to translate 1234567890123456789
Loops to run test: 1
Translation = 1234567890123456768
END TEST: strod
BEGIN TEST: switch  
Thu Mar 27 12:28:18 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
PASSED
END TEST: switch
BEGIN TEST: system  
Thu Mar 27 12:28:21 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
PR_SI_HOSTNAME: hploan1
PR_SI_SYSNAME: HP-UX
PR_SI_RELEASE: B.11.11
PR_SI_ARCHITECTURE: hppa1.1
Host page size is 4096
Page shift is 12
Number of processors is: 2
END TEST: system
BEGIN TEST: testbit  
Thu Mar 27 12:28:21 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
PASSED
END TEST: testbit
BEGIN TEST: testfile  
Thu Mar 27 12:28:21 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
File Test passed
Dir Test passed
END TEST: testfile
BEGIN TEST: threads  
Thu Mar 27 12:28:22 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
FAIL
threads returned 1 (failed)
END TEST: threads
BEGIN TEST: timemac  
Thu Mar 27 12:28:24 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Thu Mar 27 20:28:24 UTC 2003
Current local time is Thu Mar 27 12:28:24 -0800 2003
GMT offset is -28800, DST offset is 0
Please examine the results
END TEST: timemac
BEGIN TEST: timetest  
Thu Mar 27 12:28:24 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
END TEST: timetest
BEGIN TEST: tpd  
Thu Mar 27 12:29:20 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
PASSED
END TEST: tpd
BEGIN TEST: udpsrv  
Thu Mar 27 12:29:20 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
END TEST: udpsrv
BEGIN TEST: vercheck  
Thu Mar 27 12:29:21 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
END TEST: vercheck
BEGIN TEST: version  
Thu Mar 27 12:29:21 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
Runtime library version information
Build time: 27 Mar 2003 12:58:23 GMT
Build time: 2003-03-27 04:58:23
Portable runtime V4.3.0 ()
filename: libplc4.sl
security: N/A
copyright: Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved
comment: http://www.mozilla.org/MPL/
END TEST: version
BEGIN TEST: writev  
Thu Mar 27 12:29:21 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
PASSED
END TEST: writev
BEGIN TEST: xnotify  
Thu Mar 27 12:29:21 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib
Done!
END TEST: xnotify
BEGIN TEST: zerolen  
Thu Mar 27 12:29:22 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i32_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
END TEST: zerolen
BEGIN TEST: accept  
Thu Mar 27 12:29:38 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
PASS
END TEST: accept
BEGIN TEST: acceptread  
Thu Mar 27 12:29:45 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x800003ffff794278)127.0.0.1:63194
(Server) read [0x800003ffff794200..0x800003ffff794275) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0x800003ffff794278)127.0.0.1:63195
(Server) read [0x800003ffff794200..0x800003ffff794275) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0x800003ffff794278)127.0.0.1:63196
(Server) read [0x800003ffff794200..0x800003ffff794275) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0x800003ffff794278)127.0.0.1:63197
(Server) read [0x800003ffff794200..0x800003ffff794275) 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 = 232
PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22
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 = 232
PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22
END TEST: acceptread
BEGIN TEST: acceptreademu  
Thu Mar 27 12:29:55 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x800003ffff794270)127.0.0.1:63200
(Server) read [0x800003ffff7941f8..0x800003ffff79426d) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0x800003ffff794270)127.0.0.1:63201
(Server) read [0x800003ffff7941f8..0x800003ffff79426d) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0x800003ffff794270)127.0.0.1:63202
(Server) read [0x800003ffff7941f8..0x800003ffff79426d) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0x800003ffff794270)127.0.0.1:63203
(Server) read [0x800003ffff7941f8..0x800003ffff79426d) 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 = 232
PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22
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 = 232
PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22
END TEST: acceptreademu
BEGIN TEST: affinity  
Thu Mar 27 12:30:06 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
END TEST: affinity
BEGIN TEST: alarm  
Thu Mar 27 12:30:07 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
END TEST: alarm
BEGIN TEST: anonfm  
Thu Mar 27 12:31:10 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
END TEST: anonfm
BEGIN TEST: atomic  
Thu Mar 27 12:31:11 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
END TEST: atomic
BEGIN TEST: attach  
Thu Mar 27 12:31:11 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
END TEST: attach
BEGIN TEST: bigfile  
Thu Mar 27 12:31:12 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
END TEST: bigfile
BEGIN TEST: cleanup  
Thu Mar 27 12:31:12 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
END TEST: cleanup
BEGIN TEST: cltsrv  
Thu Mar 27 12:31:17 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib

PThread Statistics
started: 12:31:17[14]
locks [created: 13, destroyed: 2]
locks [acquired: 327, released: 327]
cvars [created: 7, destroyed: 5]
cvars [notified: 29, delayed_delete: 0]
Client/Server started at(0x8000000100007618): 12:31:17
Server started at(0x800000010000e448): 12:31:17
Client started at(0x800000010000f5e8): 12:31:17
main(0x8000000100007618): waiting for execution interval (10 seconds)
Shutting down(0x8000000100007618): 12:31:27
Client(0x800000010000f5e8): stopped after 21 operations and 17922 bytes
Server(0x800000010000e448): stopped after 21 operations and 17922 bytes
main(0x8000000100007618): test complete
Test exiting at(0x8000000100007618): 12:31:32
END TEST: cltsrv
BEGIN TEST: concur  
Thu Mar 27 12:31:33 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
PASSED
END TEST: concur
BEGIN TEST: cvar  
Thu Mar 27 12:31:44 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
END TEST: cvar
BEGIN TEST: cvar2  
Thu Mar 27 12:31:44 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
Killing cvar2 24513 after 600
kill: 24514: The specified process does not exist.
cvar2 returned 143 (failed)
END TEST: cvar2
BEGIN TEST: dlltest  
Thu Mar 27 12:41:44 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
PASSED
END TEST: dlltest
BEGIN TEST: dtoa  
Thu Mar 27 12:41:45 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
PASSED
END TEST: dtoa
BEGIN TEST: errcodes  
Thu Mar 27 12:41:45 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
END TEST: errcodes
BEGIN TEST: exit  
Thu Mar 27 12:41:45 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
END TEST: exit
BEGIN TEST: fdcach  
Thu Mar 27 12:41:56 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
PASS
END TEST: fdcach
BEGIN TEST: fileio  
Thu Mar 27 12:41:56 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
'PR_NewSem' is obsolete. Use 'locks & condition variables' instead.
'PR_WaitSem' 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  
Thu Mar 27 12:41:56 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
END TEST: foreign
BEGIN TEST: forktest  
Thu Mar 27 12:42:00 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
Accepting connection at port 63233
Wait one second before connect
Connecting to port 63233
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Fork succeeded. Parent process continues.
Accepting connection at port 63235
Wait one second before connect
Fork succeeded. Child process continues.
Wait one second before connect
Accepting connection at port 63236
Connecting to port 63236
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Child process exits.
Connecting to port 63235
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Parent process exits.
PASSED
END TEST: forktest
BEGIN TEST: fsync  
Thu Mar 27 12:42:02 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
10 iterations over a 10 kbyte file: 0 [4000] 41000
END TEST: fsync
BEGIN TEST: getproto  
Thu Mar 27 12:42:02 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/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  
Thu Mar 27 12:42:03 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
We have long long
END TEST: i2l
BEGIN TEST: initclk  
Thu Mar 27 12:42:03 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
Elapsed time: 3000 ms, expected time: 3011 ms
PASS
END TEST: initclk
BEGIN TEST: inrval  
Thu Mar 27 12:42:06 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
inrval: Examine stdout to determine results.
Overhead of 'PR_Now()' is 3110 nsecs

Overhead of 'PR_IntervalNow()' is 3475 nsecs

Overhead of 'PR_Now()' is 3104 nsecs

Overhead of 'PR_IntervalNow()' is 3480 nsecs

END TEST: inrval
BEGIN TEST: instrumt  
Thu Mar 27 12:43:50 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
PASS
END TEST: instrumt
BEGIN TEST: intrio  
Thu Mar 27 12:43:50 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
END TEST: intrio
BEGIN TEST: intrupt  
Thu Mar 27 12:44:11 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
PASSED
END TEST: intrupt
BEGIN TEST: io_timeout  
Thu Mar 27 12:44:24 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
END TEST: io_timeout
BEGIN TEST: ioconthr  
Thu Mar 27 12:44:31 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
Interrupting the threads
Threads terminated in 2991 milliseconds
PASS
END TEST: ioconthr
BEGIN TEST: join  
Thu Mar 27 12:44:36 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/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  
Thu Mar 27 12:44:36 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
PASS
END TEST: joinkk
BEGIN TEST: joinku  
Thu Mar 27 12:44:36 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
PASS
END TEST: joinku
BEGIN TEST: joinuk  
Thu Mar 27 12:44:37 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
PASS
END TEST: joinuk
BEGIN TEST: joinuu  
Thu Mar 27 12:44:37 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
PASS
END TEST: joinuu
BEGIN TEST: layer  
Thu Mar 27 12:44:37 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Beginning layered test with new style stack
Ending layered test
END TEST: layer
BEGIN TEST: lazyinit  
Thu Mar 27 12:44:38 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
END TEST: lazyinit
BEGIN TEST: lltest  
Thu Mar 27 12:44:38 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
PASS
END TEST: lltest
BEGIN TEST: lock  
Thu Mar 27 12:44:38 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
PASS
END TEST: lock
BEGIN TEST: lockfile  
Thu Mar 27 12:45:29 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
END TEST: lockfile
BEGIN TEST: logger  
Thu Mar 27 12:45:42 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
END TEST: logger
BEGIN TEST: many_cv  
Thu Mar 27 12:45:52 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
Settings
Conditions / lock: 10
Loops to run test: 1

PThread Statistics
started: 12:45:53[0]
locks [created: 12, destroyed: 1]
locks [acquired: 6, released: 6]
cvars [created: 12, destroyed: 10]
cvars [notified: 10, delayed_delete: 0]
PASS
END TEST: many_cv
BEGIN TEST: multiwait  
Thu Mar 27 12:45:53 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
END TEST: multiwait
BEGIN TEST: nameshm1  
Thu Mar 27 12:47:16 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
END TEST: nameshm1
BEGIN TEST: nonblock  
Thu Mar 27 12:47:21 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
END TEST: nonblock
BEGIN TEST: nblayer  
Thu Mar 27 12:47:23 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Ending layered test
END TEST: nblayer
BEGIN TEST: ntioto  
Thu Mar 27 12:47:23 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
END TEST: ntioto
BEGIN TEST: ntoh  
Thu Mar 27 12:47:23 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
END TEST: ntoh
BEGIN TEST: op_2long  
Thu Mar 27 12:47:24 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 248
PASS
END TEST: op_2long
BEGIN TEST: op_excl  
Thu Mar 27 12:47:24 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
END TEST: op_excl
BEGIN TEST: op_filnf  
Thu Mar 27 12:47:24 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
error code is -5950
PASS
END TEST: op_filnf
BEGIN TEST: op_filok  
Thu Mar 27 12:47:24 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
Test passed
END TEST: op_filok
BEGIN TEST: op_nofil  
Thu Mar 27 12:47:25 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
error code is PR_FILE_NOT_FOUND_ERROR, as expected
PASS
END TEST: op_nofil
BEGIN TEST: parent  
Thu Mar 27 12:47:25 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
END TEST: parent
BEGIN TEST: peek  
Thu Mar 27 12:47:25 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
Running the test with local threads
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
Running the test with global threads
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
PASS
END TEST: peek
BEGIN TEST: perf  
Thu Mar 27 12:48:06 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
'PR_NewSem' is obsolete. Use 'locks & condition variables' instead.
'PR_WaitSem' 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.00 usec
DLL procedure call overhead: 0.00 usec
current calendar time: 3.00 usec
interval time: 4.00 usec
idle lock lock/unlock pair: 1.00 usec
idle monitor entry/exit pair: 2.00 usec
idle cache monitor entry/exit pair: 4.00 usec
create/destroy thread pair: 190.00 usec
context switch - user/user: 22.00 usec
context switch - user/kernel: 21.00 usec
context switch - kernel/user: 22.00 usec
context switch - kernel/kernel: 22.00 usec
sema context switch - user/user: 24.00 usec
sema context switch - user/kernel: 23.00 usec
sema context switch - kernel/user: 24.00 usec
sema context switch - kernel/kernel: 23.00 usec
--------------
Adding 7 additional CPUs
--------------
local procedure call overhead: 0.00 usec
DLL procedure call overhead: 0.00 usec
current calendar time: 3.00 usec
interval time: 3.00 usec
idle lock lock/unlock pair: 1.00 usec
idle monitor entry/exit pair: 2.00 usec
idle cache monitor entry/exit pair: 4.00 usec
create/destroy thread pair: 188.00 usec
context switch - user/user: 22.00 usec
context switch - user/kernel: 23.00 usec
context switch - kernel/user: 22.00 usec
context switch - kernel/kernel: 22.00 usec
sema context switch - user/user: 23.00 usec
sema context switch - user/kernel: 23.00 usec
sema context switch - kernel/user: 23.00 usec
sema context switch - kernel/kernel: 23.00 usec
END TEST: perf
BEGIN TEST: pipeping  
Thu Mar 27 12:48:07 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
END TEST: pipeping
BEGIN TEST: pipeping2  
Thu Mar 27 12:48:07 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
END TEST: pipeping2
BEGIN TEST: pipeself  
Thu Mar 27 12:48:08 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
END TEST: pipeself
BEGIN TEST: poll_nm  
Thu Mar 27 12:48:08 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
END TEST: poll_nm
BEGIN TEST: poll_to  
Thu Mar 27 12:48:08 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
END TEST: poll_to
BEGIN TEST: pollable  
Thu Mar 27 12:48:13 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
PASSED
END TEST: pollable
BEGIN TEST: prftest  
Thu Mar 27 12:48:14 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
PR_snprintf test 1 passed
PR_snprintf test 2 passed
END TEST: prftest
BEGIN TEST: primblok  
Thu Mar 27 12:48:14 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
This test is not relevant on this platform
END TEST: primblok
BEGIN TEST: provider  
Thu Mar 27 12:48:14 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib

pthread Statistics
started: 12:48:14[14]
locks [created: 13, destroyed: 2]
locks [acquired: 318, released: 318]
cvars [created: 7, destroyed: 5]
cvars [notified: 27, delayed_delete: 0]
Client/Server started at(0x8000000100007638): 12:48:14
Server started at(0x8000000100024010): 12:48:14
Client started at(0x8000000100048008): 12:48:14
main(0x8000000100007638): waiting for execution interval (10 seconds)
Shutting down(0x8000000100007638): 12:48:24
Client(0x8000000100048008): stopped after 21 operations and 17922 bytes
Server(0x8000000100024010): stopped after 21 operations and 17922 bytes
main(0x8000000100007638): test complete
Test exiting at(0x8000000100007638): 12:48:29
END TEST: provider
BEGIN TEST: prpollml  
Thu Mar 27 12:48:29 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
PASS
END TEST: prpollml
BEGIN TEST: prpoll  
Thu Mar 27 12:49:11 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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 63568, 63569 and 63570

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 "63568" from a client
The server received "63569" from a client
The server received "63568" from a client
The server received "63569" from a client
Server read 128 bytes from native fd 10
The server received "63570" from a client
The server received "63568" from a client
The server received "63569" from a client
Server read 128 bytes from native fd 11
The server received "63570" from a client
The server received "63568" from a client
The server received "63569" from a client
Server read 128 bytes from native fd 10
The server received "63570" from a client
The server received "63568" from a client
The server received "63569" from a client
Server read 128 bytes from native fd 11
The server received "63570" from a client
Server read 128 bytes from native fd 8
The server received "63570" from a client
All tests finished
END TEST: prpoll
BEGIN TEST: randseed  
Thu Mar 27 12:49:16 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
END TEST: randseed
BEGIN TEST: ranfile  
Thu Mar 27 12:49:16 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
PASS
END TEST: ranfile
BEGIN TEST: rwlocktest  
Thu Mar 27 12:49:36 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
PASS
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Thu Mar 27 12:49:37 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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 1 alive
server thread 1 loop 0
server thread 0 loop 0
server thread 2 alive
client thread 1 alive
server thread 2 loop 0
client thread 1 loop 0
client thread 1 socket created 1200192
client thread 1 socket connected 1200192
client thread 0 alive
client thread 1 socket wrote 8192
client thread 0 loop 0
client thread 0 socket created 1462336
client thread 0 socket connected 1462336
client thread 0 socket wrote 8192
server thread 1 got connection 659656
server thread 1 read 8192 bytes
server thread 0 got connection 151720
server thread 0 read 8192 bytes
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 1724480
client thread 2 socket connected 1724480
client thread 2 socket wrote 8192
server thread 3 alive
server thread 2 got connection 938176
server thread 2 read 8192 bytes
server thread 3 loop 0
server thread 2 write 131072 bytes
server thread 0 write 131072 bytes
client thread 3 alive
server: 7000 0 2000 1000 10000
server thread 2 loop 1
client thread 3 loop 0
client thread 3 socket created 938176
client thread 2 socket read 131072
client thread 3 socket connected 938176
client thread 3 socket wrote 8192
client thread 2 loop 1
client thread 2 socket created 1724480
client thread 2 socket connected 1724480
client thread 2 socket wrote 8192
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 1462336
client thread 0 socket connected 1462336
client thread 0 socket wrote 8192
server thread 1 write 131072 bytes
server thread 2 got connection 942272
server thread 2 read 8192 bytes
server: 3000 0 9000 0 12000
server thread 1 loop 1
server: 3000 1000 6000 3000 13000
server thread 0 loop 1
server thread 0 got connection 659656
server thread 0 read 8192 bytes
server thread 2 write 131072 bytes
server: 1000 0 1000 0 2000
server thread 2 loop 2
server thread 3 got connection 151720
server thread 3 read 8192 bytes
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 942272
client thread 2 socket connected 942272
client thread 2 socket wrote 8192
server thread 2 got connection 1724480
server thread 2 read 8192 bytes
client thread 1 socket read 131072
server thread 0 write 131072 bytes
server thread 2 write 131072 bytes
server: 0 0 3000 0 3000
server thread 0 loop 2
server: 2000 0 1000 0 3000
server thread 2 loop 3
client thread 0 socket read 131072
client thread 0 loop 2
client thread 0 socket created 659656
client thread 0 socket connected 659656
client thread 0 socket wrote 8192
client thread 1 loop 1
client thread 1 socket created 1724480
client thread 2 socket read 131072
client thread 1 socket connected 1724480
client thread 1 socket wrote 8192
client thread 2 loop 3
client thread 2 socket created 1462336
client thread 2 socket connected 1462336
client thread 2 socket wrote 8192
server thread 2 got connection 1200192
server thread 3 write 131072 bytes
server thread 2 read 8192 bytes
server: 5000 0 3000 0 8000
server thread 3 loop 1
server thread 0 got connection 942272
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 1000 0 1000 1000 3000
server thread 0 loop 3
server thread 2 write 131072 bytes
server thread 1 got connection 151720
server thread 1 read 8192 bytes
server: 1000 0 2000 0 3000
server thread 2 loop 4
client thread 2 socket read 131072
client thread 2 loop 4
client thread 2 socket created 942272
client thread 2 socket connected 942272
client thread 2 socket wrote 8192
server thread 2 got connection 1200192
server thread 2 read 8192 bytes
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 1462336
client thread 3 socket connected 1462336
client thread 3 socket wrote 8192
server thread 2 write 131072 bytes
client thread 2 socket read 131072
Thread 2 EXIT
server thread 3 got connection 938176
server: 0 0 1000 1000 2000
server thread 3 read 8192 bytes
Thread 2 EXIT
server thread 4 alive
server thread 1 write 131072 bytes
server: 7000 0 2000 1000 10000
server thread 1 loop 2
server thread 4 loop 0
server thread 5 alive
client thread 1 socket read 131072
client thread 1 loop 2
client thread 1 socket created 938048
client thread 1 socket connected 938048
client thread 1 socket wrote 8192
server thread 5 loop 0
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 151720
server thread 6 alive
client thread 4 socket connected 151720
client thread 4 socket wrote 8192
server thread 4 got connection 938304
server thread 4 read 8192 bytes
server thread 3 write 131072 bytes
server: 4000 0 4000 0 8000
server thread 3 loop 2
server thread 1 got connection 938176
server thread 6 loop 0
server thread 1 read 8192 bytes
server thread 4 write 131072 bytes
client thread 5 alive
server: 2000 0 2000 0 4000
server thread 4 loop 1
client thread 5 loop 0
client thread 5 socket created 938304
client thread 5 socket connected 938304
client thread 5 socket wrote 8192
server thread 5 got connection 1597504
server thread 5 read 8192 bytes
server thread 7 alive
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 1462336
client thread 3 socket connected 1462336
client thread 3 socket wrote 8192
server thread 5 write 131072 bytes
server: 3000 0 3000 0 6000
server thread 5 loop 1
client thread 6 alive
server thread 7 loop 0
client thread 6 loop 0
client thread 6 socket created 1466584
client thread 6 socket connected 1466584
client thread 6 socket wrote 8192
server thread 6 got connection 667872
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 5000 0 3000 0 8000
server thread 6 loop 1
server thread 3 got connection 667872
server thread 3 read 8192 bytes
server thread 8 alive
server thread 8 loop 0
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 1986752
server thread 9 alive
client thread 7 socket connected 1986752
client thread 7 socket wrote 8192
server thread 7 got connection 1204440
server thread 7 read 8192 bytes
server thread 1 write 131072 bytes
server: 3000 0 11000 0 14000
server thread 1 loop 3
client thread 8 alive
server thread 9 loop 0
client thread 8 loop 0
client thread 8 socket created 938176
client thread 8 socket connected 938176
client thread 8 socket wrote 8192
server thread 8 got connection 1605848
server thread 8 read 8192 bytes
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 938048
client thread 1 socket connected 938048
client thread 1 socket wrote 8192
server thread 3 write 131072 bytes
server thread 7 write 131072 bytes
server: 8000 0 7000 0 15000
server thread 3 loop 3
server: 5000 0 5000 0 10000
server thread 7 loop 1
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 667872
client thread 9 socket connected 667872
client thread 9 socket wrote 8192
server thread 8 write 131072 bytes
server: 4000 0 3000 0 7000
server thread 8 loop 1
server thread 9 got connection 1204440
server thread 9 read 8192 bytes
server thread 1 got connection 1605848
server thread 1 read 8192 bytes
client thread 7 socket read 131072
client thread 7 loop 1
client thread 8 socket read 131072
client thread 7 socket created 1986752
client thread 7 socket connected 1986752
client thread 8 loop 1
client thread 7 socket wrote 8192
client thread 8 socket created 938176
client thread 8 socket connected 938176
client thread 8 socket wrote 8192
client thread 3 socket read 131072
server thread 7 got connection 1208536
client thread 3 loop 3
server thread 7 read 8192 bytes
client thread 3 socket created 1462336
client thread 3 socket connected 1462336
client thread 3 socket wrote 8192
server thread 8 got connection 1609944
server thread 8 read 8192 bytes
server thread 3 got connection 1994968
server thread 3 read 8192 bytes
server thread 9 write 131072 bytes
server: 4000 0 6000 0 10000
server thread 9 loop 1
server thread 7 write 131072 bytes
server thread 1 write 131072 bytes
server: 4000 0 3000 0 7000
server thread 7 loop 2
server: 6000 0 5000 0 11000
server thread 1 loop 4
server thread 8 write 131072 bytes
server: 4000 0 3000 0 7000
server thread 8 loop 2
client thread 9 socket read 131072
client thread 8 socket read 131072
client thread 9 loop 1
client thread 9 socket created 1204440
client thread 8 loop 2
client thread 9 socket connected 1204440
client thread 8 socket created 1208536
client thread 9 socket wrote 8192
client thread 8 socket connected 1208536
client thread 8 socket wrote 8192
client thread 7 socket read 131072
client thread 1 socket read 131072
server thread 9 got connection 1605848
server thread 9 read 8192 bytes
client thread 1 loop 4
client thread 1 socket created 1609944
client thread 1 socket connected 1609944
client thread 1 socket wrote 8192
server thread 3 write 131072 bytes
server: 6000 0 4000 0 10000
server thread 3 loop 4
server thread 8 got connection 667872
server thread 8 read 8192 bytes
client thread 7 loop 2
client thread 7 socket created 938176
client thread 7 socket connected 938176
client thread 7 socket wrote 8192
server thread 1 got connection 938048
server thread 1 read 8192 bytes
server thread 7 got connection 1994968
server thread 7 read 8192 bytes
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 1986752
client thread 3 socket connected 1986752
client thread 3 socket wrote 8192
server thread 9 write 131072 bytes
server: 2000 0 4000 0 6000
server thread 9 loop 2
server thread 8 write 131072 bytes
server: 2000 0 4000 0 6000
server thread 8 loop 3
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 1462336
client thread 8 socket connected 1462336
client thread 8 socket wrote 8192
client thread 9 socket read 131072
server thread 3 got connection 1605848
server thread 3 read 8192 bytes
server thread 7 write 131072 bytes
server: 5000 0 3000 0 8000
server thread 7 loop 3
server thread 8 got connection 667872
server thread 8 read 8192 bytes
server thread 1 write 131072 bytes
server: 4000 1000 4000 0 9000
Thread 1 EXIT
client thread 7 socket read 131072
server thread 8 write 131072 bytes
client thread 7 loop 3
client thread 7 socket created 1208536
server: 1000 0 1000 1000 3000
server thread 8 loop 4
client thread 7 socket connected 1208536
client thread 7 socket wrote 8192
client thread 8 socket read 131072
client thread 9 loop 2
client thread 9 socket created 1994968
client thread 8 loop 4
client thread 9 socket connected 1994968
client thread 8 socket created 938048
client thread 8 socket connected 938048
client thread 9 socket wrote 8192
client thread 8 socket wrote 8192
server thread 7 got connection 659528
server thread 7 read 8192 bytes
server thread 9 got connection 938176
client thread 1 socket read 131072
server thread 9 read 8192 bytes
Thread 1 EXIT
server thread 8 got connection 667872
server thread 8 read 8192 bytes
server thread 3 write 131072 bytes
server: 4000 1000 4000 0 9000
Thread 3 EXIT
server thread 7 write 131072 bytes
server: 2000 0 3000 0 5000
server thread 7 loop 4
client thread 3 socket read 131072
Thread 3 EXIT
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 1204440
client thread 7 socket connected 1204440
server thread 9 write 131072 bytes
client thread 7 socket wrote 8192
server: 5000 0 3000 0 8000
server thread 9 loop 3
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 1462336
server thread 8 write 131072 bytes
client thread 9 socket connected 1462336
client thread 9 socket wrote 8192
server: 2000 0 3000 0 5000
Thread 8 EXIT
server thread 7 got connection 1609944
server thread 7 read 8192 bytes
client thread 8 socket read 131072
Thread 8 EXIT
server thread 9 got connection 1605848
server thread 9 read 8192 bytes
server thread 7 write 131072 bytes
server: 2000 0 2000 0 4000
Thread 7 EXIT
client thread 7 socket read 131072
Thread 7 EXIT
server thread 9 write 131072 bytes
client thread 9 socket read 131072
server: 2000 0 2000 0 4000
server thread 9 loop 4
client thread 9 loop 4
client thread 9 socket created 1986624
client thread 9 socket connected 1986624
server thread 9 got connection 659528
client thread 9 socket wrote 8192
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 0 0 1000 0 1000
Thread 9 EXIT
client thread 0 socket read 131072
client thread 0 loop 3
client thread 0 socket created 1986752
client thread 0 socket connected 1986752
client thread 0 socket wrote 8192
server thread 0 got connection 1208536
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 52000 1000 1000 0 54000
server thread 0 loop 4
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 938176
client thread 0 socket connected 938176
client thread 0 socket wrote 8192
server thread 0 got connection 1994968
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 0 1000 0 0 1000
Thread 0 EXIT
client thread 0 socket read 131072
Thread 0 EXIT
client thread 4 socket read 131072
client thread 5 socket read 131072
client thread 4 loop 1
client thread 5 loop 1
client thread 4 socket created 667872
client thread 5 socket created 1605720
client thread 4 socket connected 667872
client thread 5 socket connected 1605720
client thread 4 socket wrote 8192
client thread 5 socket wrote 8192
server thread 4 got connection 938048
server thread 4 read 8192 bytes
server thread 5 got connection 1609944
server thread 5 read 8192 bytes
server thread 4 write 131072 bytes
server: 59000 0 1000 0 60000
server thread 4 loop 2
client thread 4 socket read 131072
server thread 5 write 131072 bytes
client thread 4 loop 2
server: 56000 0 2000 0 58000
server thread 5 loop 2
client thread 4 socket created 1597504
client thread 4 socket connected 1597504
client thread 4 socket wrote 8192
server thread 4 got connection 1204440
server thread 4 read 8192 bytes
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 1605848
client thread 5 socket connected 1605848
client thread 5 socket wrote 8192
server thread 5 got connection 1462336
server thread 5 read 8192 bytes
server thread 4 write 131072 bytes
server: 0 0 1000 0 1000
server thread 4 loop 3
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 659528
client thread 4 socket connected 659528
server thread 5 write 131072 bytes
client thread 4 socket wrote 8192
server: 1000 0 0 1000 2000
server thread 5 loop 3
server thread 4 got connection 96072
server thread 4 read 8192 bytes
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 659656
client thread 5 socket connected 659656
client thread 5 socket wrote 8192
server thread 5 got connection 1208536
server thread 5 read 8192 bytes
server thread 4 write 131072 bytes
server: 1000 0 0 0 1000
server thread 4 loop 4
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 1986752
client thread 4 socket connected 1986752
client thread 4 socket wrote 8192
server thread 5 write 131072 bytes
server thread 4 got connection 1994968
server thread 4 read 8192 bytes
server: 0 0 1000 0 1000
server thread 5 loop 4
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 151592
client thread 5 socket connected 151592
client thread 5 socket wrote 8192
server thread 5 got connection 938176
server thread 5 read 8192 bytes
server thread 4 write 131072 bytes
server: 1000 0 0 1000 2000
Thread 4 EXIT
client thread 4 socket read 131072
Thread 4 EXIT
server thread 5 write 131072 bytes
server: 0 0 1000 0 1000
Thread 5 EXIT
client thread 5 socket read 131072
Thread 5 EXIT
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 151720
client thread 6 socket connected 151720
client thread 6 socket wrote 8192
server thread 6 got connection 938304
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 62000 0 1000 0 63000
server thread 6 loop 2
client thread 9 socket read 131072
Thread 9 EXIT
client thread 6 socket read 131072
client thread 6 loop 2
client thread 6 socket created 938048
client thread 6 socket connected 938048
server thread 6 got connection 667872
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 58000 1000 1000 0 60000
server thread 6 loop 3
client thread 6 socket read 131072
client thread 6 loop 3
client thread 6 socket created 1609944
client thread 6 socket connected 1609944
client thread 6 socket wrote 8192
server thread 6 got connection 1605720
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 59000 0 1000 0 60000
server thread 6 loop 4
client thread 6 socket read 131072
client thread 6 loop 4
client thread 6 socket created 1204440
client thread 6 socket connected 1204440
client thread 6 socket wrote 8192
server thread 6 got connection 1597504
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 58000 0 1000 1000 60000
Thread 6 EXIT
client thread 6 socket read 131072
Thread 6 EXIT
Thread 6 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 0 52600 600 13500 1100
server per thread elapsed time 67800
----------
Client results:

----------
client per thread totals 0 1000 400 74500 1000
client per thread elapsed time 76900
select loop user/user: 67600.00 usec
server thread 0 alive
server thread 0 loop 0
server thread 1 alive
server thread 1 loop 0
server thread 2 alive
server thread 3 alive
server thread 2 loop 0
server thread 3 loop 0
client thread 0 alive
server thread 4 alive
server thread 5 alive
server thread 4 loop 0
server thread 5 loop 0
server thread 6 alive
server thread 7 alive
server thread 6 loop 0
server thread 7 loop 0
server thread 8 alive
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 938176
server thread 8 loop 0
client thread 1 socket connected 938176
client thread 1 socket wrote 8192
server thread 9 alive
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 151592
client thread 2 socket connected 151592
client thread 2 socket wrote 8192
server thread 9 loop 0
client thread 0 loop 0
client thread 0 socket created 1466584
client thread 0 socket connected 1466584
client thread 3 alive
client thread 0 socket wrote 8192
client thread 3 loop 0
client thread 3 socket created 938304
client thread 4 alive
client thread 3 socket connected 938304
client thread 4 loop 0
client thread 3 socket wrote 8192
client thread 4 socket created 1986624
client thread 4 socket connected 1986624
client thread 4 socket wrote 8192
client thread 5 alive
client thread 5 loop 0
client thread 5 socket created 151720
client thread 6 alive
client thread 6 loop 0
client thread 5 socket connected 151720
client thread 6 socket created 667872
client thread 5 socket wrote 8192
client thread 6 socket connected 667872
client thread 6 socket wrote 8192
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 938048
client thread 8 alive
client thread 7 socket connected 938048
client thread 7 socket wrote 8192
client thread 8 loop 0
server thread 1 got connection 1605720
server thread 1 read 8192 bytes
client thread 8 socket created 1609944
client thread 8 socket connected 1609944
client thread 8 socket wrote 8192
server thread 2 got connection 1597504
server thread 8 got connection 1724480
server thread 2 read 8192 bytes
server thread 8 read 8192 bytes
server thread 5 got connection 1204440
server thread 5 read 8192 bytes
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 1204568
client thread 9 socket connected 1204568
client thread 9 socket wrote 8192
server thread 7 got connection 151848
server thread 7 read 8192 bytes
server thread 0 got connection 164560
server thread 0 read 8192 bytes
server thread 3 got connection 1216920
server thread 3 read 8192 bytes
server thread 4 got connection 1597632
server thread 4 read 8192 bytes
server thread 6 got connection 96448
server thread 6 read 8192 bytes
server thread 2 write 131072 bytes
server: 5000 0 7000 1000 13000
server thread 2 loop 1
server thread 9 got connection 1597504
server thread 9 read 8192 bytes
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 151592
client thread 2 socket connected 151592
client thread 2 socket wrote 8192
server thread 5 write 131072 bytes
server: 6000 0 10000 0 16000
server thread 5 loop 1
server thread 2 got connection 1204440
server thread 2 read 8192 bytes
server thread 1 write 131072 bytes
server: 5000 0 13000 0 18000
server thread 1 loop 1
server thread 7 write 131072 bytes
server: 6000 0 10000 1000 17000
server thread 7 loop 1
server thread 8 write 131072 bytes
server: 4000 0 13000 0 17000
server thread 8 loop 1
client thread 1 socket read 131072
server thread 0 write 131072 bytes
client thread 1 loop 1
client thread 1 socket created 1605720
client thread 1 socket connected 1605720
client thread 1 socket wrote 8192
server thread 4 write 131072 bytes
server: 11000 0 8000 0 19000
client thread 8 socket read 131072
server thread 4 loop 1
client thread 8 loop 1
client thread 8 socket created 151848
client thread 8 socket connected 151848
client thread 8 socket wrote 8192
server thread 6 write 131072 bytes
server thread 2 write 131072 bytes
server: 11000 0 8000 0 19000
server thread 6 loop 1
server: 3000 0 4000 0 7000
server thread 2 loop 2
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 1724480
client thread 0 socket connected 1724480
client thread 0 socket wrote 8192
client thread 5 socket read 131072
client thread 4 socket read 131072
client thread 5 loop 1
client thread 5 socket created 938176
client thread 4 loop 1
client thread 4 socket created 1597632
client thread 5 socket connected 938176
client thread 4 socket connected 1597632
client thread 5 socket wrote 8192
client thread 4 socket wrote 8192
client thread 7 socket read 131072
client thread 6 socket read 131072
client thread 7 loop 1
client thread 7 socket created 1609944
client thread 6 loop 1
client thread 7 socket connected 1609944
client thread 6 socket created 96448
client thread 7 socket wrote 8192
client thread 6 socket connected 96448
client thread 6 socket wrote 8192
client thread 2 socket read 131072
server thread 3 write 131072 bytes
client thread 2 loop 2
client thread 2 socket created 1204440
server: 9000 0 11000 4000 24000
server thread 0 loop 1
client thread 2 socket connected 1204440
client thread 2 socket wrote 8192
server thread 0 got connection 1466584
server thread 0 read 8192 bytes
server thread 5 got connection 151720
server thread 5 read 8192 bytes
server thread 1 got connection 1986624
server thread 1 read 8192 bytes
server thread 7 got connection 938048
server thread 7 read 8192 bytes
server thread 8 got connection 667872
server thread 8 read 8192 bytes
server thread 2 got connection 151592
server thread 2 read 8192 bytes
server thread 9 write 131072 bytes
server thread 4 got connection 164560
server thread 4 read 8192 bytes
server thread 6 got connection 100800
server thread 6 read 8192 bytes
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 938304
client thread 3 socket connected 938304
client thread 3 socket wrote 8192
server: 9000 0 14000 7000 30000
server thread 3 loop 1
server thread 3 got connection 1216920
server thread 3 read 8192 bytes
server thread 2 write 131072 bytes
server: 5000 0 7000 0 12000
server thread 2 loop 3
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 151592
client thread 2 socket connected 151592
client thread 2 socket wrote 8192
server thread 5 write 131072 bytes
server: 7000 0 10000 0 17000
server thread 5 loop 2
client thread 9 socket read 131072
client thread 9 loop 1
server thread 2 got connection 1204440
server thread 2 read 8192 bytes
client thread 9 socket created 151720
client thread 9 socket connected 151720
client thread 9 socket wrote 8192
server: 12000 0 13000 7000 32000
server thread 9 loop 1
server thread 9 got connection 1204568
server thread 9 read 8192 bytes
server thread 7 write 131072 bytes
server: 6000 0 11000 0 17000
server thread 7 loop 2
server thread 0 write 131072 bytes
server: 0 0 12000 0 12000
server thread 0 loop 2
server thread 1 write 131072 bytes
server: 7000 0 12000 0 19000
server thread 1 loop 2
server thread 2 write 131072 bytes
server: 1000 0 3000 0 4000
server thread 2 loop 4
server thread 8 write 131072 bytes
client thread 1 socket read 131072
server: 7000 0 11000 1000 19000
server thread 8 loop 2
client thread 1 loop 2
client thread 1 socket created 1597504
client thread 1 socket connected 1597504
client thread 1 socket wrote 8192
client thread 0 socket read 131072
client thread 0 loop 2
client thread 0 socket created 938048
client thread 0 socket connected 938048
server thread 4 write 131072 bytes
client thread 0 socket wrote 8192
server: 8000 0 10000 0 18000
server thread 4 loop 2
client thread 2 socket read 131072
client thread 2 loop 4
client thread 2 socket created 1466584
client thread 2 socket connected 1466584
client thread 2 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 1986624
client thread 8 socket connected 1986624
server thread 6 write 131072 bytes
client thread 8 socket wrote 8192
server: 8000 0 11000 0 19000
server thread 6 loop 2
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 1204440
client thread 5 socket read 131072
client thread 4 socket connected 1204440
client thread 4 socket wrote 8192
client thread 5 loop 2
client thread 5 socket created 667872
server thread 2 got connection 1605720
server thread 2 read 8192 bytes
client thread 5 socket connected 667872
client thread 5 socket wrote 8192
client thread 6 socket read 131072
client thread 7 socket read 131072
client thread 6 loop 2
client thread 6 socket created 1724480
client thread 7 loop 2
client thread 6 socket connected 1724480
client thread 7 socket created 164560
client thread 6 socket wrote 8192
client thread 7 socket connected 164560
client thread 7 socket wrote 8192
server thread 5 got connection 151592
server thread 5 read 8192 bytes
server thread 1 got connection 151848
server thread 1 read 8192 bytes
server thread 0 got connection 100800
server thread 0 read 8192 bytes
server thread 7 got connection 1597632
server thread 7 read 8192 bytes
server thread 3 write 131072 bytes
server: 0 0 14000 0 14000
server thread 3 loop 2
server thread 8 got connection 938176
server thread 8 read 8192 bytes
server thread 2 write 131072 bytes
server: 4000 0 5000 0 9000
Thread 2 EXIT
server thread 4 got connection 96448
server thread 4 read 8192 bytes
server thread 9 write 131072 bytes
server: 0 0 13000 0 13000
server thread 9 loop 2
server thread 6 got connection 1609944
server thread 6 read 8192 bytes
client thread 2 socket read 131072
Thread 2 EXIT
server thread 5 write 131072 bytes
server: 8000 0 9000 0 17000
server thread 5 loop 3
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 1216920
client thread 3 socket connected 1216920
server thread 7 write 131072 bytes
client thread 3 socket wrote 8192
server: 8000 0 8000 0 16000
server thread 7 loop 3
server thread 1 write 131072 bytes
server: 6000 0 9000 0 15000
server thread 1 loop 3
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 1605720
client thread 1 socket connected 1605720
server thread 0 write 131072 bytes
client thread 1 socket wrote 8192
server: 7000 1000 9000 0 17000
server thread 0 loop 3
client thread 0 socket read 131072
client thread 9 socket read 131072
client thread 0 loop 3
client thread 0 socket created 96072
client thread 9 loop 2
client thread 0 socket connected 96072
client thread 9 socket created 1204568
client thread 0 socket wrote 8192
client thread 9 socket connected 1204568
client thread 9 socket wrote 8192
server thread 4 write 131072 bytes
server thread 8 write 131072 bytes
server: 8000 0 8000 0 16000
server thread 4 loop 3
server: 7000 0 9000 0 16000
server thread 8 loop 3
client thread 8 socket read 131072
client thread 8 loop 3
server thread 6 write 131072 bytes
client thread 8 socket created 1466584
client thread 8 socket connected 1466584
server: 8000 1000 6000 0 15000
server thread 6 loop 3
client thread 8 socket wrote 8192
client thread 4 socket read 131072
client thread 5 socket read 131072
client thread 4 loop 3
client thread 4 socket created 151592
client thread 4 socket connected 151592
client thread 4 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 938304
client thread 7 socket connected 938304
client thread 6 socket read 131072
client thread 7 socket wrote 8192
client thread 6 loop 3
server thread 3 got connection 151848
client thread 6 socket created 1597632
server thread 3 read 8192 bytes
client thread 6 socket connected 1597632
client thread 6 socket wrote 8192
server thread 8 got connection 1597504
server thread 8 read 8192 bytes
server thread 1 got connection 100800
server thread 1 read 8192 bytes
server thread 7 got connection 938048
server thread 7 read 8192 bytes
server thread 0 got connection 151720
server thread 0 read 8192 bytes
server thread 9 got connection 96448
server thread 9 read 8192 bytes
client thread 5 loop 3
client thread 5 socket created 938176
client thread 5 socket connected 938176
client thread 5 socket wrote 8192
server thread 4 got connection 1986624
server thread 4 read 8192 bytes
server thread 8 write 131072 bytes
server: 2000 0 5000 1000 8000
server thread 8 loop 4
server thread 5 got connection 1609944
server thread 5 read 8192 bytes
server thread 6 got connection 1204440
server thread 6 read 8192 bytes
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 164560
client thread 8 socket connected 164560
client thread 8 socket wrote 8192
server thread 8 got connection 1724480
server thread 8 read 8192 bytes
server thread 1 write 131072 bytes
server: 5000 0 9000 0 14000
server thread 1 loop 4
server thread 0 write 131072 bytes
server thread 7 write 131072 bytes
server: 5000 0 9000 0 14000
server thread 0 loop 4
server: 6000 0 9000 0 15000
server thread 7 loop 4
client thread 1 socket read 131072
client thread 1 loop 4
server thread 4 write 131072 bytes
client thread 1 socket created 667872
client thread 1 socket connected 667872
server: 7000 0 7000 0 14000
server thread 4 loop 4
client thread 1 socket wrote 8192
client thread 0 socket read 131072
server thread 3 write 131072 bytes
server: 11000 0 13000 0 24000
server thread 3 loop 3
server thread 5 write 131072 bytes
server: 11000 0 7000 0 18000
server thread 5 loop 4
server thread 6 write 131072 bytes
server: 7000 0 7000 1000 15000
server thread 6 loop 4
server thread 8 write 131072 bytes
server: 3000 0 5000 0 8000
Thread 8 EXIT
server thread 9 write 131072 bytes
server: 11000 0 11000 0 22000
server thread 9 loop 3
client thread 4 socket read 131072
client thread 7 socket read 131072
client thread 4 loop 4
client thread 4 socket created 1597504
client thread 7 loop 4
client thread 4 socket connected 1597504
client thread 7 socket created 1466584
client thread 4 socket wrote 8192
client thread 7 socket connected 1466584
client thread 7 socket wrote 8192
client thread 0 loop 4
client thread 0 socket created 100800
server thread 1 got connection 151720
client thread 0 socket connected 100800
server thread 1 read 8192 bytes
client thread 0 socket wrote 8192
client thread 6 socket read 131072
client thread 6 loop 4
client thread 6 socket created 938048
client thread 6 socket connected 938048
client thread 6 socket wrote 8192
client thread 3 socket read 131072
client thread 8 socket read 131072
client thread 3 loop 3
client thread 3 socket created 1605720
server thread 7 got connection 1986624
client thread 3 socket connected 1605720
server thread 7 read 8192 bytes
client thread 3 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 151848
client thread 5 socket connected 151848
client thread 5 socket wrote 8192
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 1609944
client thread 9 socket connected 1609944
client thread 9 socket wrote 8192
server thread 4 got connection 1204440
server thread 4 read 8192 bytes
Thread 8 EXIT
server thread 5 got connection 1724480
server thread 5 read 8192 bytes
server thread 0 got connection 1986752
server thread 0 read 8192 bytes
server thread 6 got connection 96448
server thread 6 read 8192 bytes
server thread 3 got connection 151592
server thread 3 read 8192 bytes
server thread 1 write 131072 bytes
server thread 7 write 131072 bytes
server: 5000 0 8000 0 13000
server: 5000 0 7000 0 12000
server thread 9 got connection 938304
server thread 9 read 8192 bytes
Thread 7 EXIT
client thread 1 socket read 131072
Thread 1 EXIT
client thread 7 socket read 131072
Thread 7 EXIT
server thread 5 write 131072 bytes
server: 6000 0 6000 0 12000
Thread 5 EXIT
client thread 5 socket read 131072
Thread 5 EXIT
server thread 4 write 131072 bytes
client thread 4 socket read 131072
server: 6000 0 9000 0 15000
Thread 4 EXIT
Thread 4 EXIT
server thread 0 write 131072 bytes
server: 8000 0 8000 0 16000
client thread 0 socket read 131072
Thread 0 EXIT
Thread 0 EXIT
server thread 6 write 131072 bytes
client thread 6 socket read 131072
server: 7000 0 7000 0 14000
Thread 6 EXIT
Thread 6 EXIT
Thread 1 EXIT
server thread 3 write 131072 bytes
server: 9000 0 8000 0 17000
server thread 3 loop 4
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 96072
client thread 3 socket connected 96072
client thread 3 socket wrote 8192
server thread 9 write 131072 bytes
client thread 9 socket read 131072
server: 10000 0 7000 0 17000
server thread 9 loop 4
client thread 9 loop 4
client thread 9 socket created 1597632
server thread 3 got connection 1216920
server thread 3 read 8192 bytes
client thread 9 socket connected 1597632
client thread 9 socket wrote 8192
server thread 9 got connection 938176
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 1000 0 1000 0 2000
Thread 9 EXIT
server thread 3 write 131072 bytes
client thread 3 socket read 131072
server: 1000 0 3000 0 4000
Thread 3 EXIT
Thread 3 EXIT
client thread 9 socket read 131072
Thread 9 EXIT
Thread 9 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 10 83800 800 56900 3400
server per thread elapsed time 144900
----------
Client results:

----------
client per thread totals 10 1700 800 153000 2600
client per thread elapsed time 158100
select loop user/kernel: 29200.00 usec
server thread 0 alive
server thread 0 loop 0
server thread 2 alive
server thread 2 loop 0
server thread 1 alive
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 1986624
client thread 0 socket connected 1986624
server thread 1 loop 0
client thread 0 socket wrote 8192
server thread 5 alive
server thread 3 alive
server thread 5 loop 0
server thread 3 loop 0
server thread 7 alive
server thread 6 alive
server thread 7 loop 0
server thread 6 loop 0
client thread 2 alive
client thread 2 loop 0
server thread 8 alive
client thread 2 socket created 659656
client thread 2 socket connected 659656
client thread 2 socket wrote 8192
server thread 8 loop 0
server thread 0 got connection 1204440
server thread 0 read 8192 bytes
server thread 9 alive
server thread 9 loop 0
client thread 5 alive
client thread 5 loop 0
client thread 5 socket created 1208536
client thread 5 socket connected 1208536
client thread 5 socket wrote 8192
client thread 1 alive
server thread 4 alive
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 1462336
server thread 4 loop 0
client thread 3 socket connected 1462336
client thread 3 socket wrote 8192
client thread 6 alive
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 100800
server thread 2 got connection 96448
client thread 7 socket connected 100800
server thread 2 read 8192 bytes
client thread 7 socket wrote 8192
client thread 8 alive
client thread 8 loop 0
client thread 8 socket created 938048
client thread 8 socket connected 938048
client thread 8 socket wrote 8192
server thread 3 got connection 1994968
server thread 3 read 8192 bytes
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 1605848
client thread 9 socket connected 1605848
client thread 9 socket wrote 8192
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 151592
server thread 5 got connection 1605720
client thread 4 socket connected 151592
server thread 5 read 8192 bytes
client thread 4 socket wrote 8192
server thread 8 got connection 938304
server thread 8 read 8192 bytes
client thread 1 loop 0
client thread 1 socket created 1609944
client thread 1 socket connected 1609944
client thread 1 socket wrote 8192
client thread 6 loop 0
client thread 6 socket created 938176
client thread 6 socket connected 938176
client thread 6 socket wrote 8192
server thread 9 got connection 1200192
server thread 9 read 8192 bytes
server thread 7 got connection 1216920
server thread 7 read 8192 bytes
server thread 4 got connection 96072
server thread 4 read 8192 bytes
server thread 0 write 131072 bytes
server: 3000 0 9000 0 12000
server thread 0 loop 1
server thread 1 got connection 659528
server thread 1 read 8192 bytes
server thread 2 write 131072 bytes
server: 4000 1000 8000 0 13000
server thread 2 loop 1
server thread 6 got connection 1597632
server thread 5 write 131072 bytes
server thread 6 read 8192 bytes
server: 6000 0 7000 0 13000
server thread 5 loop 1
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 1204440
client thread 0 socket connected 1204440
client thread 0 socket wrote 8192
client thread 2 socket read 131072
server thread 3 write 131072 bytes
server thread 0 got connection 96448
server thread 0 read 8192 bytes
server: 4000 0 12000 0 16000
server thread 3 loop 1
server thread 8 write 131072 bytes
server: 4000 0 11000 0 15000
server thread 8 loop 1
server thread 7 write 131072 bytes
server: 7000 0 9000 0 16000
server thread 7 loop 1
server thread 9 write 131072 bytes
client thread 2 loop 1
client thread 2 socket created 1605720
client thread 2 socket connected 1605720
client thread 5 socket read 131072
client thread 2 socket wrote 8192
client thread 5 loop 1
client thread 5 socket created 1986624
client thread 5 socket connected 1986624
client thread 3 socket read 131072
client thread 5 socket wrote 8192
client thread 3 loop 1
client thread 3 socket created 1994968
client thread 3 socket connected 1994968
client thread 3 socket wrote 8192
server thread 1 write 131072 bytes
server: 12000 0 7000 0 19000
server thread 1 loop 1
server thread 4 write 131072 bytes
server: 6000 0 10000 0 16000
server thread 4 loop 1
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 938304
client thread 9 socket connected 938304
client thread 9 socket wrote 8192
server thread 6 write 131072 bytes
server: 12000 0 7000 0 19000
server thread 6 loop 1
server thread 2 got connection 1216920
server thread 2 read 8192 bytes
client thread 8 socket read 131072
client thread 8 loop 1
client thread 8 socket created 659656
client thread 8 socket connected 659656
client thread 8 socket wrote 8192
server thread 5 got connection 1208536
server thread 5 read 8192 bytes
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 1462336
client thread 7 socket connected 1462336
client thread 7 socket wrote 8192
server: 5000 0 10000 4000 19000
server thread 9 loop 1
server thread 9 got connection 659528
server thread 9 read 8192 bytes
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 96072
client thread 1 socket connected 96072
client thread 1 socket wrote 8192
server thread 0 write 131072 bytes
server thread 3 got connection 1605848
server thread 3 read 8192 bytes
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 1597632
client thread 6 socket connected 1597632
client thread 6 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 1
server thread 7 got connection 938048
server thread 7 read 8192 bytes
client thread 4 socket created 100800
client thread 4 socket connected 100800
client thread 4 socket wrote 8192
server thread 8 got connection 1200192
server thread 8 read 8192 bytes
client thread 0 socket read 131072
client thread 0 loop 2
client thread 0 socket created 1609944
server thread 1 got connection 938176
server thread 1 read 8192 bytes
client thread 0 socket connected 1609944
client thread 0 socket wrote 8192
server: 5000 0 7000 4000 16000
server thread 0 loop 2
server thread 0 got connection 151592
server thread 0 read 8192 bytes
server thread 6 got connection 1204440
server thread 6 read 8192 bytes
server thread 2 write 131072 bytes
server: 8000 0 9000 0 17000
server thread 2 loop 2
server thread 5 write 131072 bytes
server thread 4 got connection 96448
server thread 4 read 8192 bytes
server: 8000 0 9000 0 17000
server thread 5 loop 2
server thread 9 write 131072 bytes
server: 0 0 10000 0 10000
server thread 9 loop 2
client thread 2 socket read 131072
server thread 3 write 131072 bytes
server: 7000 0 10000 0 17000
server thread 3 loop 2
client thread 2 loop 2
client thread 2 socket created 1216920
client thread 2 socket connected 1216920
client thread 2 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 1208536
server thread 7 write 131072 bytes
client thread 5 socket connected 1208536
client thread 5 socket wrote 8192
server: 7000 0 10000 0 17000
server thread 7 loop 2
server thread 0 write 131072 bytes
server: 0 0 7000 1000 8000
server thread 0 loop 3
client thread 9 socket read 131072
server thread 1 write 131072 bytes
client thread 9 loop 2
client thread 9 socket created 659528
server: 8000 0 8000 0 16000
server thread 1 loop 2
client thread 9 socket connected 659528
client thread 9 socket wrote 8192
client thread 3 socket read 131072
server thread 8 write 131072 bytes
client thread 3 loop 2
client thread 3 socket created 1605848
server: 8000 0 11000 0 19000
server thread 8 loop 2
client thread 3 socket connected 1605848
client thread 3 socket wrote 8192
server thread 2 got connection 1605720
server thread 2 read 8192 bytes
server thread 6 write 131072 bytes
server: 8000 0 8000 1000 17000
server thread 6 loop 2
client thread 7 socket read 131072
server thread 5 got connection 1986624
server thread 5 read 8192 bytes
client thread 7 loop 2
client thread 7 socket created 938048
client thread 7 socket connected 938048
client thread 7 socket wrote 8192
server thread 4 write 131072 bytes
server: 11000 0 8000 0 19000
server thread 4 loop 2
server thread 9 got connection 151592
server thread 9 read 8192 bytes
client thread 0 socket read 131072
client thread 0 loop 3
client thread 0 socket created 938304
client thread 0 socket connected 938304
client thread 0 socket wrote 8192
client thread 1 socket read 131072
client thread 1 loop 2
client thread 1 socket created 938176
client thread 1 socket connected 938176
client thread 1 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 1994968
client thread 8 socket connected 1994968
client thread 6 socket read 131072
client thread 8 socket wrote 8192
client thread 6 loop 2
client thread 6 socket created 1200192
server thread 3 got connection 1204440
client thread 6 socket connected 1200192
server thread 3 read 8192 bytes
client thread 6 socket wrote 8192
server thread 7 got connection 1462336
server thread 7 read 8192 bytes
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 96448
client thread 4 socket connected 96448
client thread 4 socket wrote 8192
server thread 1 got connection 1609944
server thread 1 read 8192 bytes
server thread 0 got connection 96072
server thread 0 read 8192 bytes
server thread 8 got connection 659656
server thread 8 read 8192 bytes
server thread 2 write 131072 bytes
server: 7000 0 9000 0 16000
server thread 2 loop 3
server thread 6 got connection 1597632
server thread 6 read 8192 bytes
server thread 5 write 131072 bytes
server: 7000 0 8000 1000 16000
server thread 5 loop 3
server thread 9 write 131072 bytes
server: 6000 0 10000 0 16000
server thread 9 loop 3
client thread 2 socket read 131072
server thread 4 got connection 100800
server thread 4 read 8192 bytes
client thread 2 loop 3
client thread 2 socket created 1605720
client thread 2 socket connected 1605720
client thread 2 socket wrote 8192
server thread 7 write 131072 bytes
server: 7000 0 8000 1000 16000
server thread 7 loop 3
server thread 0 write 131072 bytes
server: 8000 0 7000 0 15000
server thread 0 loop 4
server thread 3 write 131072 bytes
server: 7000 0 10000 0 17000
server thread 3 loop 3
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 1986624
client thread 5 socket read 131072
client thread 9 socket connected 1986624
client thread 9 socket wrote 8192
client thread 5 loop 3
client thread 5 socket created 151592
server thread 2 got connection 1216920
client thread 5 socket connected 151592
server thread 2 read 8192 bytes
client thread 5 socket wrote 8192
server thread 1 write 131072 bytes
server: 8000 0 9000 0 17000
server thread 1 loop 3
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 1462336
client thread 0 socket connected 1462336
client thread 0 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 3
server thread 6 write 131072 bytes
client thread 3 socket created 96072
client thread 3 socket connected 96072
server: 8000 0 8000 0 16000
server thread 6 loop 3
client thread 3 socket wrote 8192
server thread 5 got connection 1204440
server thread 5 read 8192 bytes
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 659528
client thread 7 socket connected 659528
client thread 7 socket wrote 8192
server thread 8 write 131072 bytes
server: 8000 0 10000 0 18000
server thread 8 loop 3
server thread 9 got connection 1208536
server thread 9 read 8192 bytes
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 1609944
client thread 1 socket connected 1609944
client thread 1 socket wrote 8192
server thread 0 got connection 938304
server thread 0 read 8192 bytes
server thread 4 write 131072 bytes
server: 10000 0 8000 0 18000
server thread 4 loop 3
server thread 3 got connection 1605848
server thread 3 read 8192 bytes
client thread 6 socket read 131072
client thread 6 loop 3
client thread 6 socket created 1597632
client thread 6 socket connected 1597632
client thread 6 socket wrote 8192
server thread 7 got connection 938048
server thread 7 read 8192 bytes
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 659656
server thread 2 write 131072 bytes
client thread 8 socket connected 659656
client thread 8 socket wrote 8192
server: 6000 0 8000 0 14000
server thread 2 loop 4
server thread 1 got connection 938176
server thread 1 read 8192 bytes
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 100800
client thread 4 socket connected 100800
client thread 4 socket wrote 8192
server thread 6 got connection 1200192
server thread 6 read 8192 bytes
server thread 5 write 131072 bytes
server: 7000 0 9000 0 16000
server thread 5 loop 4
client thread 2 socket read 131072
client thread 2 loop 4
client thread 2 socket created 1994968
client thread 2 socket connected 1994968
client thread 2 socket wrote 8192
server thread 8 got connection 1216920
server thread 8 read 8192 bytes
server thread 0 write 131072 bytes
server: 6000 0 8000 0 14000
Thread 0 EXIT
server thread 9 write 131072 bytes
server: 7000 0 9000 0 16000
server thread 9 loop 4
server thread 4 got connection 96448
server thread 4 read 8192 bytes
server thread 7 write 131072 bytes
server: 7000 0 8000 1000 16000
server thread 7 loop 4
server thread 2 got connection 1204440
server thread 2 read 8192 bytes
server thread 3 write 131072 bytes
server: 6000 0 10000 0 16000
server thread 3 loop 4
client thread 5 socket read 131072
client thread 5 loop 4
client thread 0 socket read 131072
client thread 5 socket created 1605720
client thread 5 socket connected 1605720
Thread 0 EXIT
client thread 5 socket wrote 8192
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 938304
client thread 9 socket connected 938304
client thread 9 socket wrote 8192
server thread 1 write 131072 bytes
server: 7000 0 9000 0 16000
server thread 1 loop 4
server thread 6 write 131072 bytes
server thread 5 got connection 1204568
server thread 5 read 8192 bytes
server: 8000 0 8000 0 16000
server thread 6 loop 4
client thread 1 socket read 131072
client thread 1 loop 4
client thread 7 socket read 131072
client thread 1 socket created 1208536
client thread 1 socket connected 1208536
client thread 7 loop 4
client thread 1 socket wrote 8192
client thread 7 socket created 938048
client thread 3 socket read 131072
client thread 7 socket connected 938048
client thread 7 socket wrote 8192
client thread 3 loop 4
client thread 3 socket created 1605848
client thread 3 socket connected 1605848
client thread 3 socket wrote 8192
server thread 8 write 131072 bytes
server: 9000 0 8000 0 17000
server thread 8 loop 4
server thread 9 got connection 151592
server thread 9 read 8192 bytes
server thread 2 write 131072 bytes
server: 7000 0 6000 0 13000
Thread 2 EXIT
client thread 6 socket read 131072
client thread 6 loop 4
client thread 6 socket created 1462336
client thread 6 socket connected 1462336
client thread 6 socket wrote 8192
server thread 7 got connection 1986624
server thread 7 read 8192 bytes
server thread 4 write 131072 bytes
server: 9000 0 9000 0 18000
server thread 4 loop 4
client thread 2 socket read 131072
server thread 1 got connection 938176
server thread 1 read 8192 bytes
server thread 3 got connection 1200192
server thread 5 write 131072 bytes
server thread 3 read 8192 bytes
server: 7000 0 6000 0 13000
Thread 5 EXIT
Thread 2 EXIT
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 1609944
client thread 8 socket connected 1609944
client thread 8 socket wrote 8192
server thread 6 got connection 659528
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 8000 0 2000 0 10000
Thread 6 EXIT
server thread 7 write 131072 bytes
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 96072
client thread 7 socket read 131072
client thread 4 socket connected 96072
client thread 4 socket wrote 8192
Thread 7 EXIT
server: 7000 0 7000 0 14000
server thread 9 write 131072 bytes
Thread 7 EXIT
server: 8000 0 9000 0 17000
Thread 9 EXIT
client thread 9 socket read 131072
Thread 9 EXIT
client thread 5 socket read 131072
Thread 5 EXIT
server thread 1 write 131072 bytes
client thread 1 socket read 131072
server: 6000 0 8000 0 14000
Thread 1 EXIT
server thread 8 got connection 1216920
server thread 8 read 8192 bytes
server thread 3 write 131072 bytes
server: 9000 0 8000 0 17000
Thread 3 EXIT
Thread 1 EXIT
server thread 4 got connection 1204440
server thread 4 read 8192 bytes
client thread 3 socket read 131072
Thread 3 EXIT
server thread 8 write 131072 bytes
client thread 8 socket read 131072
server: 11000 0 3000 0 14000
Thread 8 EXIT
Thread 8 EXIT
server thread 4 write 131072 bytes
client thread 4 socket read 131072
server: 9000 0 3000 0 12000
Thread 4 EXIT
Thread 4 EXIT
client thread 6 socket read 131072
Thread 6 EXIT
Thread 6 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 10 119100 900 98100 4700
server per thread elapsed time 222800
----------
Client results:

----------
client per thread totals 10 2900 1100 232900 3500
client per thread elapsed time 240400
select loop kernel/user: 28000.00 usec
server thread 0 alive
server thread 0 loop 0
server thread 2 alive
server thread 2 loop 0
server thread 1 alive
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 1204568
client thread 0 socket connected 1204568
server thread 1 loop 0
client thread 0 socket wrote 8192
server thread 5 alive
server thread 3 alive
server thread 5 loop 0
server thread 3 loop 0
server thread 7 alive
server thread 4 alive
server thread 7 loop 0
server thread 4 loop 0
client thread 2 alive
client thread 2 loop 0
server thread 6 alive
client thread 2 socket created 1724480
client thread 2 socket connected 1724480
client thread 2 socket wrote 8192
server thread 6 loop 0
server thread 0 got connection 938048
server thread 0 read 8192 bytes
server thread 8 alive
server thread 8 loop 0
server thread 9 alive
server thread 9 loop 0
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 151592
client thread 5 alive
client thread 1 socket connected 151592
client thread 5 loop 0
client thread 1 socket wrote 8192
client thread 5 socket created 1597504
client thread 5 socket connected 1597504
client thread 3 alive
client thread 5 socket wrote 8192
client thread 3 loop 0
client thread 3 socket created 938304
client thread 3 socket connected 938304
client thread 7 alive
client thread 7 loop 0
client thread 3 socket wrote 8192
client thread 7 socket created 1605720
client thread 7 socket connected 1605720
client thread 4 alive
client thread 4 loop 0
client thread 7 socket wrote 8192
client thread 4 socket created 938176
client thread 4 socket connected 938176
client thread 6 alive
client thread 6 loop 0
client thread 4 socket wrote 8192
client thread 6 socket created 151720
client thread 6 socket connected 151720
client thread 6 socket wrote 8192
server thread 2 got connection 1200192
server thread 2 read 8192 bytes
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 667872
client thread 9 socket connected 667872
client thread 9 socket wrote 8192
server thread 1 got connection 1208536
server thread 1 read 8192 bytes
server thread 3 got connection 1605848
client thread 8 alive
server thread 3 read 8192 bytes
client thread 8 loop 0
client thread 8 socket created 1216920
client thread 8 socket connected 1216920
client thread 8 socket wrote 8192
server thread 5 got connection 151848
server thread 5 read 8192 bytes
server thread 4 got connection 1609944
server thread 4 read 8192 bytes
server thread 7 got connection 1204440
server thread 7 read 8192 bytes
server thread 6 got connection 96072
server thread 6 read 8192 bytes
server thread 9 got connection 1986752
server thread 9 read 8192 bytes
server thread 0 write 131072 bytes
server: 3000 0 8000 0 11000
server thread 0 loop 1
server thread 8 got connection 1462336
server thread 8 read 8192 bytes
server thread 2 write 131072 bytes
server: 5000 0 9000 0 14000
server thread 2 loop 1
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 938048
client thread 0 socket connected 938048
client thread 0 socket wrote 8192
client thread 2 socket read 131072
server thread 1 write 131072 bytes
client thread 2 loop 1
client thread 2 socket created 1200192
server: 5000 0 10000 0 15000
client thread 2 socket connected 1200192
server thread 1 loop 1
client thread 2 socket wrote 8192
server thread 5 write 131072 bytes
server: 6000 0 10000 0 16000
server thread 5 loop 1
server thread 7 write 131072 bytes
server thread 3 write 131072 bytes
server: 6000 0 9000 1000 16000
server thread 7 loop 1
server: 6000 0 10000 1000 17000
server thread 3 loop 1
server thread 0 got connection 1204568
server thread 0 read 8192 bytes
server thread 4 write 131072 bytes
server: 6000 0 10000 0 16000
server thread 4 loop 1
server thread 6 write 131072 bytes
server: 7000 0 10000 0 17000
client thread 1 socket read 131072
server thread 6 loop 1
client thread 1 loop 1
client thread 1 socket created 1724480
client thread 1 socket connected 1724480
client thread 1 socket wrote 8192
server thread 2 got connection 1208536
server thread 2 read 8192 bytes
server thread 8 write 131072 bytes
server: 9000 0 8000 0 17000
server thread 8 loop 1
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 151848
client thread 5 socket connected 151848
client thread 5 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 1204440
client thread 3 socket connected 1204440
server thread 9 write 131072 bytes
client thread 3 socket wrote 8192
server: 8000 0 10000 0 18000
server thread 9 loop 1
client thread 4 socket read 131072
client thread 4 loop 1
client thread 7 socket read 131072
client thread 4 socket created 1605848
client thread 4 socket connected 1605848
client thread 4 socket wrote 8192
client thread 7 loop 1
client thread 7 socket created 1609944
client thread 7 socket connected 1609944
client thread 7 socket wrote 8192
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 96072
client thread 6 socket connected 96072
client thread 8 socket read 131072
client thread 6 socket wrote 8192
client thread 8 loop 1
server thread 1 got connection 151592
client thread 8 socket created 1462336
server thread 1 read 8192 bytes
client thread 8 socket connected 1462336
client thread 8 socket wrote 8192
server thread 5 got connection 1597504
client thread 9 socket read 131072
server thread 5 read 8192 bytes
client thread 9 loop 1
client thread 9 socket created 938304
client thread 9 socket connected 938304
client thread 9 socket wrote 8192
server thread 3 got connection 1986752
server thread 3 read 8192 bytes
server thread 7 got connection 938176
server thread 7 read 8192 bytes
server thread 4 got connection 1605720
server thread 4 read 8192 bytes
server thread 0 write 131072 bytes
server: 6000 0 8000 1000 15000
server thread 0 loop 2
server thread 6 got connection 151720
server thread 6 read 8192 bytes
server thread 2 write 131072 bytes
server: 5000 1000 8000 0 14000
server thread 2 loop 2
server thread 8 got connection 1216920
server thread 8 read 8192 bytes
client thread 0 socket read 131072
client thread 0 loop 2
client thread 0 socket created 667872
client thread 0 socket connected 667872
server thread 9 got connection 1204568
server thread 9 read 8192 bytes
client thread 0 socket wrote 8192
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 1208536
client thread 2 socket connected 1208536
client thread 2 socket wrote 8192
server thread 5 write 131072 bytes
server: 7000 0 9000 0 16000
server thread 5 loop 2
server thread 0 got connection 938048
server thread 0 read 8192 bytes
server thread 1 write 131072 bytes
server: 7000 0 11000 0 18000
server thread 1 loop 2
server thread 2 got connection 1200192
server thread 2 read 8192 bytes
server thread 3 write 131072 bytes
server: 7000 0 9000 0 16000
server thread 3 loop 2
server thread 4 write 131072 bytes
server: 8000 0 9000 0 17000
server thread 4 loop 2
server thread 7 write 131072 bytes
server: 7000 0 10000 0 17000
server thread 7 loop 2
server thread 8 write 131072 bytes
server: 8000 0 8000 0 16000
server thread 8 loop 2
client thread 1 socket read 131072
client thread 1 loop 2
client thread 1 socket created 1597504
client thread 5 socket read 131072
client thread 1 socket connected 1597504
client thread 1 socket wrote 8192
client thread 5 loop 2
client thread 5 socket created 151592
client thread 5 socket connected 151592
client thread 5 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 1986752
client thread 3 socket connected 1986752
client thread 3 socket wrote 8192
server thread 6 write 131072 bytes
server: 8000 0 11000 0 19000
server thread 6 loop 2
client thread 7 socket read 131072
client thread 7 loop 2
client thread 7 socket created 1605720
client thread 7 socket connected 1605720
client thread 7 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 938176
client thread 4 socket connected 938176
client thread 4 socket wrote 8192
server thread 9 write 131072 bytes
server: 10000 0 8000 0 18000
server thread 9 loop 2
server thread 0 write 131072 bytes
server thread 1 got connection 1216920
server thread 1 read 8192 bytes
server: 6000 0 6000 0 12000
server thread 0 loop 3
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 1724480
client thread 8 socket connected 1724480
client thread 8 socket wrote 8192
server thread 5 got connection 151848
server thread 5 read 8192 bytes
client thread 6 socket read 131072
client thread 6 loop 2
client thread 6 socket created 1204440
client thread 6 socket connected 1204440
client thread 6 socket wrote 8192
server thread 3 got connection 151720
server thread 3 read 8192 bytes
server thread 2 write 131072 bytes
server: 6000 0 7000 1000 14000
server thread 2 loop 3
server thread 7 got connection 1609944
server thread 7 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 2
client thread 9 socket created 1605848
client thread 9 socket connected 1605848
client thread 9 socket wrote 8192
server thread 4 got connection 1204568
server thread 4 read 8192 bytes
client thread 0 socket read 131072
client thread 0 loop 3
client thread 0 socket created 938048
client thread 0 socket connected 938048
client thread 0 socket wrote 8192
server thread 8 got connection 1462336
server thread 8 read 8192 bytes
server thread 0 got connection 96072
server thread 0 read 8192 bytes
server thread 6 got connection 1200192
server thread 6 read 8192 bytes
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 938304
client thread 2 socket connected 938304
client thread 2 socket wrote 8192
server thread 9 got connection 667872
server thread 9 read 8192 bytes
server thread 5 write 131072 bytes
server thread 1 write 131072 bytes
server: 7000 0 10000 0 17000
server thread 5 loop 3
server: 5000 0 11000 0 16000
server thread 1 loop 3
server thread 2 got connection 1208536
server thread 2 read 8192 bytes
server thread 3 write 131072 bytes
server: 7000 0 10000 0 17000
server thread 3 loop 3
server thread 7 write 131072 bytes
server: 7000 0 9000 0 16000
server thread 7 loop 3
server thread 4 write 131072 bytes
server thread 0 write 131072 bytes
server: 8000 0 9000 0 17000
server: 5000 1000 7000 0 13000
server thread 4 loop 3
server thread 0 loop 4
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 151848
server thread 8 write 131072 bytes
client thread 1 socket connected 151848
client thread 1 socket wrote 8192
server: 8000 0 9000 0 17000
server thread 8 loop 3
client thread 3 socket read 131072
client thread 3 loop 3
client thread 3 socket created 1216920
client thread 3 socket connected 1216920
client thread 3 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 151720
client thread 5 socket connected 151720
client thread 5 socket wrote 8192
client thread 4 socket read 131072
client thread 7 socket read 131072
client thread 4 loop 3
client thread 4 socket created 1609944
client thread 7 loop 3
client thread 4 socket connected 1609944
client thread 7 socket created 1204568
client thread 4 socket wrote 8192
client thread 7 socket connected 1204568
client thread 7 socket wrote 8192
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 96072
server thread 6 write 131072 bytes
client thread 0 socket connected 96072
client thread 0 socket wrote 8192
server: 8000 0 9000 0 17000
server thread 6 loop 3
server thread 1 got connection 1597504
client thread 8 socket read 131072
server thread 1 read 8192 bytes
client thread 8 loop 3
client thread 8 socket created 1462336
client thread 8 socket connected 1462336
client thread 8 socket wrote 8192
server thread 2 write 131072 bytes
server: 8000 0 6000 1000 15000
server thread 2 loop 4
server thread 5 got connection 1986752
server thread 5 read 8192 bytes
server thread 9 write 131072 bytes
server: 9000 0 9000 0 18000
server thread 9 loop 3
server thread 3 got connection 151592
server thread 3 read 8192 bytes
server thread 7 got connection 938176
server thread 7 read 8192 bytes
server thread 4 got connection 1605720
server thread 4 read 8192 bytes
server thread 0 got connection 938048
server thread 0 read 8192 bytes
client thread 6 socket read 131072
client thread 6 loop 3
client thread 6 socket created 1200192
client thread 6 socket connected 1200192
client thread 6 socket wrote 8192
server thread 8 got connection 1724480
server thread 8 read 8192 bytes
client thread 2 socket read 131072
client thread 2 loop 4
client thread 2 socket created 1208536
client thread 2 socket connected 1208536
client thread 2 socket wrote 8192
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 667872
client thread 9 socket connected 667872
client thread 9 socket wrote 8192
server thread 1 write 131072 bytes
server thread 2 got connection 1204440
server thread 2 read 8192 bytes
server: 6000 0 9000 0 15000
server thread 1 loop 4
server thread 6 got connection 938304
server thread 6 read 8192 bytes
server thread 5 write 131072 bytes
server: 7000 0 9000 0 16000
server thread 5 loop 4
server thread 3 write 131072 bytes
server: 6000 0 10000 0 16000
server thread 3 loop 4
server thread 0 write 131072 bytes
server: 7000 0 8000 0 15000
server thread 9 got connection 1605848
server thread 9 read 8192 bytes
server thread 7 write 131072 bytes
server: 7000 0 10000 0 17000
server thread 7 loop 4
client thread 1 socket read 131072
client thread 1 loop 4
client thread 1 socket created 1597504
client thread 1 socket connected 1597504
client thread 1 socket wrote 8192
server thread 4 write 131072 bytes
server: 6000 1000 10000 0 17000
server thread 4 loop 4
client thread 3 socket read 131072
server thread 8 write 131072 bytes
server: 8000 0 9000 0 17000
server thread 8 loop 4
client thread 3 loop 4
client thread 3 socket created 1986752
client thread 3 socket connected 1986752
client thread 3 socket wrote 8192
client thread 0 socket read 131072
Thread 0 EXIT
Thread 0 EXIT
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 151592
client thread 4 socket read 131072
client thread 5 socket connected 151592
client thread 5 socket wrote 8192
client thread 4 loop 4
client thread 4 socket created 938048
client thread 4 socket connected 938048
client thread 4 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 938176
client thread 7 socket connected 938176
server thread 2 write 131072 bytes
client thread 7 socket wrote 8192
server: 8000 0 7000 0 15000
Thread 2 EXIT
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 151848
server thread 1 got connection 1605720
client thread 8 socket connected 151848
server thread 1 read 8192 bytes
client thread 8 socket wrote 8192
server thread 5 got connection 1724480
server thread 5 read 8192 bytes
server thread 3 got connection 1216920
server thread 3 read 8192 bytes
client thread 2 socket read 131072
Thread 2 EXIT
server thread 7 got connection 96072
server thread 7 read 8192 bytes
server thread 6 write 131072 bytes
server: 9000 0 10000 0 19000
server thread 6 loop 4
server thread 4 got connection 164560
server thread 4 read 8192 bytes
server thread 9 write 131072 bytes
server: 10000 0 10000 0 20000
server thread 9 loop 4
server thread 8 got connection 151720
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 8000 0 1000 0 9000
Thread 8 EXIT
server thread 5 write 131072 bytes
client thread 6 socket read 131072
client thread 6 loop 4
client thread 6 socket created 1609944
client thread 5 socket read 131072
client thread 6 socket connected 1609944
client thread 6 socket wrote 8192
Thread 5 EXIT
server: 6000 0 7000 1000 14000
Thread 5 EXIT
server thread 7 write 131072 bytes
server: 7000 0 6000 1000 14000
Thread 7 EXIT
server thread 1 write 131072 bytes
server: 8000 0 9000 0 17000
Thread 1 EXIT
client thread 1 socket read 131072
Thread 1 EXIT
server thread 3 write 131072 bytes
client thread 3 socket read 131072
server: 7000 0 9000 0 16000
Thread 3 EXIT
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 1204568
client thread 9 socket connected 1204568
client thread 9 socket wrote 8192
server thread 4 write 131072 bytes
Thread 3 EXIT
server thread 6 got connection 1204440
server thread 6 read 8192 bytes
client thread 4 socket read 131072
Thread 4 EXIT
client thread 7 socket read 131072
Thread 7 EXIT
server thread 9 got connection 1597632
server thread 9 read 8192 bytes
server: 6000 1000 7000 3000 17000
Thread 4 EXIT
server thread 9 write 131072 bytes
server: 8000 0 2000 0 10000
Thread 9 EXIT
server thread 6 write 131072 bytes
server: 9000 0 4000 0 13000
Thread 6 EXIT
client thread 6 socket read 131072
Thread 6 EXIT
client thread 9 socket read 131072
client thread 8 socket read 131072
Thread 9 EXIT
Thread 8 EXIT
Thread 8 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 20 154200 1300 140500 5700
server per thread elapsed time 301700
----------
Client results:

----------
client per thread totals 20 3100 1600 319700 4400
client per thread elapsed time 328800
select loop kernel/kernel: 28000.00 usec
END TEST: sel_spd
BEGIN TEST: selct_er  
Thu Mar 27 12:49:38 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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.
END TEST: selct_er
BEGIN TEST: selct_nm  
Thu Mar 27 12:49:38 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
BEGIN TEST: selct_to  
Thu Mar 27 12:49:38 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
BEGIN TEST: selintr  
Thu Mar 27 12:49:44 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
select returned 0
END TEST: selintr
BEGIN TEST: sema  
Thu Mar 27 12:49:46 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
PASS
END TEST: sema
BEGIN TEST: semaerr  
Thu Mar 27 12:49:46 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
PASS
PASS
END TEST: semaerr
BEGIN TEST: semaping  
Thu Mar 27 12:49:46 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
warning: removed semaphore /tmp/bar.sem left over from previous run
PASS
PASS
END TEST: semaping
BEGIN TEST: sendzlf  
Thu Mar 27 12:49:47 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
PASS
END TEST: sendzlf
BEGIN TEST: server_test  
Thu Mar 27 12:49:47 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
END TEST: server_test
BEGIN TEST: servr_uu  
Thu Mar 27 12:49:47 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
END TEST: servr_uu
BEGIN TEST: servr_ku  
Thu Mar 27 12:49:48 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
END TEST: servr_ku
BEGIN TEST: servr_uk  
Thu Mar 27 12:49:48 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
END TEST: servr_uk
BEGIN TEST: servr_kk  
Thu Mar 27 12:49:48 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
END TEST: servr_kk
BEGIN TEST: short_thread  
Thu Mar 27 12:49:48 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
END TEST: short_thread
BEGIN TEST: sigpipe  
Thu Mar 27 12:49:49 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
BEGIN TEST: socket  
Thu Mar 27 12:49:49 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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.
TCP Client/Server Test - IPv4/Ipv4
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
TCP Client/Server Test - IPv6/Ipv4
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
TCP Client/Server Test - IPv4/Ipv6
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
TCP Client/Server Test - IPv6/Ipv6
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv4/Ipv4
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv6/Ipv4
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv4/Ipv6
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv6/Ipv6
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
Socket_Misc_Test : 1 Server 4 Clients
: Sizes of Transmitted Files - 3 KB, 3 MB
Socket_Misc_Test passed
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
END TEST: socket
BEGIN TEST: sockopt  
Thu Mar 27 12:49:52 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
PASSED
END TEST: sockopt
BEGIN TEST: sockping  
Thu Mar 27 12:49:52 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
END TEST: sockping
BEGIN TEST: sprintf  
Thu Mar 27 12:49:53 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
PASS
END TEST: sprintf
BEGIN TEST: stack  
Thu Mar 27 12:49:55 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
END TEST: stack
BEGIN TEST: stdio  
Thu Mar 27 12:50:16 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
This to standard out
This to standard err
END TEST: stdio
BEGIN TEST: str2addr  
Thu Mar 27 12:50:16 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
PASS
END TEST: str2addr
BEGIN TEST: strod  
Thu Mar 27 12:50:17 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
Settings
Number to translate 1234567890123456789
Loops to run test: 1
Translation = 1234567890123456800
END TEST: strod
BEGIN TEST: switch  
Thu Mar 27 12:50:17 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
PASSED
END TEST: switch
BEGIN TEST: system  
Thu Mar 27 12:50:20 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
PR_SI_HOSTNAME: hploan1
PR_SI_SYSNAME: HP-UX
PR_SI_RELEASE: B.11.11
PR_SI_ARCHITECTURE: hppa1.1
Host page size is 4096
Page shift is 12
Number of processors is: 2
END TEST: system
BEGIN TEST: testbit  
Thu Mar 27 12:50:20 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
PASSED
END TEST: testbit
BEGIN TEST: testfile  
Thu Mar 27 12:50:20 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
File Test passed
Dir Test passed
END TEST: testfile
BEGIN TEST: threads  
Thu Mar 27 12:50:21 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
FAIL
threads returned 1 (failed)
END TEST: threads
BEGIN TEST: timemac  
Thu Mar 27 12:50:23 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Thu Mar 27 20:50:23 UTC 2003
Current local time is Thu Mar 27 12:50:23 -0800 2003
GMT offset is 4294938496, DST offset is 0
Please examine the results
END TEST: timemac
BEGIN TEST: timetest  
Thu Mar 27 12:50:23 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
END TEST: timetest
BEGIN TEST: tpd  
Thu Mar 27 12:51:36 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
PASSED
END TEST: tpd
BEGIN TEST: udpsrv  
Thu Mar 27 12:51:36 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
END TEST: udpsrv
BEGIN TEST: vercheck  
Thu Mar 27 12:51:37 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
BEGIN TEST: version  
Thu Mar 27 12:51:37 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
Runtime library version information
Build time: 27 Mar 2003 13:20:36 GMT
Build time: 2003-03-27 05:20:36
Portable runtime V4.3.0 ( debug )
filename: libplc4.sl
security: N/A
copyright: Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved
comment: http://www.mozilla.org/MPL/
END TEST: version
BEGIN TEST: writev  
Thu Mar 27 12:51:37 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
PASSED
END TEST: writev
BEGIN TEST: xnotify  
Thu Mar 27 12:51:38 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib
Done!
END TEST: xnotify
BEGIN TEST: zerolen  
Thu Mar 27 12:51:38 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
END TEST: zerolen
BEGIN TEST: accept  
Thu Mar 27 12:51:54 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
PASS
END TEST: accept
BEGIN TEST: acceptread  
Thu Mar 27 12:52:01 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x800003ffff7942d8)127.0.0.1:64104
(Server) read [0x800003ffff794260..0x800003ffff7942d5) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0x800003ffff7942d8)127.0.0.1:64105
(Server) read [0x800003ffff794260..0x800003ffff7942d5) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0x800003ffff7942d8)127.0.0.1:64106
(Server) read [0x800003ffff794260..0x800003ffff7942d5) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0x800003ffff7942d8)127.0.0.1:64107
(Server) read [0x800003ffff794260..0x800003ffff7942d5) 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 = 232
PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22
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 = 232
PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22
END TEST: acceptread
BEGIN TEST: acceptreademu  
Thu Mar 27 12:52:12 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x800003ffff794300)127.0.0.1:64110
(Server) read [0x800003ffff794288..0x800003ffff7942fd) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0x800003ffff794300)127.0.0.1:64111
(Server) read [0x800003ffff794288..0x800003ffff7942fd) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0x800003ffff794300)127.0.0.1:64112
(Server) read [0x800003ffff794288..0x800003ffff7942fd) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0x800003ffff794300)127.0.0.1:64113
(Server) read [0x800003ffff794288..0x800003ffff7942fd) 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 = 232
PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22
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 = 232
PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22
END TEST: acceptreademu
BEGIN TEST: affinity  
Thu Mar 27 12:52:22 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
BEGIN TEST: alarm  
Thu Mar 27 12:52:23 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
END TEST: alarm
BEGIN TEST: anonfm  
Thu Mar 27 12:53:26 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
END TEST: anonfm
BEGIN TEST: atomic  
Thu Mar 27 12:53:27 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
END TEST: atomic
BEGIN TEST: attach  
Thu Mar 27 12:53:27 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
END TEST: attach
BEGIN TEST: bigfile  
Thu Mar 27 12:53:27 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
END TEST: bigfile
BEGIN TEST: cleanup  
Thu Mar 27 12:53:28 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
END TEST: cleanup
BEGIN TEST: cltsrv  
Thu Mar 27 12:53:33 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
Client/Server started at(0x8000000100007610): 12:53:33
Server started at(0x800000010000e440): 12:53:33
Client started at(0x800000010000f5e0): 12:53:33
main(0x8000000100007610): waiting for execution interval (10 seconds)
Shutting down(0x8000000100007610): 12:53:43
Client(0x800000010000f5e0): stopped after 21 operations and 17922 bytes
Server(0x800000010000e440): stopped after 21 operations and 17922 bytes
main(0x8000000100007610): test complete
Test exiting at(0x8000000100007610): 12:53:48
END TEST: cltsrv
BEGIN TEST: concur  
Thu Mar 27 12:53:48 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
PASSED
END TEST: concur
BEGIN TEST: cvar  
Thu Mar 27 12:53:59 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
END TEST: cvar
BEGIN TEST: cvar2  
Thu Mar 27 12:54:00 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
error creating thread
: PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11
cvar2 returned 143 (failed)
END TEST: cvar2
BEGIN TEST: dlltest  
Thu Mar 27 13:01:54 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
PASSED
END TEST: dlltest
BEGIN TEST: dtoa  
Thu Mar 27 13:01:54 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
PASSED
END TEST: dtoa
BEGIN TEST: errcodes  
Thu Mar 27 13:01:55 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
END TEST: errcodes
BEGIN TEST: exit  
Thu Mar 27 13:01:55 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
END TEST: exit
BEGIN TEST: fdcach  
Thu Mar 27 13:02:05 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
PASS
END TEST: fdcach
BEGIN TEST: fileio  
Thu Mar 27 13:02:05 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
PASS
END TEST: fileio
BEGIN TEST: foreign  
Thu Mar 27 13:02:06 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
END TEST: foreign
BEGIN TEST: forktest  
Thu Mar 27 13:02:09 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
Accepting connection at port 64143
Wait one second before connect
Connecting to port 64143
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Fork succeeded. Parent process continues.
Accepting connection at port 64145
Wait one second before connect
Fork succeeded. Child process continues.
Wait one second before connect
Accepting connection at port 64146
Connecting to port 64146
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Child process exits.
Connecting to port 64145
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Parent process exits.
PASSED
END TEST: forktest
BEGIN TEST: fsync  
Thu Mar 27 13:02:11 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
10 iterations over a 10 kbyte file: 0 [4000] 42000
END TEST: fsync
BEGIN TEST: getproto  
Thu Mar 27 13:02:12 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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  
Thu Mar 27 13:02:12 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
We have long long
END TEST: i2l
BEGIN TEST: initclk  
Thu Mar 27 13:02:12 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
Elapsed time: 3000 ms, expected time: 3007 ms
PASS
END TEST: initclk
BEGIN TEST: inrval  
Thu Mar 27 13:02:16 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
inrval: Examine stdout to determine results.
Overhead of 'PR_Now()' is 2983 nsecs

Overhead of 'PR_IntervalNow()' is 3451 nsecs

Overhead of 'PR_Now()' is 2981 nsecs

Overhead of 'PR_IntervalNow()' is 3453 nsecs

END TEST: inrval
BEGIN TEST: instrumt  
Thu Mar 27 13:03:59 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
Test not defined
END TEST: instrumt
BEGIN TEST: intrio  
Thu Mar 27 13:03:59 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
END TEST: intrio
BEGIN TEST: intrupt  
Thu Mar 27 13:04:20 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
PASSED
END TEST: intrupt
BEGIN TEST: io_timeout  
Thu Mar 27 13:04:33 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
END TEST: io_timeout
BEGIN TEST: ioconthr  
Thu Mar 27 13:04:39 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
Interrupting the threads
Threads terminated in 2990 milliseconds
PASS
END TEST: ioconthr
BEGIN TEST: join  
Thu Mar 27 13:04:44 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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  
Thu Mar 27 13:04:45 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
PASS
END TEST: joinkk
BEGIN TEST: joinku  
Thu Mar 27 13:04:45 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
PASS
END TEST: joinku
BEGIN TEST: joinuk  
Thu Mar 27 13:04:45 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
PASS
END TEST: joinuk
BEGIN TEST: joinuu  
Thu Mar 27 13:04:45 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
PASS
END TEST: joinuu
BEGIN TEST: layer  
Thu Mar 27 13:04:46 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Beginning layered test with new style stack
Ending layered test
END TEST: layer
BEGIN TEST: lazyinit  
Thu Mar 27 13:04:46 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
END TEST: lazyinit
BEGIN TEST: lltest  
Thu Mar 27 13:04:46 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
PASS
END TEST: lltest
BEGIN TEST: lock  
Thu Mar 27 13:04:46 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
PASS
END TEST: lock
BEGIN TEST: lockfile  
Thu Mar 27 13:05:37 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
END TEST: lockfile
BEGIN TEST: logger  
Thu Mar 27 13:05:50 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
END TEST: logger
BEGIN TEST: many_cv  
Thu Mar 27 13:06:00 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
Settings
Conditions / lock: 10
Loops to run test: 1
PASS
END TEST: many_cv
BEGIN TEST: multiwait  
Thu Mar 27 13:06:01 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
END TEST: multiwait
BEGIN TEST: nameshm1  
Thu Mar 27 13:07:23 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
END TEST: nameshm1
BEGIN TEST: nonblock  
Thu Mar 27 13:07:28 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
END TEST: nonblock
BEGIN TEST: nblayer  
Thu Mar 27 13:07:30 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Ending layered test
END TEST: nblayer
BEGIN TEST: ntioto  
Thu Mar 27 13:07:30 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
END TEST: ntioto
BEGIN TEST: ntoh  
Thu Mar 27 13:07:30 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
END TEST: ntoh
BEGIN TEST: op_2long  
Thu Mar 27 13:07:31 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 248
PASS
END TEST: op_2long
BEGIN TEST: op_excl  
Thu Mar 27 13:07:31 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
END TEST: op_excl
BEGIN TEST: op_filnf  
Thu Mar 27 13:07:31 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
error code is -5950
PASS
END TEST: op_filnf
BEGIN TEST: op_filok  
Thu Mar 27 13:07:31 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
Test passed
END TEST: op_filok
BEGIN TEST: op_nofil  
Thu Mar 27 13:07:32 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
error code is PR_FILE_NOT_FOUND_ERROR, as expected
PASS
END TEST: op_nofil
BEGIN TEST: parent  
Thu Mar 27 13:07:32 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
END TEST: parent
BEGIN TEST: peek  
Thu Mar 27 13:07:32 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
Running the test with local threads
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
Running the test with global threads
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
server: peeked expected data
server: peeked expected data
server: received expected data
client: peeked expected data
client: peeked expected data
client: received expected data
PASS
END TEST: peek
BEGIN TEST: perf  
Thu Mar 27 13:08:13 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
CDThread: cannot create thread 136
CDThread: cannot create thread 138
CDThread: cannot create thread 139
CDThread: cannot create thread 140
CDThread: cannot create thread 141
CDThread: cannot create thread 142
CDThread: cannot create thread 143
CDThread: cannot create thread 145
CDThread: cannot create thread 147
CDThread: cannot create thread 148
CDThread: cannot create thread 149
CDThread: cannot create thread 150
CDThread: cannot create thread 151
CDThread: cannot create thread 152
CDThread: cannot create thread 153
CDThread: cannot create thread 154
CDThread: cannot create thread 155
CDThread: cannot create thread 156
local procedure call overhead: 0.00 usec
DLL procedure call overhead: 0.00 usec
current calendar time: 3.00 usec
interval time: 3.00 usec
idle lock lock/unlock pair: 1.00 usec
idle monitor entry/exit pair: 1.00 usec
idle cache monitor entry/exit pair: 3.00 usec
create/destroy thread pair: 189.00 usec
context switch - user/user: 20.00 usec
context switch - user/kernel: 20.00 usec
context switch - kernel/user: 20.00 usec
context switch - kernel/kernel: 20.00 usec
sema context switch - user/user: 21.00 usec
sema context switch - user/kernel: 21.00 usec
sema context switch - kernel/user: 21.00 usec
sema context switch - kernel/kernel: 21.00 usec
--------------
Adding 7 additional CPUs
--------------
local procedure call overhead: 0.00 usec
DLL procedure call overhead: 0.00 usec
current calendar time: 3.00 usec
interval time: 4.00 usec
idle lock lock/unlock pair: 0.00 usec
idle monitor entry/exit pair: 2.00 usec
idle cache monitor entry/exit pair: 3.00 usec
create/destroy thread pair: 188.00 usec
context switch - user/user: 20.00 usec
context switch - user/kernel: 20.00 usec
context switch - kernel/user: 20.00 usec
context switch - kernel/kernel: 20.00 usec
sema context switch - user/user: 21.00 usec
sema context switch - user/kernel: 21.00 usec
sema context switch - kernel/user: 21.00 usec
sema context switch - kernel/kernel: 21.00 usec
END TEST: perf
BEGIN TEST: pipeping  
Thu Mar 27 13:08:14 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
END TEST: pipeping
BEGIN TEST: pipeping2  
Thu Mar 27 13:08:14 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
END TEST: pipeping2
BEGIN TEST: pipeself  
Thu Mar 27 13:08:15 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
END TEST: pipeself
BEGIN TEST: poll_nm  
Thu Mar 27 13:08:15 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
END TEST: poll_nm
BEGIN TEST: poll_to  
Thu Mar 27 13:08:15 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
END TEST: poll_to
BEGIN TEST: pollable  
Thu Mar 27 13:08:20 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
PASSED
END TEST: pollable
BEGIN TEST: prftest  
Thu Mar 27 13:08:21 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
PR_snprintf test 1 passed
PR_snprintf test 2 passed
END TEST: prftest
BEGIN TEST: primblok  
Thu Mar 27 13:08:21 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
This test is not relevant on this platform
END TEST: primblok
BEGIN TEST: provider  
Thu Mar 27 13:08:21 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
Client/Server started at(0x8000000100007630): 13:08:21
Server started at(0x8000000100024010): 13:08:21
Client started at(0x8000000100048008): 13:08:21
main(0x8000000100007630): waiting for execution interval (10 seconds)
Shutting down(0x8000000100007630): 13:08:31
Client(0x8000000100048008): stopped after 21 operations and 17922 bytes
Server(0x8000000100024010): stopped after 21 operations and 17922 bytes
main(0x8000000100007630): test complete
Test exiting at(0x8000000100007630): 13:08:36
provider returned 139 (failed)
END TEST: provider
BEGIN TEST: prpollml  
Thu Mar 27 13:08:37 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
PASS
END TEST: prpollml
BEGIN TEST: prpoll  
Thu Mar 27 13:09:18 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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 64477, 64478 and 64479

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 "64477" from a client
Server read 128 bytes from native fd 7
The server received "64479" from a client
The server received "64477" from a client
Server read 128 bytes from native fd 10
The server received "64479" from a client
The server received "64477" from a client
The server received "64478" from a client
Server read 128 bytes from native fd 11
The server received "64479" from a client
The server received "64477" from a client
The server received "64478" from a client
Server read 128 bytes from native fd 10
The server received "64479" from a client
The server received "64477" from a client
The server received "64478" from a client
Server read 128 bytes from native fd 11
The server received "64479" from a client
The server received "64478" from a client
The server received "64478" from a client
All tests finished
END TEST: prpoll
BEGIN TEST: randseed  
Thu Mar 27 13:09:23 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
END TEST: randseed
BEGIN TEST: ranfile  
Thu Mar 27 13:09:24 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
PASS
END TEST: ranfile
BEGIN TEST: rwlocktest  
Thu Mar 27 13:09:44 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
PASS
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Thu Mar 27 13:09:44 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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 87500 300 13300 1100
server per thread elapsed time 102200
----------
Client results:

----------
client per thread totals 0 500 200 128200 1000
client per thread elapsed time 129900
select loop user/user: 121400.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 122900 1000 53600 2500
server per thread elapsed time 180000
----------
Client results:

----------
client per thread totals 10 1100 400 199600 3300
client per thread elapsed time 204400
select loop user/kernel: 17800.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 186200 2900 82500 3100
server per thread elapsed time 274700
----------
Client results:

----------
client per thread totals 10 4300 1600 314300 6600
client per thread elapsed time 326800
select loop kernel/user: 45800.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 20 216600 3500 120700 5100
server per thread elapsed time 345900
----------
Client results:

----------
client per thread totals 20 5000 1700 387300 8200
client per thread elapsed time 402200
select loop kernel/kernel: 28000.00 usec
END TEST: sel_spd
BEGIN TEST: selct_er  
Thu Mar 27 13:09:45 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
END TEST: selct_er
BEGIN TEST: selct_nm  
Thu Mar 27 13:09:46 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
END TEST: selct_nm
BEGIN TEST: selct_to  
Thu Mar 27 13:09:46 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
END TEST: selct_to
BEGIN TEST: selintr  
Thu Mar 27 13:09:51 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
select returned 0
END TEST: selintr
BEGIN TEST: sema  
Thu Mar 27 13:09:54 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
PASS
END TEST: sema
BEGIN TEST: semaerr  
Thu Mar 27 13:09:54 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
PASS
PASS
END TEST: semaerr
BEGIN TEST: semaping  
Thu Mar 27 13:09:54 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
warning: removed semaphore /tmp/bar.sem left over from previous run
PASS
PASS
END TEST: semaping
BEGIN TEST: sendzlf  
Thu Mar 27 13:09:55 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
PASS
END TEST: sendzlf
BEGIN TEST: server_test  
Thu Mar 27 13:09:55 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
END TEST: server_test
BEGIN TEST: servr_uu  
Thu Mar 27 13:09:55 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
END TEST: servr_uu
BEGIN TEST: servr_ku  
Thu Mar 27 13:09:56 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
END TEST: servr_ku
BEGIN TEST: servr_uk  
Thu Mar 27 13:09:56 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
END TEST: servr_uk
BEGIN TEST: servr_kk  
Thu Mar 27 13:09:56 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
END TEST: servr_kk
BEGIN TEST: short_thread  
Thu Mar 27 13:09:56 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
END TEST: short_thread
BEGIN TEST: sigpipe  
Thu Mar 27 13:09:57 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
write to broken pipe failed with EPIPE, as expected
write to broken pipe failed with EPIPE, as expected
PASSED
END TEST: sigpipe
BEGIN TEST: socket  
Thu Mar 27 13:09:57 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
TCP Client/Server Test - IPv4/Ipv4
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
TCP Client/Server Test - IPv6/Ipv4
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
TCP Client/Server Test - IPv4/Ipv6
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
TCP Client/Server Test - IPv6/Ipv6
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv4/Ipv4
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv6/Ipv4
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv4/Ipv6
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
UDP Client/Server Test - IPv6/Ipv6
UDP_Socket_Client_Server_Test: 1 Server 10 Clients
: 5 datagrams_per_client 128 bytes_per_datagram
UDP_Socket_Client_Server_Test Passed
Socket_Misc_Test : 1 Server 4 Clients
: Sizes of Transmitted Files - 3 KB, 3 MB
Socket_Misc_Test passed
TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client
: 10 messages_per_connection 1024 bytes_per_message
TCP_Socket_Client_Server_Test Passed
END TEST: socket
BEGIN TEST: sockopt  
Thu Mar 27 13:09:59 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
PASSED
END TEST: sockopt
BEGIN TEST: sockping  
Thu Mar 27 13:10:00 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
END TEST: sockping
BEGIN TEST: sprintf  
Thu Mar 27 13:10:00 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
PASS
END TEST: sprintf
BEGIN TEST: stack  
Thu Mar 27 13:10:02 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
END TEST: stack
BEGIN TEST: stdio  
Thu Mar 27 13:10:16 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
This to standard out
This to standard err
END TEST: stdio
BEGIN TEST: str2addr  
Thu Mar 27 13:10:16 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
PASS
END TEST: str2addr
BEGIN TEST: strod  
Thu Mar 27 13:10:16 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
Settings
Number to translate 1234567890123456789
Loops to run test: 1
Translation = 1234567890123456800
END TEST: strod
BEGIN TEST: switch  
Thu Mar 27 13:10:16 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
PASSED
END TEST: switch
BEGIN TEST: system  
Thu Mar 27 13:10:19 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
PR_SI_HOSTNAME: hploan1
PR_SI_SYSNAME: HP-UX
PR_SI_RELEASE: B.11.11
PR_SI_ARCHITECTURE: hppa1.1
Host page size is 4096
Page shift is 12
Number of processors is: 2
END TEST: system
BEGIN TEST: testbit  
Thu Mar 27 13:10:19 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
PASSED
END TEST: testbit
BEGIN TEST: testfile  
Thu Mar 27 13:10:19 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
File Test passed
Dir Test passed
END TEST: testfile
BEGIN TEST: threads  
Thu Mar 27 13:10:20 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
FAIL
threads returned 1 (failed)
END TEST: threads
BEGIN TEST: timemac  
Thu Mar 27 13:10:22 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Thu Mar 27 21:10:23 UTC 2003
Current local time is Thu Mar 27 13:10:23 -0800 2003
GMT offset is 4294938496, DST offset is 0
Please examine the results
END TEST: timemac
BEGIN TEST: timetest  
Thu Mar 27 13:10:23 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
END TEST: timetest
BEGIN TEST: tpd  
Thu Mar 27 13:11:16 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
PASSED
END TEST: tpd
BEGIN TEST: udpsrv  
Thu Mar 27 13:11:16 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
END TEST: udpsrv
BEGIN TEST: vercheck  
Thu Mar 27 13:11:16 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
END TEST: vercheck
BEGIN TEST: version  
Thu Mar 27 13:11:17 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
Runtime library version information
Build time: 27 Mar 2003 13:12:47 GMT
Build time: 2003-03-27 05:12:47
Portable runtime V4.3.0 ()
filename: libplc4.sl
security: N/A
copyright: Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved
comment: http://www.mozilla.org/MPL/
END TEST: version
BEGIN TEST: writev  
Thu Mar 27 13:11:17 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
PASSED
END TEST: writev
BEGIN TEST: xnotify  
Thu Mar 27 13:11:17 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib
Done!
END TEST: xnotify
BEGIN TEST: zerolen  
Thu Mar 27 13:11:18 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/hploan1_HPUX11i/hpux11i64_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
END TEST: zerolen