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


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


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


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


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


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


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


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


Testing w/ write_dally = 2000 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 131
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 134
Testing w/ write_dally = 2500 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 131
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 134
Killing acceptread 12327 after 600
END TEST: acceptread
BEGIN TEST: acceptreademu  
Fri Mar 28 14:55:27 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0xfe7f1b90)127.0.0.1:52494
(Server) read [0xfe7f1b17..0xfe7f1b8c) GET / HTTP/1.0


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


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


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


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


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


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


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


Testing w/ write_dally = 2000 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 131
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 134
Testing w/ write_dally = 2500 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 131
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 134
Killing acceptreademu 12340 after 600
END TEST: acceptreademu
BEGIN TEST: affinity  
Fri Mar 28 14:55:37 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
main: creating local thread
thread_start: AffinityMask = 0x0
main: creating global thread
thread_start: AffinityMask = 0x0
main: creating global bound thread
thread_start: AffinityMask = 0x0
Killing affinity 12353 after 600
END TEST: affinity
BEGIN TEST: alarm  
Fri Mar 28 14:55:38 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing alarm 12366 after 600
END TEST: alarm
BEGIN TEST: anonfm  
Fri Mar 28 14:56:41 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing anonfm 12380 after 600
END TEST: anonfm
BEGIN TEST: atomic  
Fri Mar 28 14:56:42 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PR_AtomicIncrement(-2) == -1: PASSED
PR_AtomicIncrement(-1) == 0: PASSED
PR_AtomicIncrement(0) == 1: PASSED
PR_AtomicAdd(-2,1) == -1: PASSED
PR_AtomicAdd(-1,4) == 3: PASSED
PR_AtomicAdd(3,-6) == -3: PASSED
PR_AtomicDecrement(2) == 1: PASSED
PR_AtomicDecrement(1) == 0: PASSED
PR_AtomicDecrement(0) == -1: PASSED
PR_AtomicSet(-2, 2) == -2: PASSED
PR_AtomicSet(-2, -2) == -2: PASSED
Atomic operations test PASSED
Killing atomic 12394 after 600
END TEST: atomic
BEGIN TEST: attach  
Fri Mar 28 14:56:42 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing attach 12407 after 600
END TEST: attach
BEGIN TEST: bigfile  
Fri Mar 28 14:56:42 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing bigfile 12421 after 600
END TEST: bigfile
BEGIN TEST: cleanup  
Fri Mar 28 14:56:43 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Cleanup settings
Thread type: LOCAL
Concurrency: 1
Number of threads: 1
Thread sleep: 10
Main sleep: 5
Cleanup will NOT be called

main() exiting
Killing cleanup 12434 after 600
END TEST: cleanup
BEGIN TEST: cltsrv  
Fri Mar 28 14:56:48 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib

PThread Statistics
started: 14:56:48[10]
locks [created: 12, destroyed: 2]
locks [acquired: 4499, released: 4499]
cvars [created: 7, destroyed: 5]
cvars [notified: 326, delayed_delete: 0]
Client/Server started at(0x29e50): 14:56:48
Server started at(0x2cd80): 14:56:48
Client started at(0x2cfc0): 14:56:48
main(0x29e50): waiting for execution interval (10 seconds)
Shutting down(0x29e50): 14:56:58
Client(0x2cfc0): stopped after 318 operations and 326346 bytes
Server(0x2cd80): stopped after 319 operations and 327150 bytes
main(0x29e50): test complete
Test exiting at(0x29e50): 14:56:58
Killing cltsrv 12447 after 600
END TEST: cltsrv
BEGIN TEST: concur  
Fri Mar 28 14:56:58 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASSED
Killing concur 12460 after 600
END TEST: concur
BEGIN TEST: cvar  
Fri Mar 28 14:57:10 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing cvar 12473 after 600
END TEST: cvar
BEGIN TEST: cvar2  
Fri Mar 28 14:57:10 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib

CondVar Test:

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

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

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

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

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


5 Thread tests
Condvar simple test shared UU: 64.70 usec
Condvar simple test shared UK: 57.50 usec
Condvar simple test priv UU: 121.60 usec
Condvar simple test priv UK: 121.20 usec
Condvar simple test All: 209.90 usec
Condvar timeout test: 688.90 usec

10 Thread tests
Condvar simple test shared UU: 102.50 usec
Condvar simple test shared UK: 102.10 usec
Condvar simple test priv UU: 610.20 usec
Condvar simple test priv UK: 820.30 usec
Condvar simple test All: 746.50 usec
Condvar timeout test: 929.10 usec

15 Thread tests
Condvar simple test shared UU: 212.60 usec
Condvar simple test shared UK: 149.90 usec
Condvar simple test priv UU: 428.40 usec
Condvar simple test priv UK: 383.50 usec
Condvar simple test All: 1231.00 usec
Condvar timeout test: 1001.10 usec

20 Thread tests
Condvar simple test shared UU: 1568.00 usec
Condvar simple test shared UK: 903.40 usec
Condvar simple test priv UU: 1591.90 usec
Condvar simple test priv UK: 1610.90 usec
Condvar simple test All: 6543.20 usec
Condvar timeout test: 1144.50 usec
PASS
Killing cvar2 12486 after 600
END TEST: cvar2
BEGIN TEST: dlltest  
Fri Mar 28 14:57:13 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASSED
Killing dlltest 12499 after 600
END TEST: dlltest
BEGIN TEST: dtoa  
Fri Mar 28 14:57:13 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASSED
Killing dtoa 12512 after 600
END TEST: dtoa
BEGIN TEST: errcodes  
Fri Mar 28 14:57:13 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib

Number of error codes = 73

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

Overhead of 'PR_IntervalNow()' is 672 nsecs

Overhead of 'PR_Now()' is 554 nsecs

Overhead of 'PR_IntervalNow()' is 669 nsecs

Killing inrval 12656 after 600
END TEST: inrval
BEGIN TEST: instrumt  
Fri Mar 28 14:59:07 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
Killing instrumt 12669 after 600
END TEST: instrumt
BEGIN TEST: intrio  
Fri Mar 28 14:59:07 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
A local thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A local thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
PASSED
Killing intrio 12682 after 600
END TEST: intrio
BEGIN TEST: intrupt  
Fri Mar 28 14:59:28 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASSED
Killing intrupt 12695 after 600
END TEST: intrupt
BEGIN TEST: io_timeout  
Fri Mar 28 14:59:41 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
test with global bound thread
thread id 0, scope GLOBAL_BOUND scope
test with local thread
thread id 0, scope GLOBAL scope
test with global thread
thread id 0, scope GLOBAL scope
Killing io_timeout 12708 after 600
END TEST: io_timeout
BEGIN TEST: ioconthr  
Fri Mar 28 14:59:47 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Interrupting the threads
Threads terminated in 3000 milliseconds
PASS
Killing ioconthr 12721 after 600
END TEST: ioconthr
BEGIN TEST: join  
Fri Mar 28 14:59:52 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
User-User test
User-Kernel test
Kernel-User test
Kernel-Kernel test
Join with unjoinable thread
PASSED
Killing join 12734 after 600
END TEST: join
BEGIN TEST: joinkk  
Fri Mar 28 14:59:53 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
Killing joinkk 12747 after 600
END TEST: joinkk
BEGIN TEST: joinku  
Fri Mar 28 14:59:53 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
Killing joinku 12760 after 600
END TEST: joinku
BEGIN TEST: joinuk  
Fri Mar 28 14:59:53 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
Killing joinuk 12773 after 600
END TEST: joinuk
BEGIN TEST: joinuu  
Fri Mar 28 14:59:53 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
Killing joinuu 12786 after 600
END TEST: joinuu
BEGIN TEST: layer  
Fri Mar 28 14:59:53 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Beginning layered test with new style stack
Ending layered test
Killing layer 12799 after 600
END TEST: layer
BEGIN TEST: lazyinit  
Fri Mar 28 14:59:54 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing lazyinit 12812 after 600
END TEST: lazyinit
BEGIN TEST: lltest  
Fri Mar 28 14:59:54 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
Killing lltest 12825 after 600
END TEST: lltest
BEGIN TEST: lock  
Fri Mar 28 14:59:54 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
Killing lock 12838 after 600
END TEST: lock
BEGIN TEST: lockfile  
Fri Mar 28 15:00:13 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing lockfile 12851 after 600
END TEST: lockfile
BEGIN TEST: logger  
Fri Mar 28 15:00:18 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing logger 12864 after 600
END TEST: logger
BEGIN TEST: many_cv  
Fri Mar 28 15:00:28 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Settings
Conditions / lock: 10
Loops to run test: 1

PThread Statistics
started: 15:00:28[0]
locks [created: 11, destroyed: 1]
locks [acquired: 9, released: 9]
cvars [created: 12, destroyed: 10]
cvars [notified: 10, delayed_delete: 0]
PASS
Killing many_cv 12877 after 600
END TEST: many_cv
BEGIN TEST: multiwait  
Fri Mar 28 15:00:28 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
OneInThenCancelled()
OneOpOneThread()
ManyOpOneThread()
SomeOpsSomeThreads()
RealOneGroupIO()
RealOneGroupIO Enumerated 0 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
Killing multiwait 12890 after 600
END TEST: multiwait
BEGIN TEST: nameshm1  
Fri Mar 28 15:01:51 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing nameshm1 12903 after 600
END TEST: nameshm1
BEGIN TEST: nonblock  
Fri Mar 28 15:01:56 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
The serveclient thread created.
accept: EWOULDBLOCK, good
client connected
accept: succeeded, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
All tests finished
PASS
Killing nonblock 12917 after 600
END TEST: nonblock
BEGIN TEST: nblayer  
Fri Mar 28 15:01:58 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Ending layered test
Killing nblayer 12930 after 600
END TEST: nblayer
BEGIN TEST: ntioto  
Fri Mar 28 15:01:58 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing ntioto 12943 after 600
END TEST: ntioto
BEGIN TEST: ntoh  
Fri Mar 28 15:01:58 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
1 2
1 2
1 2
1 2 3 4
1 2 3 4
1 2 3 4
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
PASS
Killing ntoh 12956 after 600
END TEST: ntoh
BEGIN TEST: op_2long  
Fri Mar 28 15:01:59 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 78
PASS
Killing op_2long 12969 after 600
END TEST: op_2long
BEGIN TEST: op_excl  
Fri Mar 28 15:01:59 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing op_excl 12982 after 600
END TEST: op_excl
BEGIN TEST: op_filnf  
Fri Mar 28 15:01:59 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
error code is -5950
PASS
Killing op_filnf 12995 after 600
END TEST: op_filnf
BEGIN TEST: op_filok  
Fri Mar 28 15:01:59 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Test passed
Killing op_filok 13008 after 600
END TEST: op_filok
BEGIN TEST: op_nofil  
Fri Mar 28 15:02:00 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
error code is PR_FILE_NOT_FOUND_ERROR, as expected
PASS
Killing op_nofil 13021 after 600
END TEST: op_nofil
BEGIN TEST: parent  
Fri Mar 28 15:02:00 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing parent 13034 after 600
END TEST: parent
BEGIN TEST: peek  
Fri Mar 28 15:02:00 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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
Killing peek 13048 after 600
END TEST: peek
BEGIN TEST: perf  
Fri Mar 28 15:02:41 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
'PR_NewSem' is obsolete. Use 'locks & condition variables' instead.
'PR_WaitSem' is obsolete. Use 'locks & condition variables' instead.
'PR_PostSem' is obsolete. Use 'locks & condition variables' instead.
'PR_DestroySem' is obsolete. Use 'locks & condition variables' instead.
local procedure call overhead: 0.08 usec
DLL procedure call overhead: 0.20 usec
current calendar time: 0.56 usec
interval time: 0.68 usec
idle lock lock/unlock pair: 1.16 usec
idle monitor entry/exit pair: 1.83 usec
idle cache monitor entry/exit pair: 4.99 usec
create/destroy thread pair: 278.58 usec
context switch - user/user: 13.05 usec
context switch - user/kernel: 12.49 usec
context switch - kernel/user: 12.54 usec
context switch - kernel/kernel: 14.53 usec
sema context switch - user/user: 16.45 usec
sema context switch - user/kernel: 18.11 usec
sema context switch - kernel/user: 15.89 usec
sema context switch - kernel/kernel: 16.06 usec
--------------
Adding 7 additional CPUs
--------------
local procedure call overhead: 0.07 usec
DLL procedure call overhead: 0.16 usec
current calendar time: 0.57 usec
interval time: 0.70 usec
idle lock lock/unlock pair: 1.11 usec
idle monitor entry/exit pair: 1.81 usec
idle cache monitor entry/exit pair: 5.11 usec
create/destroy thread pair: 446.46 usec
context switch - user/user: 13.33 usec
context switch - user/kernel: 13.73 usec
context switch - kernel/user: 13.25 usec
context switch - kernel/kernel: 13.35 usec
sema context switch - user/user: 36.12 usec
sema context switch - user/kernel: 37.61 usec
sema context switch - kernel/user: 16.66 usec
sema context switch - kernel/kernel: 16.63 usec
Killing perf 13062 after 600
END TEST: perf
BEGIN TEST: pipeping  
Fri Mar 28 15:02:42 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
Killing pipeping 13075 after 600
END TEST: pipeping
BEGIN TEST: pipeping2  
Fri Mar 28 15:02:42 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
Killing pipeping2 13089 after 600
END TEST: pipeping2
BEGIN TEST: pipeself  
Fri Mar 28 15:02:43 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
PR_Available: expected 250, got 250 bytes
PR_Available: expected 243, got 243 bytes
PR_Available: expected 0, got 0 bytes
PASS
Killing pipeself 13103 after 600
END TEST: pipeself
BEGIN TEST: poll_nm  
Fri Mar 28 15:02:43 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing poll_nm 13116 after 600
END TEST: poll_nm
BEGIN TEST: poll_to  
Fri Mar 28 15:02:43 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing poll_to 13129 after 600
END TEST: poll_to
BEGIN TEST: pollable  
Fri Mar 28 15:02:48 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASSED
Killing pollable 13142 after 600
END TEST: pollable
BEGIN TEST: prftest  
Fri Mar 28 15:02:49 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PR_snprintf test 1 passed
PR_snprintf test 2 passed
Killing prftest 13155 after 600
END TEST: prftest
BEGIN TEST: primblok  
Fri Mar 28 15:02:49 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
This test is not relevant on this platform
Killing primblok 13168 after 600
END TEST: primblok
BEGIN TEST: provider  
Fri Mar 28 15:02:49 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib

pthread Statistics
started: 15:02:49[10]
locks [created: 12, destroyed: 2]
locks [acquired: 4294, released: 4293]
cvars [created: 7, destroyed: 4]
cvars [notified: 309, delayed_delete: 0]
Client/Server started at(0x2a4c8): 15:02:49
Server started at(0x2d3c8): 15:02:49
main(0x2a4c8): waiting for execution interval (10 seconds)
Client started at(0x2d538): 15:02:49
Shutting down(0x2a4c8): 15:02:59
Client(0x2d538): stopped after 304 operations and 313702 bytes
Server(0x2d3c8): stopped after 305 operations and 313762 bytes
main(0x2a4c8): test complete
Test exiting at(0x2a4c8): 15:02:59
Killing provider 13181 after 600
END TEST: provider
BEGIN TEST: prpollml  
Fri Mar 28 15:02:59 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
Killing prpollml 13194 after 600
END TEST: prpollml
BEGIN TEST: prpoll  
Fri Mar 28 15:03:20 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
This program tests PR_Poll with sockets.
Timeout, error reporting, and normal operation are tested.

The server thread is listening on ports 53437, 53438 and 53439

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 "53437" from a client
The server received "53438" from a client
The server received "53437" from a client
The server received "53438" from a client
The server received "53437" from a client
The server received "53438" from a client
The server received "53437" from a client
The server received "53438" from a client
The server received "53437" from a client
The server received "53438" from a client
Server read 128 bytes from native fd 6
The server received "53439" from a client
Server read 128 bytes from native fd 7
The server received "53439" from a client
Server read 128 bytes from native fd 6
The server received "53439" from a client
Server read 128 bytes from native fd 7
The server received "53439" from a client
Server read 128 bytes from native fd 6
The server received "53439" from a client
All tests finished
Killing prpoll 13207 after 600
END TEST: prpoll
BEGIN TEST: randseed  
Fri Mar 28 15:03:26 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing randseed 13220 after 600
END TEST: randseed
BEGIN TEST: ranfile  
Fri Mar 28 15:03:26 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing ranfile 13233 after 600
ranfile returned 139 (failed)
END TEST: ranfile
BEGIN TEST: rwlocktest  
Fri Mar 28 15:03:45 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
Killing rwlocktest 13246 after 600
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Fri Mar 28 15:03:45 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Running test for 5 iterations with 10 simultaneous threads.
Will send 8192 bytes of client data and 131072 bytes of server data
server thread 0 alive
server thread 0 loop 0
server thread 1 alive
server thread 1 loop 0
server thread 2 alive
server thread 2 loop 0
server thread 3 alive
server thread 3 loop 0
server thread 4 alive
server thread 4 loop 0
server thread 5 alive
server thread 5 loop 0
server thread 6 alive
server thread 6 loop 0
server thread 7 alive
server thread 7 loop 0
server thread 8 alive
server thread 8 loop 0
server thread 9 alive
server thread 9 loop 0
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 151624
client thread 0 socket connected 151624
client thread 0 socket wrote 8192
server thread 0 got connection 151688
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 8680 80 2980 150 11890
server thread 0 loop 1
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 151688
client thread 0 socket connected 151688
client thread 0 socket wrote 8192
server thread 0 got connection 151624
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 1630 80 1600 110 3420
server thread 0 loop 2
client thread 0 socket read 131072
client thread 0 loop 2
client thread 0 socket created 151624
client thread 0 socket connected 151624
client thread 0 socket wrote 8192
server thread 0 got connection 151688
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 1210 70 1620 120 3020
server thread 0 loop 3
client thread 0 socket read 131072
client thread 0 loop 3
client thread 0 socket created 151688
client thread 0 socket connected 151688
client thread 0 socket wrote 8192
server thread 0 got connection 151624
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 1220 70 1600 110 3000
server thread 0 loop 4
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 151624
client thread 0 socket connected 151624
client thread 0 socket wrote 8192
server thread 0 got connection 151688
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 1220 70 1600 110 3000
Thread 0 EXIT
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 151688
client thread 1 socket connected 151688
client thread 1 socket wrote 8192
client thread 0 socket read 131072
Thread 0 EXIT
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 150984
client thread 2 socket connected 150984
client thread 2 socket wrote 8192
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 151624
client thread 3 socket connected 151624
client thread 3 socket wrote 8192
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 151752
client thread 4 socket connected 151752
client thread 4 socket wrote 8192
client thread 5 alive
client thread 5 loop 0
client thread 5 socket created 151816
client thread 5 socket connected 151816
client thread 5 socket wrote 8192
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 151880
client thread 6 socket connected 151880
client thread 6 socket wrote 8192
server thread 1 got connection 151944
server thread 1 read 8192 bytes
server thread 2 got connection 152008
server thread 2 read 8192 bytes
server thread 3 got connection 152072
server thread 3 read 8192 bytes
server thread 4 got connection 152136
server thread 4 read 8192 bytes
server thread 5 got connection 152200
server thread 5 read 8192 bytes
server thread 6 got connection 152264
server thread 6 read 8192 bytes
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 152328
client thread 7 socket connected 152328
client thread 7 socket wrote 8192
client thread 8 alive
client thread 8 loop 0
client thread 8 socket created 152392
client thread 8 socket connected 152392
client thread 8 socket wrote 8192
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 152456
client thread 9 socket connected 152456
client thread 9 socket wrote 8192
server thread 7 got connection 152520
server thread 7 read 8192 bytes
server thread 8 got connection 152584
server thread 8 read 8192 bytes
server thread 1 write 131072 bytes
server: 28690 80 27040 130 55940
server thread 1 loop 1
server thread 9 got connection 151944
server thread 9 read 8192 bytes
server thread 2 write 131072 bytes
server: 29960 150 27910 120 58140
server thread 2 loop 1
server thread 3 write 131072 bytes
server: 31540 140 26420 110 58210
server thread 3 loop 1
server thread 4 write 131072 bytes
server: 32940 150 24900 120 58110
server thread 4 loop 1
server thread 5 write 131072 bytes
server: 34410 140 23550 120 58220
server thread 5 loop 1
server thread 6 write 131072 bytes
server: 35820 140 22210 120 58290
server thread 6 loop 1
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 152008
client thread 1 socket connected 152008
client thread 1 socket wrote 8192
server thread 9 write 131072 bytes
server: 50200 140 10820 120 61280
server thread 9 loop 1
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 152072
client thread 9 socket connected 152072
client thread 9 socket wrote 8192
server thread 9 got connection 152136
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 1650 70 1600 110 3430
server thread 9 loop 2
client thread 9 socket read 131072
client thread 9 loop 2
client thread 9 socket created 152200
client thread 9 socket connected 152200
client thread 9 socket wrote 8192
server thread 9 got connection 152264
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 1220 60 1600 100 2980
server thread 9 loop 3
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 151688
client thread 9 socket connected 151688
client thread 9 socket wrote 8192
server thread 9 got connection 151944
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 1220 70 1590 110 2990
server thread 9 loop 4
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 152456
client thread 9 socket connected 152456
client thread 9 socket wrote 8192
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 152136
client thread 2 socket connected 152136
client thread 2 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 152072
client thread 3 socket connected 152072
client thread 3 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 152264
client thread 4 socket connected 152264
client thread 4 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 152200
client thread 5 socket connected 152200
client thread 5 socket wrote 8192
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 151944
client thread 6 socket connected 151944
client thread 6 socket wrote 8192
server thread 7 write 131072 bytes
server: 46930 140 31790 110 78970
server thread 7 loop 1
server thread 8 write 131072 bytes
server: 48090 150 30510 110 78860
server thread 8 loop 1
server thread 1 got connection 151688
server thread 1 read 8192 bytes
server thread 9 got connection 150984
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 8710 70 1670 110 10560
Thread 9 EXIT
client thread 9 socket read 131072
Thread 9 EXIT
server thread 2 got connection 151624
server thread 2 read 8192 bytes
server thread 3 got connection 151752
server thread 3 read 8192 bytes
server thread 4 got connection 151816
server thread 4 read 8192 bytes
server thread 5 got connection 151880
server thread 5 read 8192 bytes
server thread 6 got connection 152520
server thread 6 read 8192 bytes
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 152584
client thread 7 socket connected 152584
client thread 7 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 1
client thread 8 socket created 150984
client thread 8 socket connected 150984
client thread 8 socket wrote 8192
server thread 7 got connection 151560
server thread 7 read 8192 bytes
server thread 8 got connection 152456
server thread 8 read 8192 bytes
server thread 1 write 131072 bytes
server: 28480 70 18810 120 47480
server thread 1 loop 2
client thread 1 socket read 131072
client thread 1 loop 2
client thread 1 socket created 152328
client thread 1 socket connected 152328
client thread 1 socket wrote 8192
server thread 1 got connection 152392
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 1010 70 1600 100 2780
server thread 1 loop 3
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 151688
client thread 1 socket connected 151688
client thread 1 socket wrote 8192
server thread 2 write 131072 bytes
server: 30200 70 18570 110 48950
server thread 2 loop 2
server thread 3 write 131072 bytes
server: 30480 70 18000 110 48660
server thread 3 loop 2
server thread 4 write 131072 bytes
server: 30740 70 17440 110 48360
server thread 4 loop 2
server thread 5 write 131072 bytes
server: 31020 70 16850 120 48060
server thread 5 loop 2
server thread 6 write 131072 bytes
server: 31290 70 16290 110 47760
server thread 6 loop 2
server thread 1 got connection 152008
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 5230 80 1610 110 7030
server thread 1 loop 4
client thread 1 socket read 131072
client thread 1 loop 4
client thread 1 socket created 152392
client thread 1 socket connected 152392
client thread 1 socket wrote 8192
server thread 1 got connection 152328
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 1230 70 1610 110 3020
Thread 1 EXIT
client thread 1 socket read 131072
Thread 1 EXIT
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 151624
client thread 2 socket connected 151624
client thread 2 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 151752
client thread 3 socket connected 151752
client thread 3 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 151816
client thread 4 socket connected 151816
client thread 4 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 151880
client thread 5 socket connected 151880
client thread 5 socket wrote 8192
client thread 6 socket read 131072
client thread 6 loop 2
client thread 6 socket created 152520
client thread 6 socket connected 152520
client thread 6 socket wrote 8192
server thread 7 write 131072 bytes
server: 17670 70 20310 100 38150
server thread 7 loop 2
server thread 8 write 131072 bytes
server: 17940 70 19740 100 37850
server thread 8 loop 2
server thread 2 got connection 152008
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 14820 70 1620 110 16620
server thread 2 loop 3
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 151688
client thread 2 socket connected 151688
client thread 2 socket wrote 8192
server thread 2 got connection 152328
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 1230 60 1630 110 3030
server thread 2 loop 4
client thread 2 socket read 131072
client thread 2 loop 4
client thread 2 socket created 151048
client thread 2 socket connected 151048
client thread 2 socket wrote 8192
server thread 2 got connection 152392
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 1220 70 1600 110 3000
Thread 2 EXIT
client thread 2 socket read 131072
Thread 2 EXIT
server thread 3 got connection 152136
server thread 3 read 8192 bytes
server thread 4 got connection 152072
server thread 4 read 8192 bytes
server thread 5 got connection 152264
server thread 5 read 8192 bytes
server thread 6 got connection 152200
server thread 6 read 8192 bytes
client thread 7 socket read 131072
client thread 7 loop 2
client thread 7 socket created 151944
client thread 7 socket connected 151944
client thread 7 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 151560
client thread 8 socket connected 151560
client thread 8 socket wrote 8192
server thread 7 got connection 152456
server thread 7 read 8192 bytes
server thread 8 got connection 152008
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 19580 80 1590 110 21360
server thread 8 loop 3
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 151624
client thread 8 socket connected 151624
client thread 8 socket wrote 8192
server thread 8 got connection 152328
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 1230 70 1580 110 2990
server thread 8 loop 4
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 151688
client thread 8 socket connected 151688
client thread 8 socket wrote 8192
server thread 3 write 131072 bytes
server: 23190 70 16300 110 39670
server thread 3 loop 3
server thread 4 write 131072 bytes
server: 23740 70 15740 110 39660
server thread 4 loop 3
server thread 5 write 131072 bytes
server: 24310 70 15170 100 39650
server thread 5 loop 3
server thread 6 write 131072 bytes
server: 24880 70 14590 110 39650
server thread 6 loop 3
server thread 8 got connection 152392
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 3960 70 1590 110 5730
Thread 8 EXIT
client thread 8 socket read 131072
Thread 8 EXIT
client thread 3 socket read 131072
client thread 3 loop 3
client thread 3 socket created 151112
client thread 3 socket connected 151112
client thread 3 socket wrote 8192
server thread 3 got connection 151048
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 5990 80 1600 110 7780
server thread 3 loop 4
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 152584
client thread 3 socket connected 152584
client thread 3 socket wrote 8192
server thread 3 got connection 150984
server thread 3 read 8192 bytes
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 152008
client thread 4 socket connected 152008
client thread 4 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 151560
client thread 5 socket connected 151560
client thread 5 socket wrote 8192
client thread 6 socket read 131072
client thread 6 loop 3
client thread 6 socket created 152328
client thread 6 socket connected 152328
client thread 6 socket wrote 8192
server thread 7 write 131072 bytes
server: 19020 80 19930 110 39140
server thread 7 loop 3
server thread 3 write 131072 bytes
server: 1220 100 4800 100 6220
Thread 3 EXIT
client thread 3 socket read 131072
Thread 3 EXIT
server thread 4 got connection 151624
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 14860 70 1640 120 16690
server thread 4 loop 4
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 152136
client thread 4 socket connected 152136
client thread 4 socket wrote 8192
server thread 4 got connection 152072
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 1270 70 1660 110 3110
Thread 4 EXIT
client thread 4 socket read 131072
Thread 4 EXIT
server thread 5 got connection 152264
server thread 5 read 8192 bytes
server thread 6 got connection 152200
server thread 6 read 8192 bytes
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 152392
client thread 7 socket connected 152392
client thread 7 socket wrote 8192
server thread 5 write 131072 bytes
server: 20340 70 3800 120 24330
server thread 5 loop 4
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 151496
client thread 5 socket connected 151496
client thread 5 socket wrote 8192
server thread 5 got connection 151688
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 1250 70 1630 120 3070
Thread 5 EXIT
client thread 5 socket read 131072
Thread 5 EXIT
server thread 7 got connection 151752
server thread 7 read 8192 bytes
server thread 6 write 131072 bytes
server: 20920 70 9380 120 30490
server thread 6 loop 4
client thread 6 socket read 131072
client thread 6 loop 4
client thread 6 socket created 151048
client thread 6 socket connected 151048
client thread 6 socket wrote 8192
server thread 6 got connection 151112
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 1050 70 1630 120 2870
Thread 6 EXIT
client thread 6 socket read 131072
Thread 6 EXIT
server thread 7 write 131072 bytes
server: 17740 70 6280 110 24200
server thread 7 loop 4
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 151816
client thread 7 socket connected 151816
client thread 7 socket wrote 8192
server thread 7 got connection 151880
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 1250 80 1680 120 3130
Thread 7 EXIT
client thread 7 socket read 131072
Thread 7 EXIT
Thread 7 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 0 83370 418 51728 564
server per thread elapsed time 136080
----------
Client results:

----------
client per thread totals 0 1475 671 107949 645
client per thread elapsed time 110740
select loop user/user: 38532.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 2 loop 0
server thread 3 alive
server thread 3 loop 0
server thread 4 alive
server thread 4 loop 0
server thread 5 alive
server thread 5 loop 0
server thread 6 alive
server thread 6 loop 0
server thread 7 alive
server thread 7 loop 0
server thread 8 alive
server thread 8 loop 0
server thread 9 alive
server thread 9 loop 0
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 151944
client thread 0 socket connected 151944
client thread 0 socket wrote 8192
server thread 0 got connection 152264
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 5230 70 1640 120 7060
server thread 0 loop 1
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 151560
client thread 0 socket connected 151560
client thread 0 socket wrote 8192
server thread 0 got connection 151688
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 1220 70 1590 100 2980
server thread 0 loop 2
client thread 0 socket read 131072
client thread 0 loop 2
client thread 0 socket created 151304
client thread 0 socket connected 151304
client thread 0 socket wrote 8192
server thread 0 got connection 151496
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 1220 70 1590 100 2980
server thread 0 loop 3
client thread 0 socket read 131072
client thread 0 loop 3
client thread 0 socket created 152200
client thread 0 socket connected 152200
client thread 0 socket wrote 8192
server thread 0 got connection 152328
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 1220 70 1620 110 3020
server thread 0 loop 4
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 151112
client thread 0 socket connected 151112
client thread 0 socket wrote 8192
server thread 0 got connection 151368
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 1220 70 1590 110 2990
Thread 0 EXIT
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 151048
client thread 1 socket connected 151048
client thread 1 socket wrote 8192
client thread 0 socket read 131072
Thread 0 EXIT
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 151752
client thread 2 socket connected 151752
client thread 2 socket wrote 8192
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 152392
client thread 3 socket connected 152392
client thread 3 socket wrote 8192
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 151880
client thread 4 socket connected 151880
client thread 4 socket wrote 8192
client thread 5 alive
client thread 5 loop 0
client thread 5 socket created 151432
client thread 5 socket connected 151432
client thread 5 socket wrote 8192
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 151816
client thread 6 socket connected 151816
client thread 6 socket wrote 8192
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 152264
client thread 7 socket connected 152264
client thread 7 socket wrote 8192
client thread 8 alive
client thread 8 loop 0
client thread 8 socket created 151944
client thread 8 socket connected 151944
client thread 8 socket wrote 8192
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 151688
client thread 9 socket connected 151688
client thread 9 socket wrote 8192
server thread 1 got connection 151560
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 24400 70 1690 120 26280
server thread 1 loop 1
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 151496
client thread 1 socket connected 151496
client thread 1 socket wrote 8192
server thread 1 got connection 151304
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 1260 70 1600 110 3040
server thread 1 loop 2
client thread 1 socket read 131072
client thread 1 loop 2
client thread 1 socket created 152328
client thread 1 socket connected 152328
client thread 1 socket wrote 8192
server thread 1 got connection 152200
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 1240 70 1600 110 3020
server thread 1 loop 3
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 151368
client thread 1 socket connected 151368
client thread 1 socket wrote 8192
server thread 1 got connection 152520
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 1240 70 1640 110 3060
server thread 1 loop 4
client thread 1 socket read 131072
client thread 1 loop 4
client thread 1 socket created 151112
client thread 1 socket connected 151112
client thread 1 socket wrote 8192
server thread 1 got connection 151560
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 1240 70 1610 110 3030
Thread 1 EXIT
client thread 1 socket read 131072
Thread 1 EXIT
server thread 2 got connection 151048
server thread 2 read 8192 bytes
server thread 3 got connection 151304
server thread 3 read 8192 bytes
server thread 4 got connection 151496
server thread 4 read 8192 bytes
server thread 5 got connection 152200
server thread 5 read 8192 bytes
server thread 6 got connection 152328
server thread 6 read 8192 bytes
server thread 7 got connection 152520
server thread 7 read 8192 bytes
server thread 8 got connection 151368
server thread 8 read 8192 bytes
server thread 9 got connection 151560
server thread 9 read 8192 bytes
server thread 7 write 131072 bytes
server: 42610 70 7450 130 50260
server thread 7 loop 1
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 152456
client thread 7 socket connected 152456
client thread 7 socket wrote 8192
server thread 7 got connection 151112
server thread 7 read 8192 bytes
server thread 2 write 131072 bytes
server: 39430 70 17670 120 57290
server thread 2 loop 1
server thread 3 write 131072 bytes
server: 40050 70 17100 110 57330
server thread 3 loop 1
server thread 4 write 131072 bytes
server: 40700 80 16500 110 57390
server thread 4 loop 1
server thread 5 write 131072 bytes
server: 41340 70 15910 110 57430
server thread 5 loop 1
server thread 6 write 131072 bytes
server: 41950 70 15340 110 57470
server thread 6 loop 1
server thread 7 write 131072 bytes
server: 1250 70 5810 110 7240
server thread 7 loop 2
client thread 7 socket read 131072
client thread 7 loop 2
client thread 7 socket created 152520
client thread 7 socket connected 152520
client thread 7 socket wrote 8192
server thread 7 got connection 152264
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 1020 70 1600 110 2800
server thread 7 loop 3
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 151048
client thread 7 socket connected 151048
client thread 7 socket wrote 8192
server thread 7 got connection 151304
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 1940 70 1880 120 4010
server thread 7 loop 4
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 151496
client thread 7 socket connected 151496
client thread 7 socket wrote 8192
server thread 7 got connection 152200
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 1240 70 1600 110 3020
Thread 7 EXIT
client thread 7 socket read 131072
Thread 7 EXIT
server thread 8 write 131072 bytes
server: 43080 70 25000 110 68260
server thread 8 loop 1
server thread 9 write 131072 bytes
server: 43680 70 24440 120 68310
server thread 9 loop 1
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 152328
client thread 2 socket connected 152328
client thread 2 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 151112
client thread 3 socket connected 151112
client thread 3 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 152456
client thread 4 socket connected 152456
client thread 4 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 152264
client thread 5 socket connected 152264
client thread 5 socket wrote 8192
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 152520
client thread 6 socket connected 152520
client thread 6 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 1
client thread 8 socket created 151304
client thread 8 socket connected 151304
client thread 8 socket wrote 8192
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 151048
client thread 9 socket connected 151048
client thread 9 socket wrote 8192
server thread 2 got connection 152200
server thread 2 read 8192 bytes
server thread 3 got connection 152072
server thread 3 read 8192 bytes
server thread 4 got connection 151496
server thread 4 read 8192 bytes
server thread 5 got connection 151368
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 22180 70 1620 110 23980
server thread 5 loop 2
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 151560
client thread 5 socket connected 151560
client thread 5 socket wrote 8192
server thread 5 got connection 151752
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 1240 70 1650 110 3070
server thread 5 loop 3
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 152392
client thread 5 socket connected 152392
client thread 5 socket wrote 8192
server thread 5 got connection 151880
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 1230 70 1600 110 3010
server thread 5 loop 4
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 151432
client thread 5 socket connected 151432
client thread 5 socket wrote 8192
server thread 5 got connection 151816
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 1220 70 1600 110 3000
Thread 5 EXIT
client thread 5 socket read 131072
Thread 5 EXIT
server thread 6 got connection 151944
server thread 6 read 8192 bytes
server thread 8 got connection 151688
server thread 8 read 8192 bytes
server thread 9 got connection 151368
server thread 9 read 8192 bytes
server thread 8 write 131072 bytes
server: 22820 70 6110 120 29120
server thread 8 loop 2
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 152264
client thread 8 socket connected 152264
client thread 8 socket wrote 8192
server thread 8 got connection 151752
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 1250 70 1600 100 3020
server thread 8 loop 3
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 151560
client thread 8 socket connected 151560
client thread 8 socket wrote 8192
server thread 8 got connection 151880
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 1220 70 1630 110 3030
server thread 8 loop 4
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 152392
client thread 8 socket connected 152392
client thread 8 socket wrote 8192
server thread 8 got connection 151816
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 1220 70 1590 110 2990
Thread 8 EXIT
client thread 8 socket read 131072
Thread 8 EXIT
server thread 2 write 131072 bytes
server: 20460 70 33370 110 54010
server thread 2 loop 2
server thread 3 write 131072 bytes
server: 21050 70 32790 110 54020
server thread 3 loop 2
server thread 4 write 131072 bytes
server: 21600 70 32220 110 54000
server thread 4 loop 2
server thread 6 write 131072 bytes
server: 33610 70 19720 110 53510
server thread 6 loop 2
server thread 9 write 131072 bytes
server: 23570 80 18220 110 41980
server thread 9 loop 2
client thread 9 socket read 131072
client thread 9 loop 2
client thread 9 socket created 151624
client thread 9 socket connected 151624
client thread 9 socket wrote 8192
server thread 9 got connection 151432
server thread 9 read 8192 bytes
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 151688
client thread 2 socket connected 151688
client thread 2 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 151304
client thread 3 socket connected 151304
client thread 3 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 151752
client thread 4 socket connected 151752
client thread 4 socket wrote 8192
client thread 6 socket read 131072
client thread 6 loop 2
client thread 6 socket created 152264
client thread 6 socket connected 152264
client thread 6 socket wrote 8192
server thread 9 write 131072 bytes
server: 1020 70 4790 100 5980
server thread 9 loop 3
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 151880
client thread 9 socket connected 151880
client thread 9 socket wrote 8192
server thread 9 got connection 151560
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 1230 70 1610 100 3010
server thread 9 loop 4
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 151816
client thread 9 socket connected 151816
client thread 9 socket wrote 8192
server thread 9 got connection 151240
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 1220 70 1670 110 3070
Thread 9 EXIT
client thread 9 socket read 131072
Thread 9 EXIT
server thread 2 got connection 152392
server thread 2 read 8192 bytes
server thread 3 got connection 152200
server thread 3 read 8192 bytes
server thread 4 got connection 152072
server thread 4 read 8192 bytes
server thread 6 got connection 151496
server thread 6 read 8192 bytes
server thread 2 write 131072 bytes
server: 15390 70 5110 110 20680
server thread 2 loop 3
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 151944
client thread 2 socket connected 151944
client thread 2 socket wrote 8192
server thread 2 got connection 151368
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 1250 70 1620 110 3050
server thread 2 loop 4
client thread 2 socket read 131072
client thread 2 loop 4
client thread 2 socket created 151048
client thread 2 socket connected 151048
client thread 2 socket wrote 8192
server thread 2 got connection 152328
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 1220 70 1600 110 3000
Thread 2 EXIT
client thread 2 socket read 131072
Thread 2 EXIT
server thread 3 write 131072 bytes
server: 15950 70 13870 110 30000
server thread 3 loop 3
client thread 3 socket read 131072
client thread 3 loop 3
client thread 3 socket created 151112
client thread 3 socket connected 151112
client thread 3 socket wrote 8192
server thread 3 got connection 152456
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 1190 80 1600 150 3020
server thread 3 loop 4
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 152520
client thread 3 socket connected 152520
client thread 3 socket wrote 8192
server thread 3 got connection 151432
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 1240 70 1600 110 3020
Thread 3 EXIT
client thread 3 socket read 131072
Thread 3 EXIT
server thread 4 write 131072 bytes
server: 16520 70 20120 110 36820
server thread 4 loop 3
server thread 6 write 131072 bytes
server: 17100 70 19560 110 36840
server thread 6 loop 3
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 151624
client thread 4 socket connected 151624
client thread 4 socket wrote 8192
server thread 4 got connection 151560
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 1810 70 1600 100 3580
server thread 4 loop 4
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 151880
client thread 4 socket connected 151880
client thread 4 socket wrote 8192
server thread 4 got connection 151240
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 1210 70 1620 110 3010
Thread 4 EXIT
client thread 4 socket read 131072
Thread 4 EXIT
client thread 6 socket read 131072
client thread 6 loop 3
client thread 6 socket created 152136
client thread 6 socket connected 152136
client thread 6 socket wrote 8192
server thread 6 got connection 151816
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 8180 70 1610 110 9970
server thread 6 loop 4
client thread 6 socket read 131072
client thread 6 loop 4
client thread 6 socket created 152392
client thread 6 socket connected 152392
client thread 6 socket wrote 8192
server thread 6 got connection 151688
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 1210 70 1600 110 2990
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 10 146989 771 91705 1120
server per thread elapsed time 240585
----------
Client results:

----------
client per thread totals 10 2967 1231 192590 1264
client per thread elapsed time 198052
select loop user/kernel: 33330.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 2 loop 0
server thread 3 alive
server thread 3 loop 0
server thread 4 alive
server thread 4 loop 0
server thread 5 alive
server thread 5 loop 0
server thread 6 alive
server thread 6 loop 0
server thread 7 alive
server thread 7 loop 0
server thread 8 alive
server thread 8 loop 0
server thread 9 alive
server thread 9 loop 0
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 151176
client thread 0 socket connected 151176
client thread 0 socket wrote 8192
server thread 0 got connection 152520
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 5130 80 1610 120 6940
server thread 0 loop 1
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 152072
client thread 0 socket connected 152072
client thread 0 socket wrote 8192
server thread 0 got connection 151496
server thread 0 read 8192 bytes
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 151752
client thread 1 socket connected 151752
client thread 1 socket wrote 8192
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 151560
client thread 2 socket connected 151560
client thread 2 socket wrote 8192
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 151624
client thread 3 socket connected 151624
client thread 3 socket wrote 8192
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 151240
client thread 4 socket connected 151240
client thread 4 socket wrote 8192
client thread 5 alive
client thread 5 loop 0
client thread 5 socket created 152584
client thread 5 socket connected 152584
client thread 5 socket wrote 8192
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 151880
client thread 6 socket connected 151880
client thread 6 socket wrote 8192
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 152264
client thread 7 socket connected 152264
client thread 7 socket wrote 8192
client thread 8 alive
client thread 8 loop 0
client thread 8 socket created 151816
client thread 8 socket connected 151816
client thread 8 socket wrote 8192
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 152136
client thread 9 socket connected 152136
client thread 9 socket wrote 8192
server thread 0 write 131072 bytes
server: 1230 70 6960 110 8370
server thread 0 loop 2
client thread 0 socket read 131072
client thread 0 loop 2
client thread 0 socket created 151688
client thread 0 socket connected 151688
client thread 0 socket wrote 8192
server thread 0 got connection 152008
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 1040 70 1610 100 2820
server thread 0 loop 3
client thread 0 socket read 131072
client thread 0 loop 3
client thread 0 socket created 152392
client thread 0 socket connected 152392
client thread 0 socket wrote 8192
server thread 1 got connection 152520
server thread 1 read 8192 bytes
server thread 2 got connection 151176
server thread 2 read 8192 bytes
server thread 3 got connection 151496
server thread 3 read 8192 bytes
server thread 4 got connection 152072
server thread 4 read 8192 bytes
server thread 5 got connection 152008
server thread 5 read 8192 bytes
server thread 6 got connection 151688
server thread 6 read 8192 bytes
server thread 7 got connection 152648
server thread 7 read 8192 bytes
server thread 8 got connection 2796016
server thread 8 read 8192 bytes
server thread 9 got connection 2796080
server thread 9 read 8192 bytes
server thread 0 got connection 2796144
server thread 0 read 8192 bytes
server thread 9 write 131072 bytes
server: 23880 70 9670 130 33750
server thread 9 loop 1
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 2796080
client thread 9 socket connected 2796080
client thread 9 socket wrote 8192
server thread 1 write 131072 bytes
server: 18900 70 21160 110 40240
server thread 1 loop 1
server thread 2 write 131072 bytes
server: 19540 70 20580 110 40300
server thread 2 loop 1
server thread 3 write 131072 bytes
server: 20180 80 19990 120 40370
server thread 3 loop 1
server thread 4 write 131072 bytes
server: 20830 70 19410 110 40420
server thread 4 loop 1
server thread 5 write 131072 bytes
server: 21440 80 18830 110 40460
server thread 5 loop 1
server thread 6 write 131072 bytes
server: 22050 70 18270 110 40500
server thread 6 loop 1
server thread 7 write 131072 bytes
server: 22700 70 17680 110 40560
server thread 7 loop 1
server thread 8 write 131072 bytes
server: 23430 70 16990 100 40590
server thread 8 loop 1
server thread 9 got connection 152136
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 6460 70 1600 110 8240
server thread 9 loop 2
client thread 9 socket read 131072
client thread 9 loop 2
client thread 9 socket created 152520
client thread 9 socket connected 152520
client thread 9 socket wrote 8192
server thread 9 got connection 151176
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 1240 70 1640 110 3060
server thread 9 loop 3
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 151496
client thread 9 socket connected 151496
client thread 9 socket wrote 8192
server thread 9 got connection 152072
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 1240 70 1600 100 3010
server thread 9 loop 4
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 152008
client thread 9 socket connected 152008
client thread 9 socket wrote 8192
server thread 9 got connection 151688
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 1230 70 1750 110 3160
Thread 9 EXIT
client thread 9 socket read 131072
Thread 9 EXIT
server thread 0 write 131072 bytes
server: 11130 70 27760 120 39080
server thread 0 loop 4
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 152648
client thread 1 socket connected 152648
client thread 1 socket wrote 8192
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 2796016
client thread 2 socket connected 2796016
client thread 2 socket wrote 8192
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 152136
client thread 3 socket connected 152136
client thread 3 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 2796080
client thread 4 socket connected 2796080
client thread 4 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 151176
client thread 5 socket connected 151176
client thread 5 socket wrote 8192
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 152520
client thread 6 socket connected 152520
client thread 6 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 152072
client thread 7 socket connected 152072
client thread 7 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 1
client thread 8 socket created 151496
client thread 8 socket connected 151496
client thread 8 socket wrote 8192
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 151688
client thread 0 socket connected 151688
client thread 0 socket wrote 8192
server thread 1 got connection 151432
server thread 1 read 8192 bytes
server thread 2 got connection 152008
server thread 2 read 8192 bytes
server thread 3 got connection 2796144
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 25210 70 1620 110 27010
server thread 3 loop 2
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 151752
client thread 3 socket connected 151752
client thread 3 socket wrote 8192
server thread 4 got connection 151560
server thread 4 read 8192 bytes
server thread 5 got connection 151624
server thread 5 read 8192 bytes
server thread 6 got connection 151240
server thread 6 read 8192 bytes
server thread 7 got connection 152584
server thread 7 read 8192 bytes
server thread 8 got connection 151880
server thread 8 read 8192 bytes
server thread 0 got connection 152264
server thread 0 read 8192 bytes
server thread 3 got connection 151816
server thread 3 read 8192 bytes
server thread 1 write 131072 bytes
server: 24090 70 19370 120 43650
server thread 1 loop 2
server thread 2 write 131072 bytes
server: 24650 70 18810 110 43640
server thread 2 loop 2
server thread 3 write 131072 bytes
server: 9140 70 7270 110 16590
server thread 3 loop 3
client thread 3 socket read 131072
client thread 3 loop 3
client thread 3 socket created 152392
client thread 3 socket connected 152392
client thread 3 socket wrote 8192
server thread 3 got connection 2796144
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 1030 70 1620 110 2830
server thread 3 loop 4
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 152136
client thread 3 socket connected 152136
client thread 3 socket wrote 8192
server thread 4 write 131072 bytes
server: 27830 70 19500 120 47520
server thread 4 loop 2
server thread 5 write 131072 bytes
server: 28380 70 18950 110 47510
server thread 5 loop 2
server thread 6 write 131072 bytes
server: 28960 70 18360 110 47500
server thread 6 loop 2
server thread 7 write 131072 bytes
server: 29540 70 17790 100 47500
server thread 7 loop 2
server thread 8 write 131072 bytes
server: 30110 80 17200 110 47500
server thread 8 loop 2
server thread 0 write 131072 bytes
server: 18210 70 16630 110 35020
Thread 0 EXIT
client thread 1 socket read 131072
client thread 1 loop 2
client thread 1 socket created 151432
client thread 1 socket connected 151432
client thread 1 socket wrote 8192
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 152008
client thread 2 socket connected 152008
client thread 2 socket wrote 8192
server thread 3 got connection 151816
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 5910 70 1620 110 7710
Thread 3 EXIT
client thread 3 socket read 131072
Thread 3 EXIT
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 151752
client thread 4 socket connected 151752
client thread 4 socket wrote 8192
server thread 4 got connection 2796144
server thread 4 read 8192 bytes
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 152392
client thread 5 socket connected 152392
client thread 5 socket wrote 8192
client thread 6 socket read 131072
client thread 6 loop 2
client thread 6 socket created 151560
client thread 6 socket connected 151560
client thread 6 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 2
client thread 7 socket created 151624
client thread 7 socket connected 151624
client thread 7 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 151240
client thread 8 socket connected 151240
client thread 8 socket wrote 8192
client thread 0 socket read 131072
Thread 0 EXIT
server thread 1 got connection 152584
server thread 1 read 8192 bytes
server thread 2 got connection 151880
server thread 2 read 8192 bytes
server thread 4 write 131072 bytes
server: 7920 70 8190 120 16300
server thread 4 loop 3
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 152264
client thread 4 socket connected 152264
client thread 4 socket wrote 8192
server thread 4 got connection 151368
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 1020 70 1600 110 2800
server thread 4 loop 4
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 152648
client thread 4 socket connected 152648
client thread 4 socket wrote 8192
server thread 5 got connection 2796016
server thread 5 read 8192 bytes
server thread 6 got connection 151816
server thread 6 read 8192 bytes
server thread 7 got connection 150984
server thread 7 read 8192 bytes
server thread 8 got connection 152136
server thread 8 read 8192 bytes
server thread 4 got connection 2796080
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 7010 70 1600 110 8790
Thread 4 EXIT
client thread 4 socket read 131072
Thread 4 EXIT
server thread 1 write 131072 bytes
server: 19060 70 18240 120 37490
server thread 1 loop 3
server thread 2 write 131072 bytes
server: 19630 70 17670 120 37490
server thread 2 loop 3
server thread 5 write 131072 bytes
server: 19910 70 12830 120 32930
server thread 5 loop 3
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 151176
client thread 5 socket connected 151176
client thread 5 socket wrote 8192
server thread 5 got connection 152520
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 1050 70 1610 110 2840
server thread 5 loop 4
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 152072
client thread 5 socket connected 152072
client thread 5 socket wrote 8192
server thread 5 got connection 151496
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 1230 70 1690 120 3110
Thread 5 EXIT
client thread 5 socket read 131072
Thread 5 EXIT
server thread 6 write 131072 bytes
server: 20490 80 18990 110 39670
server thread 6 loop 3
server thread 7 write 131072 bytes
server: 21080 70 18420 110 39680
server thread 7 loop 3
server thread 8 write 131072 bytes
server: 21650 70 17850 110 39680
server thread 8 loop 3
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 151688
client thread 1 socket connected 151688
client thread 1 socket wrote 8192
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 2796144
client thread 2 socket connected 2796144
client thread 2 socket wrote 8192
client thread 6 socket read 131072
client thread 6 loop 3
client thread 6 socket created 151752
client thread 6 socket connected 151752
client thread 6 socket wrote 8192
server thread 6 got connection 151368
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 4060 70 1630 110 5870
server thread 6 loop 4
client thread 6 socket read 131072
client thread 6 loop 4
client thread 6 socket created 152264
client thread 6 socket connected 152264
client thread 6 socket wrote 8192
server thread 6 got connection 2796080
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 1230 70 1640 120 3060
Thread 6 EXIT
client thread 6 socket read 131072
Thread 6 EXIT
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 151048
client thread 7 socket connected 151048
client thread 7 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 152648
client thread 8 socket connected 152648
client thread 8 socket wrote 8192
server thread 1 got connection 152584
server thread 1 read 8192 bytes
server thread 2 got connection 151880
server thread 2 read 8192 bytes
server thread 7 got connection 2796016
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 13460 70 1650 110 15290
server thread 7 loop 4
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 152392
client thread 7 socket connected 152392
client thread 7 socket wrote 8192
server thread 7 got connection 152520
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 1230 70 1630 110 3040
Thread 7 EXIT
client thread 7 socket read 131072
Thread 7 EXIT
server thread 8 got connection 151176
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 18860 70 3380 110 22420
server thread 8 loop 4
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 151496
client thread 8 socket connected 151496
client thread 8 socket wrote 8192
server thread 8 got connection 152200
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 1250 70 1590 110 3020
Thread 8 EXIT
client thread 8 socket read 131072
Thread 8 EXIT
server thread 1 write 131072 bytes
server: 20070 70 16340 110 36590
server thread 1 loop 4
client thread 1 socket read 131072
client thread 1 loop 4
client thread 1 socket created 152072
client thread 1 socket connected 152072
client thread 1 socket wrote 8192
server thread 2 write 131072 bytes
server: 20640 80 16600 110 37430
server thread 2 loop 4
server thread 1 got connection 151816
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 1540 70 1620 110 3340
Thread 1 EXIT
client thread 1 socket read 131072
Thread 1 EXIT
client thread 2 socket read 131072
client thread 2 loop 4
client thread 2 socket created 150984
client thread 2 socket connected 150984
client thread 2 socket wrote 8192
server thread 2 got connection 152136
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 3770 60 1610 110 5550
Thread 2 EXIT
client thread 2 socket read 131072
Thread 2 EXIT
Thread 2 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 10 217076 1126 144928 1679
server per thread elapsed time 364809
----------
Client results:

----------
client per thread totals 10 4401 1811 306906 1901
client per thread elapsed time 315019
select loop kernel/user: 33666.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 2 loop 0
server thread 3 alive
server thread 3 loop 0
server thread 4 alive
server thread 4 loop 0
server thread 5 alive
server thread 5 loop 0
server thread 6 alive
server thread 6 loop 0
server thread 7 alive
server thread 7 loop 0
server thread 8 alive
server thread 8 loop 0
server thread 9 alive
server thread 9 loop 0
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 2796016
client thread 0 socket connected 2796016
client thread 0 socket wrote 8192
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 151048
client thread 1 socket connected 151048
client thread 1 socket wrote 8192
server thread 1 got connection 152520
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 5000 70 1660 120 6850
server thread 1 loop 1
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 152456
client thread 1 socket connected 152456
client thread 1 socket wrote 8192
server thread 1 got connection 152392
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 1240 70 1620 140 3070
server thread 1 loop 2
client thread 1 socket read 131072
client thread 1 loop 2
client thread 1 socket created 151176
client thread 1 socket connected 151176
client thread 1 socket wrote 8192
server thread 1 got connection 152648
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 1230 70 1610 110 3020
server thread 1 loop 3
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 152200
client thread 1 socket connected 152200
client thread 1 socket wrote 8192
server thread 1 got connection 151112
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 1220 70 1620 100 3010
server thread 1 loop 4
client thread 1 socket read 131072
client thread 1 loop 4
client thread 1 socket created 151496
client thread 1 socket connected 151496
client thread 1 socket wrote 8192
server thread 1 got connection 152584
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 1220 70 1620 100 3010
Thread 1 EXIT
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 151688
client thread 2 socket connected 151688
client thread 2 socket wrote 8192
client thread 1 socket read 131072
Thread 1 EXIT
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 151880
client thread 3 socket connected 151880
client thread 3 socket wrote 8192
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 151816
client thread 4 socket connected 151816
client thread 4 socket wrote 8192
client thread 5 alive
client thread 5 loop 0
client thread 5 socket created 151944
client thread 5 socket connected 151944
client thread 5 socket wrote 8192
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 152072
client thread 6 socket connected 152072
client thread 6 socket wrote 8192
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 2796144
client thread 7 socket connected 2796144
client thread 7 socket wrote 8192
client thread 8 alive
client thread 8 loop 0
client thread 8 socket created 152136
client thread 8 socket connected 152136
client thread 8 socket wrote 8192
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 152328
client thread 9 socket connected 152328
client thread 9 socket wrote 8192
server thread 0 got connection 150984
server thread 0 read 8192 bytes
server thread 2 got connection 152520
server thread 2 read 8192 bytes
server thread 3 got connection 151048
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 25950 70 1620 120 27760
server thread 3 loop 1
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 152392
client thread 3 socket connected 152392
client thread 3 socket wrote 8192
server thread 3 got connection 152456
server thread 3 read 8192 bytes
server thread 4 got connection 152648
server thread 4 read 8192 bytes
server thread 5 got connection 151176
server thread 5 read 8192 bytes
server thread 6 got connection 151112
server thread 6 read 8192 bytes
server thread 7 got connection 152200
server thread 7 read 8192 bytes
server thread 8 got connection 152584
server thread 8 read 8192 bytes
server thread 9 got connection 152008
server thread 9 read 8192 bytes
server thread 3 write 131072 bytes
server: 1270 70 9580 120 11040
server thread 3 loop 2
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 151496
client thread 3 socket connected 151496
client thread 3 socket wrote 8192
server thread 3 got connection 151048
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 900 70 1610 110 2690
server thread 3 loop 3
client thread 3 socket read 131072
client thread 3 loop 3
client thread 3 socket created 151880
client thread 3 socket connected 151880
client thread 3 socket wrote 8192
server thread 2 write 131072 bytes
server: 25310 70 24780 120 50280
server thread 2 loop 1
server thread 0 write 131072 bytes
server: 25500 70 26260 120 51950
server thread 0 loop 1
server thread 4 write 131072 bytes
server: 29710 70 20200 110 50090
server thread 4 loop 1
server thread 5 write 131072 bytes
server: 30330 70 19640 110 50150
server thread 5 loop 1
server thread 6 write 131072 bytes
server: 30950 70 19070 110 50200
server thread 6 loop 1
server thread 7 write 131072 bytes
server: 31580 70 18490 120 50260
server thread 7 loop 1
server thread 8 write 131072 bytes
server: 32190 80 17920 120 50310
server thread 8 loop 1
server thread 9 write 131072 bytes
server: 32800 80 17350 110 50340
server thread 9 loop 1
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 152456
client thread 0 socket connected 152456
client thread 0 socket wrote 8192
server thread 0 got connection 152392
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 4030 70 1580 110 5790
server thread 0 loop 2
client thread 0 socket read 131072
client thread 0 loop 2
client thread 0 socket created 151048
client thread 0 socket connected 151048
client thread 0 socket wrote 8192
server thread 0 got connection 151496
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 1230 70 1590 120 3010
server thread 0 loop 3
client thread 0 socket read 131072
client thread 0 loop 3
client thread 0 socket created 152520
client thread 0 socket connected 152520
client thread 0 socket wrote 8192
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 150984
client thread 2 socket connected 150984
client thread 2 socket wrote 8192
server thread 3 got connection 152648
server thread 3 read 8192 bytes
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 151176
client thread 4 socket connected 151176
client thread 4 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 151112
client thread 5 socket connected 151112
client thread 5 socket wrote 8192
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 152200
client thread 6 socket connected 152200
client thread 6 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 152584
client thread 7 socket connected 152584
client thread 7 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 1
client thread 8 socket created 152008
client thread 8 socket connected 152008
client thread 8 socket wrote 8192
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 2796016
client thread 9 socket connected 2796016
client thread 9 socket wrote 8192
server thread 0 got connection 152392
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 7860 70 1590 110 9630
server thread 0 loop 4
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 152456
client thread 0 socket connected 152456
client thread 0 socket wrote 8192
server thread 2 got connection 151496
server thread 2 read 8192 bytes
server thread 4 got connection 151048
server thread 4 read 8192 bytes
server thread 5 got connection 151688
server thread 5 read 8192 bytes
server thread 6 got connection 151816
server thread 6 read 8192 bytes
server thread 7 got connection 151944
server thread 7 read 8192 bytes
server thread 8 got connection 152072
server thread 8 read 8192 bytes
server thread 9 got connection 2796144
server thread 9 read 8192 bytes
server thread 0 got connection 152136
server thread 0 read 8192 bytes
server thread 3 write 131072 bytes
server: 12380 70 19610 120 32180
server thread 3 loop 4
server thread 0 write 131072 bytes
server: 9430 70 7460 110 17070
Thread 0 EXIT
client thread 0 socket read 131072
Thread 0 EXIT
server thread 2 write 131072 bytes
server: 19980 70 16990 110 37150
server thread 2 loop 2
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 152328
client thread 2 socket connected 152328
client thread 2 socket wrote 8192
server thread 2 got connection 152392
server thread 2 read 8192 bytes
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 152520
client thread 3 socket connected 152520
client thread 3 socket wrote 8192
server thread 4 write 131072 bytes
server: 21090 70 19090 120 40370
server thread 4 loop 2
server thread 5 write 131072 bytes
server: 21660 70 18520 110 40360
server thread 5 loop 2
server thread 6 write 131072 bytes
server: 22210 70 17960 110 40350
server thread 6 loop 2
server thread 7 write 131072 bytes
server: 22780 70 17390 110 40350
server thread 7 loop 2
server thread 8 write 131072 bytes
server: 23330 80 16830 110 40350
server thread 8 loop 2
server thread 9 write 131072 bytes
server: 23900 70 16260 120 40350
server thread 9 loop 2
server thread 2 write 131072 bytes
server: 1040 70 5640 110 6860
server thread 2 loop 3
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 152648
client thread 2 socket connected 152648
client thread 2 socket wrote 8192
server thread 2 got connection 152136
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 1000 70 1600 100 2770
server thread 2 loop 4
client thread 2 socket read 131072
client thread 2 loop 4
client thread 2 socket created 151432
client thread 2 socket connected 151432
client thread 2 socket wrote 8192
server thread 2 got connection 152456
server thread 2 read 8192 bytes
server thread 3 got connection 151496
server thread 3 read 8192 bytes
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 150984
client thread 4 socket connected 150984
client thread 4 socket wrote 8192
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 151880
client thread 5 socket connected 151880
client thread 5 socket wrote 8192
client thread 6 socket read 131072
client thread 6 loop 2
client thread 6 socket created 151048
client thread 6 socket connected 151048
client thread 6 socket wrote 8192
client thread 7 socket read 131072
client thread 7 loop 2
client thread 7 socket created 151688
client thread 7 socket connected 151688
client thread 7 socket wrote 8192
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 151816
client thread 8 socket connected 151816
client thread 8 socket wrote 8192
client thread 9 socket read 131072
client thread 9 loop 2
client thread 9 socket created 151944
client thread 9 socket connected 151944
client thread 9 socket wrote 8192
server thread 2 write 131072 bytes
server: 1220 70 7630 110 9030
Thread 2 EXIT
client thread 2 socket read 131072
Thread 2 EXIT
server thread 3 write 131072 bytes
server: 18940 70 7310 110 26430
Thread 3 EXIT
client thread 3 socket read 131072
Thread 3 EXIT
server thread 4 got connection 152072
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 17280 70 1660 120 19130
server thread 4 loop 3
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 2796144
client thread 4 socket connected 2796144
client thread 4 socket wrote 8192
server thread 4 got connection 152392
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 1220 70 1590 110 2990
server thread 4 loop 4
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 152328
client thread 4 socket connected 152328
client thread 4 socket wrote 8192
server thread 4 got connection 152136
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 1210 220 1600 110 3140
Thread 4 EXIT
client thread 4 socket read 131072
Thread 4 EXIT
server thread 5 got connection 152648
server thread 5 read 8192 bytes
server thread 6 got connection 151176
server thread 6 read 8192 bytes
server thread 7 got connection 151112
server thread 7 read 8192 bytes
server thread 8 got connection 152200
server thread 8 read 8192 bytes
server thread 9 got connection 152584
server thread 9 read 8192 bytes
server thread 6 write 131072 bytes
server: 26320 70 6370 120 32880
server thread 6 loop 3
client thread 6 socket read 131072
client thread 6 loop 3
client thread 6 socket created 152008
client thread 6 socket connected 152008
client thread 6 socket wrote 8192
server thread 6 got connection 2796016
server thread 6 read 8192 bytes
server thread 6 write 131072 bytes
server: 1220 70 1590 100 2980
server thread 6 loop 4
client thread 6 socket read 131072
client thread 6 loop 4
client thread 6 socket created 152456
client thread 6 socket connected 152456
client thread 6 socket wrote 8192
server thread 6 got connection 151560
server thread 6 read 8192 bytes
server thread 5 write 131072 bytes
server: 25760 70 15180 120 41130
server thread 5 loop 3
server thread 6 write 131072 bytes
server: 1240 70 4270 100 5680
Thread 6 EXIT
client thread 6 socket read 131072
Thread 6 EXIT
server thread 7 write 131072 bytes
server: 26910 70 15240 110 42330
server thread 7 loop 3
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 151432
client thread 7 socket connected 151432
client thread 7 socket wrote 8192
server thread 7 got connection 151496
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
server: 1010 70 1610 110 2800
server thread 7 loop 4
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 151368
client thread 7 socket connected 151368
client thread 7 socket wrote 8192
server thread 7 got connection 152520
server thread 7 read 8192 bytes
server thread 8 write 131072 bytes
server: 27470 80 19640 130 47320
server thread 8 loop 3
server thread 9 write 131072 bytes
server: 28040 70 19100 110 47320
server thread 9 loop 3
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 152072
client thread 5 socket connected 152072
client thread 5 socket wrote 8192
server thread 7 write 131072 bytes
server: 1210 70 3820 110 5210
Thread 7 EXIT
client thread 7 socket read 131072
Thread 7 EXIT
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 150984
client thread 8 socket connected 150984
client thread 8 socket wrote 8192
server thread 8 got connection 152392
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
server: 4730 70 1600 120 6520
server thread 8 loop 4
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 2796144
client thread 8 socket connected 2796144
client thread 8 socket wrote 8192
server thread 8 got connection 152136
server thread 8 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 151752
client thread 9 socket connected 151752
client thread 9 socket wrote 8192
server thread 5 got connection 152328
server thread 5 read 8192 bytes
server thread 8 write 131072 bytes
server: 1250 70 3710 120 5150
Thread 8 EXIT
client thread 8 socket read 131072
Thread 8 EXIT
server thread 9 got connection 151176
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 11970 70 1590 110 13740
server thread 9 loop 4
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 151048
client thread 9 socket connected 151048
client thread 9 socket wrote 8192
server thread 9 got connection 2796016
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
server: 1240 70 1610 120 3040
Thread 9 EXIT
client thread 9 socket read 131072
Thread 9 EXIT
server thread 5 write 131072 bytes
server: 18070 70 8480 110 26730
server thread 5 loop 4
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 152008
client thread 5 socket connected 152008
client thread 5 socket wrote 8192
server thread 5 got connection 152648
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 1220 70 1600 110 3000
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 20 285661 1495 192124 2246
server per thread elapsed time 481526
----------
Client results:

----------
client per thread totals 20 5820 2352 405772 2540
client per thread elapsed time 416484
select loop kernel/kernel: 33376.00 usec
Killing sel_spd 13259 after 600
END TEST: sel_spd
BEGIN TEST: selct_er  
Fri Mar 28 15:03:46 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
'PR_FD_ZERO (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_FD_SET (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_Select' is obsolete. Use 'PR_Poll' instead.
'PR_FD_CLR (PR_Select)' is obsolete. Use 'PR_Poll' instead.
Killing selct_er 13272 after 600
END TEST: selct_er
BEGIN TEST: selct_nm  
Fri Mar 28 15:03:47 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
'PR_FD_ZERO (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_FD_SET (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_Select' is obsolete. Use 'PR_Poll' instead.
'PR_FD_ISSET (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_FD_CLR (PR_Select)' is obsolete. Use 'PR_Poll' instead.
Killing selct_nm 13285 after 600
END TEST: selct_nm
BEGIN TEST: selct_to  
Fri Mar 28 15:03:47 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
'PR_FD_ZERO (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_FD_SET (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_Select' is obsolete. Use 'PR_Poll' instead.
Killing selct_to 13298 after 600
END TEST: selct_to
BEGIN TEST: selintr  
Fri Mar 28 15:03:52 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
select returned 0
Killing selintr 13311 after 600
END TEST: selintr
BEGIN TEST: sema  
Fri Mar 28 15:03:54 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
Killing sema 13324 after 600
END TEST: sema
BEGIN TEST: semaerr  
Fri Mar 28 15:03:55 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
PASS
Killing semaerr 13337 after 600
END TEST: semaerr
BEGIN TEST: semaping  
Fri Mar 28 15:03:56 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
warning: removed semaphore /tmp/bar.sem left over from previous run
PASS
PASS
Killing semaping 13351 after 600
END TEST: semaping
BEGIN TEST: sendzlf  
Fri Mar 28 15:03:57 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
Killing sendzlf 13365 after 600
END TEST: sendzlf
BEGIN TEST: server_test  
Fri Mar 28 15:03:57 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing server_test 13378 after 600
END TEST: server_test
BEGIN TEST: servr_uu  
Fri Mar 28 15:03:57 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing servr_uu 13391 after 600
END TEST: servr_uu
BEGIN TEST: servr_ku  
Fri Mar 28 15:03:57 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing servr_ku 13404 after 600
END TEST: servr_ku
BEGIN TEST: servr_uk  
Fri Mar 28 15:03:58 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing servr_uk 13417 after 600
END TEST: servr_uk
BEGIN TEST: servr_kk  
Fri Mar 28 15:03:58 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing servr_kk 13430 after 600
END TEST: servr_kk
BEGIN TEST: short_thread  
Fri Mar 28 15:03:58 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing short_thread 13443 after 600
END TEST: short_thread
BEGIN TEST: sigpipe  
Fri Mar 28 15:03:58 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
write to broken pipe failed with EPIPE, as expected
write to broken pipe failed with EPIPE, as expected
PASSED
Killing sigpipe 13456 after 600
END TEST: sigpipe
BEGIN TEST: socket  
Fri Mar 28 15:03:59 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
'PR_NewSem' is obsolete. Use 'locks & condition variables' instead.
'PR_WaitSem' is obsolete. Use 'locks & condition variables' instead.
'PR_PostSem' is obsolete. Use 'locks & condition variables' instead.
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
Killing socket 13469 after 600
END TEST: socket
BEGIN TEST: sockopt  
Fri Mar 28 15:04:00 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASSED
Killing sockopt 13482 after 600
END TEST: sockopt
BEGIN TEST: sockping  
Fri Mar 28 15:04:01 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
Killing sockping 13495 after 600
END TEST: sockping
BEGIN TEST: sprintf  
Fri Mar 28 15:04:01 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
Killing sprintf 13509 after 600
END TEST: sprintf
BEGIN TEST: stack  
Fri Mar 28 15:04:03 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
Killing stack 13522 after 600
END TEST: stack
BEGIN TEST: stdio  
Fri Mar 28 15:04:13 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
This to standard out
This to standard err
Killing stdio 13535 after 600
END TEST: stdio
BEGIN TEST: str2addr  
Fri Mar 28 15:04:13 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
Killing str2addr 13548 after 600
END TEST: str2addr
BEGIN TEST: strod  
Fri Mar 28 15:04:13 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Settings
Number to translate 1234567890123456789
Loops to run test: 1
Translation = 1234567890123456768
Killing strod 13561 after 600
END TEST: strod
BEGIN TEST: switch  
Fri Mar 28 15:04:14 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASSED
Killing switch 13574 after 600
END TEST: switch
BEGIN TEST: system  
Fri Mar 28 15:04:15 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PR_SI_HOSTNAME: mintchip
PR_SI_SYSNAME: SunOS
PR_SI_RELEASE: 5.8
PR_SI_ARCHITECTURE: sparc
Host page size is 8192
Page shift is 13
Number of processors is: 1
Killing system 13587 after 600
END TEST: system
BEGIN TEST: testbit  
Fri Mar 28 15:04:16 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASSED
Killing testbit 13600 after 600
END TEST: testbit
BEGIN TEST: testfile  
Fri Mar 28 15:04:16 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
File Test passed
Dir Test passed
Killing testfile 13613 after 600
END TEST: testfile
BEGIN TEST: threads  
Fri Mar 28 15:04:16 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASS
Killing threads 13626 after 600
END TEST: threads
BEGIN TEST: timemac  
Fri Mar 28 15:04:19 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Fri Mar 28 23:04:19 UTC 2003
Current local time is Fri Mar 28 15:04:19 -0800 2003
GMT offset is -28800, DST offset is 0
Please examine the results
Killing timemac 13639 after 600
END TEST: timemac
BEGIN TEST: timetest  
Fri Mar 28 15:04:19 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing timetest 13652 after 600
END TEST: timetest
BEGIN TEST: tpd  
Fri Mar 28 15:07:18 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASSED
/u/svbld/ns/securityqa/nsprqa: usage: kill [ [ -sig ] id ... | -l ]
END TEST: tpd
BEGIN TEST: udpsrv  
Fri Mar 28 15:07:18 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Killing udpsrv 13678 after 600
END TEST: udpsrv
BEGIN TEST: vercheck  
Fri Mar 28 15:07:19 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
NSPR release 4.3:
Compatible with version 4.0
Compatible with version 4.0.1
Compatible with version 4.1
Compatible with version 4.1.1
Compatible with version 4.1.2
Compatible with version 4.1.3
Compatible with version 4.2
Compatible with version 4.2.1
Compatible with version 4.2.2
Compatible with version 4.3
Incompatible with version 2.1 19980529
Incompatible with version 3.0
Incompatible with version 3.0.1
Incompatible with version 3.1
Incompatible with version 3.1.1
Incompatible with version 3.1.2
Incompatible with version 3.1.3
Incompatible with version 3.5
Incompatible with version 3.5.1
Incompatible with version 4.3.3
Incompatible with version 4.4
Incompatible with version 4.4.1
Incompatible with version 10.0
Incompatible with version 11.1
Incompatible with version 12.14.20
PASS
Killing vercheck 13691 after 600
END TEST: vercheck
BEGIN TEST: version  
Fri Mar 28 15:07:19 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Runtime library version information
Build time: 27 Mar 2003 11:47:30 GMT
Build time: 2003-03-27 03:47:30
Portable runtime V4.3.0 ( debug )
filename: libplc4.so
security: N/A
copyright: Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved
comment: http://www.mozilla.org/MPL/
Killing version 13704 after 600
END TEST: version
BEGIN TEST: writev  
Fri Mar 28 15:07:19 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
PASSED
Killing writev 13717 after 600
END TEST: writev
BEGIN TEST: xnotify  
Fri Mar 28 15:07:19 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
Done!
Killing xnotify 13730 after 600
END TEST: xnotify
BEGIN TEST: zerolen  
Fri Mar 28 15:07:20 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib
calling PR_Writev with a zero-length buffer
calling PR_Write with a zero-length buffer
calling PR_Send with a zero-length buffer
PASS
Killing zerolen 13743 after 600
END TEST: zerolen
BEGIN TEST: accept  
Fri Mar 28 15:07:36 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
Killing accept 13801 after 600
END TEST: accept
BEGIN TEST: acceptread  
Fri Mar 28 15:07:42 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0xff061ac8)127.0.0.1:53972
(Server) read [0xff061a50..0xff061ac5) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0xff061ac8)127.0.0.1:53973
(Server) read [0xff061a50..0xff061ac5) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0xff061ac8)127.0.0.1:53974
(Server) read [0xff061a50..0xff061ac5) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0xff061ac8)127.0.0.1:53975
(Server) read [0xff061a50..0xff061ac5) GET / HTTP/1.0


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


Testing w/ write_dally = 2000 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 131
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 134
Testing w/ write_dally = 2500 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 131
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 134
Killing acceptread 13814 after 600
END TEST: acceptread
BEGIN TEST: acceptreademu  
Fri Mar 28 15:07:53 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0xff061ac8)127.0.0.1:53978
(Server) read [0xff061a50..0xff061ac5) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0xff061ac8)127.0.0.1:53979
(Server) read [0xff061a50..0xff061ac5) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0xff061ac8)127.0.0.1:53980
(Server) read [0xff061a50..0xff061ac5) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0xff061ac8)127.0.0.1:53981
(Server) read [0xff061a50..0xff061ac5) GET / HTTP/1.0


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


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

main() exiting
Killing cleanup 13921 after 600
END TEST: cleanup
BEGIN TEST: cltsrv  
Fri Mar 28 15:09:14 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Client/Server started at(0x27ad0): 15:09:14
Server started at(0x2aa00): 15:09:14
Client started at(0x2ac40): 15:09:14
main(0x27ad0): waiting for execution interval (10 seconds)
Shutting down(0x27ad0): 15:09:24
Client(0x2ac40): stopped after 307 operations and 316232 bytes
Server(0x2aa00): stopped after 307 operations and 316232 bytes
main(0x27ad0): test complete
Test exiting at(0x27ad0): 15:09:29
Killing cltsrv 13934 after 600
END TEST: cltsrv
BEGIN TEST: concur  
Fri Mar 28 15:09:29 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASSED
Killing concur 13947 after 600
END TEST: concur
BEGIN TEST: cvar  
Fri Mar 28 15:09:40 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing cvar 13960 after 600
END TEST: cvar
BEGIN TEST: cvar2  
Fri Mar 28 15:09:40 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib

CondVar Test:

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

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

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

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

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


5 Thread tests
Condvar simple test shared UU: 39.50 usec
Condvar simple test shared UK: 31.70 usec
Condvar simple test priv UU: 79.80 usec
Condvar simple test priv UK: 79.70 usec
Condvar simple test All: 111.20 usec
Condvar timeout test: 603.30 usec

10 Thread tests
Condvar simple test shared UU: 55.60 usec
Condvar simple test shared UK: 54.90 usec
Condvar simple test priv UU: 145.30 usec
Condvar simple test priv UK: 145.10 usec
Condvar simple test All: 225.30 usec
Condvar timeout test: 731.80 usec

15 Thread tests
Condvar simple test shared UU: 80.20 usec
Condvar simple test shared UK: 80.50 usec
Condvar simple test priv UU: 209.00 usec
Condvar simple test priv UK: 207.20 usec
Condvar simple test All: 336.50 usec
Condvar timeout test: 847.10 usec

20 Thread tests
Condvar simple test shared UU: 106.60 usec
Condvar simple test shared UK: 106.50 usec
Condvar simple test priv UU: 267.80 usec
Condvar simple test priv UK: 267.30 usec
Condvar simple test All: 454.50 usec
Condvar timeout test: 951.60 usec
PASS
Killing cvar2 13973 after 600
END TEST: cvar2
BEGIN TEST: dlltest  
Fri Mar 28 15:09:41 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASSED
Killing dlltest 13986 after 600
END TEST: dlltest
BEGIN TEST: dtoa  
Fri Mar 28 15:09:41 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASSED
Killing dtoa 13999 after 600
END TEST: dtoa
BEGIN TEST: errcodes  
Fri Mar 28 15:09:42 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib

Number of error codes = 73

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

Overhead of 'PR_IntervalNow()' is 449 nsecs

Overhead of 'PR_Now()' is 298 nsecs

Overhead of 'PR_IntervalNow()' is 461 nsecs

Killing inrval 14143 after 600
END TEST: inrval
BEGIN TEST: instrumt  
Fri Mar 28 15:11:34 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Test not defined
Killing instrumt 14156 after 600
END TEST: instrumt
BEGIN TEST: intrio  
Fri Mar 28 15:11:34 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
A local thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A local thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
PASSED
Killing intrio 14169 after 600
END TEST: intrio
BEGIN TEST: intrupt  
Fri Mar 28 15:11:54 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASSED
Killing intrupt 14182 after 600
END TEST: intrupt
BEGIN TEST: io_timeout  
Fri Mar 28 15:12:08 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
test with global bound thread
thread id 0, scope GLOBAL_BOUND scope
test with local thread
thread id 0, scope GLOBAL scope
test with global thread
thread id 0, scope GLOBAL scope
Killing io_timeout 14197 after 600
END TEST: io_timeout
BEGIN TEST: ioconthr  
Fri Mar 28 15:12:14 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Interrupting the threads
Threads terminated in 3001 milliseconds
PASS
Killing ioconthr 14210 after 600
END TEST: ioconthr
BEGIN TEST: join  
Fri Mar 28 15:12:19 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
User-User test
User-Kernel test
Kernel-User test
Kernel-Kernel test
Join with unjoinable thread
PASSED
Killing join 14223 after 600
END TEST: join
BEGIN TEST: joinkk  
Fri Mar 28 15:12:19 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
Killing joinkk 14236 after 600
END TEST: joinkk
BEGIN TEST: joinku  
Fri Mar 28 15:12:20 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
Killing joinku 14249 after 600
END TEST: joinku
BEGIN TEST: joinuk  
Fri Mar 28 15:12:20 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
Killing joinuk 14262 after 600
END TEST: joinuk
BEGIN TEST: joinuu  
Fri Mar 28 15:12:20 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
Killing joinuu 14275 after 600
END TEST: joinuu
BEGIN TEST: layer  
Fri Mar 28 15:12:20 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Beginning layered test with new style stack
Ending layered test
Killing layer 14288 after 600
END TEST: layer
BEGIN TEST: lazyinit  
Fri Mar 28 15:12:20 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing lazyinit 14301 after 600
END TEST: lazyinit
BEGIN TEST: lltest  
Fri Mar 28 15:12:21 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
Killing lltest 14314 after 600
END TEST: lltest
BEGIN TEST: lock  
Fri Mar 28 15:12:21 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
Killing lock 14327 after 600
END TEST: lock
BEGIN TEST: lockfile  
Fri Mar 28 15:12:39 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing lockfile 14340 after 600
END TEST: lockfile
BEGIN TEST: logger  
Fri Mar 28 15:12:44 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing logger 14353 after 600
END TEST: logger
BEGIN TEST: many_cv  
Fri Mar 28 15:12:54 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Settings
Conditions / lock: 10
Loops to run test: 1
PASS
Killing many_cv 14366 after 600
END TEST: many_cv
BEGIN TEST: multiwait  
Fri Mar 28 15:12:55 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
OneInThenCancelled()
OneOpOneThread()
ManyOpOneThread()
SomeOpsSomeThreads()
RealOneGroupIO()
RealOneGroupIO Enumerated 0 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
Killing multiwait 14379 after 600
END TEST: multiwait
BEGIN TEST: nameshm1  
Fri Mar 28 15:14:17 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing nameshm1 14392 after 600
END TEST: nameshm1
BEGIN TEST: nonblock  
Fri Mar 28 15:14:22 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
The serveclient thread created.
accept: EWOULDBLOCK, good
client connected
accept: succeeded, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
All tests finished
PASS
Killing nonblock 14406 after 600
END TEST: nonblock
BEGIN TEST: nblayer  
Fri Mar 28 15:14:24 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Ending layered test
Killing nblayer 14419 after 600
END TEST: nblayer
BEGIN TEST: ntioto  
Fri Mar 28 15:14:24 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing ntioto 14432 after 600
END TEST: ntioto
BEGIN TEST: ntoh  
Fri Mar 28 15:14:25 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
1 2
1 2
1 2
1 2 3 4
1 2 3 4
1 2 3 4
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
PASS
Killing ntoh 14445 after 600
END TEST: ntoh
BEGIN TEST: op_2long  
Fri Mar 28 15:14:25 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 78
PASS
Killing op_2long 14458 after 600
END TEST: op_2long
BEGIN TEST: op_excl  
Fri Mar 28 15:14:25 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing op_excl 14471 after 600
END TEST: op_excl
BEGIN TEST: op_filnf  
Fri Mar 28 15:14:25 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
error code is -5950
PASS
Killing op_filnf 14484 after 600
END TEST: op_filnf
BEGIN TEST: op_filok  
Fri Mar 28 15:14:25 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Test passed
Killing op_filok 14497 after 600
END TEST: op_filok
BEGIN TEST: op_nofil  
Fri Mar 28 15:14:26 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
error code is PR_FILE_NOT_FOUND_ERROR, as expected
PASS
Killing op_nofil 14510 after 600
END TEST: op_nofil
BEGIN TEST: parent  
Fri Mar 28 15:14:26 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing parent 14523 after 600
END TEST: parent
BEGIN TEST: peek  
Fri Mar 28 15:14:26 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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
Killing peek 14537 after 600
END TEST: peek
BEGIN TEST: perf  
Fri Mar 28 15:15:07 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
local procedure call overhead: 0.03 usec
DLL procedure call overhead: 0.11 usec
current calendar time: 0.33 usec
interval time: 0.46 usec
idle lock lock/unlock pair: 0.49 usec
idle monitor entry/exit pair: 0.82 usec
idle cache monitor entry/exit pair: 2.11 usec
create/destroy thread pair: 270.62 usec
context switch - user/user: 9.58 usec
context switch - user/kernel: 9.42 usec
context switch - kernel/user: 9.47 usec
context switch - kernel/kernel: 11.47 usec
sema context switch - user/user: 10.69 usec
sema context switch - user/kernel: 10.52 usec
sema context switch - kernel/user: 12.47 usec
sema context switch - kernel/kernel: 11.70 usec
--------------
Adding 7 additional CPUs
--------------
local procedure call overhead: 0.03 usec
DLL procedure call overhead: 0.08 usec
current calendar time: 0.30 usec
interval time: 0.47 usec
idle lock lock/unlock pair: 0.49 usec
idle monitor entry/exit pair: 0.81 usec
idle cache monitor entry/exit pair: 2.11 usec
create/destroy thread pair: 271.27 usec
context switch - user/user: 40.28 usec
context switch - user/kernel: 9.83 usec
context switch - kernel/user: 9.65 usec
context switch - kernel/kernel: 72.21 usec
sema context switch - user/user: 11.19 usec
sema context switch - user/kernel: 11.09 usec
sema context switch - kernel/user: 11.20 usec
sema context switch - kernel/kernel: 23.37 usec
Killing perf 14550 after 600
END TEST: perf
BEGIN TEST: pipeping  
Fri Mar 28 15:15:08 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
Killing pipeping 14563 after 600
END TEST: pipeping
BEGIN TEST: pipeping2  
Fri Mar 28 15:15:08 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
Killing pipeping2 14577 after 600
END TEST: pipeping2
BEGIN TEST: pipeself  
Fri Mar 28 15:15:08 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
PR_Available: expected 250, got 250 bytes
PR_Available: expected 243, got 243 bytes
PR_Available: expected 0, got 0 bytes
PASS
Killing pipeself 14591 after 600
END TEST: pipeself
BEGIN TEST: poll_nm  
Fri Mar 28 15:15:09 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing poll_nm 14604 after 600
END TEST: poll_nm
BEGIN TEST: poll_to  
Fri Mar 28 15:15:09 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing poll_to 14617 after 600
END TEST: poll_to
BEGIN TEST: pollable  
Fri Mar 28 15:15:14 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASSED
Killing pollable 14630 after 600
END TEST: pollable
BEGIN TEST: prftest  
Fri Mar 28 15:15:15 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PR_snprintf test 1 passed
PR_snprintf test 2 passed
Killing prftest 14643 after 600
END TEST: prftest
BEGIN TEST: primblok  
Fri Mar 28 15:15:15 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
This test is not relevant on this platform
Killing primblok 14656 after 600
END TEST: primblok
BEGIN TEST: provider  
Fri Mar 28 15:15:15 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Client/Server started at(0x27d70): 15:15:15
Server started at(0x2ac70): 15:15:15
main(0x27d70): waiting for execution interval (10 seconds)
Client started at(0x2ade0): 15:15:15
Shutting down(0x27d70): 15:15:25
Client(0x2ade0): stopped after 320 operations and 328572 bytes
Server(0x2ac70): stopped after 320 operations and 328572 bytes
main(0x27d70): test complete
Test exiting at(0x27d70): 15:15:30
Killing provider 14669 after 600
END TEST: provider
BEGIN TEST: prpollml  
Fri Mar 28 15:15:30 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
Killing prpollml 14682 after 600
END TEST: prpollml
BEGIN TEST: prpoll  
Fri Mar 28 15:15:51 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
This program tests PR_Poll with sockets.
Timeout, error reporting, and normal operation are tested.

The server thread is listening on ports 54921, 54922 and 54923

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 "54921" from a client
The server received "54922" from a client
The server received "54921" from a client
The server received "54922" from a client
The server received "54921" from a client
The server received "54922" from a client
The server received "54921" from a client
The server received "54922" from a client
The server received "54921" from a client
The server received "54922" from a client
Server read 128 bytes from native fd 6
The server received "54923" from a client
Server read 128 bytes from native fd 7
The server received "54923" from a client
Server read 128 bytes from native fd 6
The server received "54923" from a client
Server read 128 bytes from native fd 7
The server received "54923" from a client
Server read 128 bytes from native fd 6
The server received "54923" from a client
All tests finished
Killing prpoll 14695 after 600
END TEST: prpoll
BEGIN TEST: randseed  
Fri Mar 28 15:15:56 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing randseed 14708 after 600
END TEST: randseed
BEGIN TEST: ranfile  
Fri Mar 28 15:15:57 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
FAIL
Killing ranfile 14721 after 600
ranfile returned 1 (failed)
END TEST: ranfile
BEGIN TEST: rwlocktest  
Fri Mar 28 15:16:07 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
Killing rwlocktest 14734 after 600
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Fri Mar 28 15:16:07 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Running test for 5 iterations with 10 simultaneous threads.
Will send 8192 bytes of client data and 131072 bytes of server data
TEST COMPLETE!
Server results:

----------
server per thread totals 0 77128 381 68412 545
server per thread elapsed time 146466
----------
Client results:

----------
client per thread totals 0 1304 601 127814 621
client per thread elapsed time 130340
select loop user/user: 37472.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 129302 687 118847 1078
server per thread elapsed time 249914
----------
Client results:

----------
client per thread totals 10 2562 1096 223049 1221
client per thread elapsed time 227928
select loop user/kernel: 31540.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 190870 995 163348 1600
server per thread elapsed time 356813
----------
Client results:

----------
client per thread totals 10 3825 1588 319195 1834
client per thread elapsed time 326442
select loop kernel/user: 31194.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 20 235436 1305 221928 2130
server per thread elapsed time 460799
----------
Client results:

----------
client per thread totals 20 5076 2078 416938 2425
client per thread elapsed time 426517
select loop kernel/kernel: 31200.00 usec
Killing sel_spd 14747 after 600
END TEST: sel_spd
BEGIN TEST: selct_er  
Fri Mar 28 15:16:08 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing selct_er 14760 after 600
END TEST: selct_er
BEGIN TEST: selct_nm  
Fri Mar 28 15:16:08 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing selct_nm 14773 after 600
END TEST: selct_nm
BEGIN TEST: selct_to  
Fri Mar 28 15:16:09 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing selct_to 14786 after 600
END TEST: selct_to
BEGIN TEST: selintr  
Fri Mar 28 15:16:14 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
select returned 0
Killing selintr 14799 after 600
END TEST: selintr
BEGIN TEST: sema  
Fri Mar 28 15:16:16 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
Killing sema 14812 after 600
END TEST: sema
BEGIN TEST: semaerr  
Fri Mar 28 15:16:16 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
PASS
Killing semaerr 14825 after 600
END TEST: semaerr
BEGIN TEST: semaping  
Fri Mar 28 15:16:17 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
warning: removed semaphore /tmp/bar.sem left over from previous run
PASS
PASS
Killing semaping 14839 after 600
END TEST: semaping
BEGIN TEST: sendzlf  
Fri Mar 28 15:16:18 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
Killing sendzlf 14853 after 600
END TEST: sendzlf
BEGIN TEST: server_test  
Fri Mar 28 15:16:18 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing server_test 14866 after 600
END TEST: server_test
BEGIN TEST: servr_uu  
Fri Mar 28 15:16:18 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing servr_uu 14879 after 600
END TEST: servr_uu
BEGIN TEST: servr_ku  
Fri Mar 28 15:16:19 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing servr_ku 14892 after 600
END TEST: servr_ku
BEGIN TEST: servr_uk  
Fri Mar 28 15:16:19 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing servr_uk 14905 after 600
END TEST: servr_uk
BEGIN TEST: servr_kk  
Fri Mar 28 15:16:19 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing servr_kk 14918 after 600
END TEST: servr_kk
BEGIN TEST: short_thread  
Fri Mar 28 15:16:19 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing short_thread 14931 after 600
END TEST: short_thread
BEGIN TEST: sigpipe  
Fri Mar 28 15:16:19 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
write to broken pipe failed with EPIPE, as expected
write to broken pipe failed with EPIPE, as expected
PASSED
Killing sigpipe 14944 after 600
END TEST: sigpipe
BEGIN TEST: socket  
Fri Mar 28 15:16:20 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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
Killing socket 14957 after 600
END TEST: socket
BEGIN TEST: sockopt  
Fri Mar 28 15:16:21 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASSED
Killing sockopt 14970 after 600
END TEST: sockopt
BEGIN TEST: sockping  
Fri Mar 28 15:16:21 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
Killing sockping 14983 after 600
END TEST: sockping
BEGIN TEST: sprintf  
Fri Mar 28 15:16:22 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
Killing sprintf 14997 after 600
END TEST: sprintf
BEGIN TEST: stack  
Fri Mar 28 15:16:23 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
Killing stack 15010 after 600
END TEST: stack
BEGIN TEST: stdio  
Fri Mar 28 15:16:28 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
This to standard out
This to standard err
Killing stdio 15023 after 600
END TEST: stdio
BEGIN TEST: str2addr  
Fri Mar 28 15:16:28 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
Killing str2addr 15036 after 600
END TEST: str2addr
BEGIN TEST: strod  
Fri Mar 28 15:16:28 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Settings
Number to translate 1234567890123456789
Loops to run test: 1
Translation = 1234567890123456768
Killing strod 15049 after 600
END TEST: strod
BEGIN TEST: switch  
Fri Mar 28 15:16:28 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASSED
Killing switch 15062 after 600
END TEST: switch
BEGIN TEST: system  
Fri Mar 28 15:16:30 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PR_SI_HOSTNAME: mintchip
PR_SI_SYSNAME: SunOS
PR_SI_RELEASE: 5.8
PR_SI_ARCHITECTURE: sparc
Host page size is 8192
Page shift is 13
Number of processors is: 1
Killing system 15075 after 600
END TEST: system
BEGIN TEST: testbit  
Fri Mar 28 15:16:30 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASSED
Killing testbit 15088 after 600
END TEST: testbit
BEGIN TEST: testfile  
Fri Mar 28 15:16:30 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
File Test passed
Dir Test passed
Killing testfile 15101 after 600
END TEST: testfile
BEGIN TEST: threads  
Fri Mar 28 15:16:30 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASS
Killing threads 15114 after 600
END TEST: threads
BEGIN TEST: timemac  
Fri Mar 28 15:16:33 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Fri Mar 28 23:16:33 UTC 2003
Current local time is Fri Mar 28 15:16:33 -0800 2003
GMT offset is -28800, DST offset is 0
Please examine the results
Killing timemac 15127 after 600
END TEST: timemac
BEGIN TEST: timetest  
Fri Mar 28 15:16:33 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing tpd 13665 after 600
Killing timetest 15140 after 600
END TEST: timetest
BEGIN TEST: tpd  
Fri Mar 28 15:19:11 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASSED
Killing tpd 15154 after 600
END TEST: tpd
BEGIN TEST: udpsrv  
Fri Mar 28 15:19:12 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Killing udpsrv 15167 after 600
END TEST: udpsrv
BEGIN TEST: vercheck  
Fri Mar 28 15:19:12 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
NSPR release 4.3:
Compatible with version 4.0
Compatible with version 4.0.1
Compatible with version 4.1
Compatible with version 4.1.1
Compatible with version 4.1.2
Compatible with version 4.1.3
Compatible with version 4.2
Compatible with version 4.2.1
Compatible with version 4.2.2
Compatible with version 4.3
Incompatible with version 2.1 19980529
Incompatible with version 3.0
Incompatible with version 3.0.1
Incompatible with version 3.1
Incompatible with version 3.1.1
Incompatible with version 3.1.2
Incompatible with version 3.1.3
Incompatible with version 3.5
Incompatible with version 3.5.1
Incompatible with version 4.3.3
Incompatible with version 4.4
Incompatible with version 4.4.1
Incompatible with version 10.0
Incompatible with version 11.1
Incompatible with version 12.14.20
PASS
Killing vercheck 15180 after 600
END TEST: vercheck
BEGIN TEST: version  
Fri Mar 28 15:19:12 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Runtime library version information
Build time: 27 Mar 2003 11:41:38 GMT
Build time: 2003-03-27 03:41:38
Portable runtime V4.3.0 ()
filename: libplc4.so
security: N/A
copyright: Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved
comment: http://www.mozilla.org/MPL/
Killing version 15193 after 600
END TEST: version
BEGIN TEST: writev  
Fri Mar 28 15:19:13 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
PASSED
Killing writev 15206 after 600
END TEST: writev
BEGIN TEST: xnotify  
Fri Mar 28 15:19:13 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
Done!
Killing xnotify 15219 after 600
END TEST: xnotify
BEGIN TEST: zerolen  
Fri Mar 28 15:19:13 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib
calling PR_Writev with a zero-length buffer
calling PR_Write with a zero-length buffer
calling PR_Send with a zero-length buffer
PASS
Killing zerolen 15232 after 600
END TEST: zerolen