BEGIN TEST: accept  
Fri Mar 28 16:31:28 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASS
Killing accept 764 after 600
END TEST: accept
BEGIN TEST: acceptread  
Fri Mar 28 16:31:49 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0xd4ff3b)127.0.0.1:21766
(Server) read [0xd4fe90..0xd4ff05) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0x104ff3b)127.0.0.1:22022
(Server) read [0x104fe90..0x104ff05) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0x104ff3b)127.0.0.1:22278
(Server) read [0x104fe90..0x104ff05) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0x104ff3b)127.0.0.1:22534
(Server) read [0x104fe90..0x104ff05) GET / HTTP/1.0


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


Testing w/ write_dally = 2000 msec
Accepted connection from (0x104ff3b)127.0.0.1:22790
(Server) read [0x104fe90..0x104ff05) GET / HTTP/1.0


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


Testing w/ write_dally = 2500 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Send (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 64
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 64
Killing acceptread 896 after 600
END TEST: acceptread
BEGIN TEST: acceptreademu  
Fri Mar 28 16:32:03 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0xd4ff08)127.0.0.1:23302
(Server) read [0xd4fe90..0xd4ff05) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0x104ff08)127.0.0.1:23558
(Server) read [0x104fe90..0x104ff05) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0x104ff08)127.0.0.1:23814
(Server) read [0x104fe90..0x104ff05) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0x104ff08)127.0.0.1:24070
(Server) read [0x104fe90..0x104ff05) 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_Send (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 64
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 64
Testing w/ write_dally = 2500 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Send (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 64
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 64
Killing acceptreademu 1048 after 600
END TEST: acceptreademu
BEGIN TEST: affinity  
Fri Mar 28 16:32:17 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
main: creating local thread
thread_start: AffinityMask = 0x1
main: creating global thread
thread_start: AffinityMask = 0x1
main: creating global bound thread
thread_start: AffinityMask = 0x1
Killing affinity 1228 after 600
END TEST: affinity
BEGIN TEST: alarm  
Fri Mar 28 16:32:20 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Killing alarm 1056 after 600
END TEST: alarm
BEGIN TEST: anonfm  
Fri Mar 28 16:33:27 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Killing anonfm 688 after 600
END TEST: anonfm
BEGIN TEST: atomic  
Fri Mar 28 16:33:31 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_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 904 after 600
END TEST: atomic
BEGIN TEST: attach  
Fri Mar 28 16:33:34 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Killing attach 992 after 600
END TEST: attach
BEGIN TEST: bigfile  
Fri Mar 28 16:33:39 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Killing bigfile 1196 after 600
END TEST: bigfile
BEGIN TEST: cleanup  
Fri Mar 28 16:33:44 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_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 1244 after 600
END TEST: cleanup
BEGIN TEST: cltsrv  
Fri Mar 28 16:33:52 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Client/Server started at(0x003329E0):
Server started at(0x003372A0):
main(0x003329E0): waiting for execution interval (10 seconds)
Client started at(0x003375E8):
Shutting down(0x003329E0):
Client(0x003375E8): stopped after 108 operations and 114000 bytes
Server(0x003372A0): stopped after 109 operations and 114390 bytes
main(0x003329E0): test complete
Test exiting at(0x003329E0):
Killing cltsrv 1116 after 600
END TEST: cltsrv
BEGIN TEST: concur  
Fri Mar 28 16:34:05 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASSED
Killing concur 1008 after 600
END TEST: concur
BEGIN TEST: cvar  
Fri Mar 28 16:34:19 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Killing cvar 1136 after 600
END TEST: cvar
BEGIN TEST: cvar2  
Fri Mar 28 16:34:23 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_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: 101.91 usec
Condvar simple test shared UK: 109.42 usec
Condvar simple test priv UU: 137.31 usec
Condvar simple test priv UK: 67.94 usec
Condvar simple test All: 269.27 usec
Condvar timeout test: 663.69 usec

10 Thread tests
Condvar simple test shared UU: 26.10 usec
Condvar simple test shared UK: 230.82 usec
Condvar simple test priv UU: 254.07 usec
Condvar simple test priv UK: 117.83 usec
Condvar simple test All: 152.33 usec
Condvar timeout test: 655.64 usec

15 Thread tests
Condvar simple test shared UU: 35.40 usec
Condvar simple test shared UK: 325.94 usec
Condvar simple test priv UU: 445.74 usec
Condvar simple test priv UK: 163.95 usec
Condvar simple test All: 222.96 usec
Condvar timeout test: 704.63 usec

20 Thread tests
Condvar simple test shared UU: 45.59 usec
Condvar simple test shared UK: 435.72 usec
Condvar simple test priv UU: 490.08 usec
Condvar simple test priv UK: 208.83 usec
Condvar simple test All: 288.93 usec
Condvar timeout test: 743.97 usec
PASS
Killing cvar2 1072 after 600
END TEST: cvar2
BEGIN TEST: dlltest  
Fri Mar 28 16:34:27 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASSED
Killing dlltest 1116 after 600
END TEST: dlltest
BEGIN TEST: dtoa  
Fri Mar 28 16:34:30 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASSED
Killing dtoa 1216 after 600
END TEST: dtoa
BEGIN TEST: errcodes  
Fri Mar 28 16:34:33 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_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 1252 after 600
END TEST: errcodes
BEGIN TEST: exit  
Fri Mar 28 16:34:36 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Killing exit 1172 after 600
END TEST: exit
BEGIN TEST: fdcach  
Fri Mar 28 16:34:50 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASS
Killing fdcach 1216 after 600
END TEST: fdcach
BEGIN TEST: fileio  
Fri Mar 28 16:34:53 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASS
Killing fileio 512 after 600
END TEST: fileio
BEGIN TEST: foreign  
Fri Mar 28 16:34:57 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Killing foreign 1352 after 600
END TEST: foreign
BEGIN TEST: forktest  
Fri Mar 28 16:35:03 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
The fork test is applicable to Unix only.
Killing forktest 904 after 600
END TEST: forktest
BEGIN TEST: fsync  
Fri Mar 28 16:35:06 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
10 iterations over a 10 kbyte file: 8779 [9726] 10406
Killing fsync 700 after 600
END TEST: fsync
BEGIN TEST: getproto  
Fri Mar 28 16:35:10 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_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 1172 after 600
END TEST: getproto
BEGIN TEST: i2l  
Fri Mar 28 16:35:13 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
We have long long
Killing i2l 1164 after 600
END TEST: i2l
BEGIN TEST: initclk  
Fri Mar 28 16:35:16 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Elapsed time: 3000 ms, expected time: 2996 ms
PASS
Killing initclk 1260 after 600
END TEST: initclk
BEGIN TEST: inrval  
Fri Mar 28 16:35:22 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
inrval: Examine stdout to determine results.
Overhead of 'PR_Now()' is 218 nsecs

Overhead of 'PR_IntervalNow()' is 1780 nsecs

Overhead of 'PR_Now()' is 203 nsecs

Overhead of 'PR_IntervalNow()' is 1784 nsecs

Killing inrval 1260 after 600
END TEST: inrval
BEGIN TEST: instrumt  
Fri Mar 28 16:37:00 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Test not defined
Killing instrumt 1140 after 600
END TEST: instrumt
BEGIN TEST: intrio  
Fri Mar 28 16:37:03 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_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 1112 after 600
END TEST: intrio
BEGIN TEST: intrupt  
Fri Mar 28 16:37:17 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASSED
Killing intrupt 904 after 600
END TEST: intrupt
BEGIN TEST: io_timeout  
Fri Mar 28 16:37:30 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
test with global bound thread
thread id 0, scope GLOBAL scope
test with local thread
thread id 0, scope LOCAL scope
test with global thread
thread id 0, scope GLOBAL scope
Killing io_timeout 1216 after 600
END TEST: io_timeout
BEGIN TEST: ioconthr  
Fri Mar 28 16:37:40 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Interrupting the threads
Threads terminated in 3 milliseconds
PASS
Killing ioconthr 764 after 600
END TEST: ioconthr
BEGIN TEST: join  
Fri Mar 28 16:37:45 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
User-User test
User-Kernel test
Kernel-User test
Kernel-Kernel test
Join with unjoinable thread
PASSED
Killing join 1100 after 600
END TEST: join
BEGIN TEST: joinkk  
Fri Mar 28 16:37:48 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASS
Killing joinkk 1120 after 600
END TEST: joinkk
BEGIN TEST: joinku  
Fri Mar 28 16:37:52 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASS
Killing joinku 1136 after 600
END TEST: joinku
BEGIN TEST: joinuk  
Fri Mar 28 16:37:55 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASS
Killing joinuk 1072 after 600
END TEST: joinuk
BEGIN TEST: joinuu  
Fri Mar 28 16:37:58 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASS
Killing joinuu 956 after 600
END TEST: joinuu
BEGIN TEST: layer  
Fri Mar 28 16:38:02 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_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 764 after 600
END TEST: layer
BEGIN TEST: lazyinit  
Fri Mar 28 16:38:05 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Killing lazyinit 1172 after 600
END TEST: lazyinit
BEGIN TEST: lltest  
Fri Mar 28 16:38:08 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASS
Killing lltest 1048 after 600
END TEST: lltest
BEGIN TEST: lock  
Fri Mar 28 16:38:12 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASS
Killing lock 1164 after 600
END TEST: lock
BEGIN TEST: lockfile  
Fri Mar 28 16:38:30 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Killing lockfile 700 after 600
END TEST: lockfile
BEGIN TEST: logger  
Fri Mar 28 16:38:51 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Killing logger 508 after 600
END TEST: logger
BEGIN TEST: many_cv  
Fri Mar 28 16:39:04 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Settings
Conditions / lock: 10
Loops to run test: 1
PASS
Killing many_cv 1216 after 600
END TEST: many_cv
BEGIN TEST: multiwait  
Fri Mar 28 16:39:07 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
OneInThenCancelled()
Killing multiwait 512 after 600
multiwait returned 137 (failed)
END TEST: multiwait
BEGIN TEST: nameshm1  
Fri Mar 28 16:49:12 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Killing nameshm1 1172 after 600
END TEST: nameshm1
BEGIN TEST: nonblock  
Fri Mar 28 16:49:21 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_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
connect: EWOULDBLOCK, good
Killing nonblock 1136 after 600
END TEST: nonblock
BEGIN TEST: nblayer  
Fri Mar 28 16:49:27 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Ending layered test
Killing nblayer 1252 after 600
END TEST: nblayer
BEGIN TEST: ntioto  
Fri Mar 28 16:49:31 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Killing ntioto 1352 after 600
END TEST: ntioto
BEGIN TEST: ntoh  
Fri Mar 28 16:49:59 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
2 1
1 2
2 1
4 3 2 1
1 2 3 4
4 3 2 1
8 7 6 5 4 3 2 1
1 2 3 4 5 6 7 8
8 7 6 5 4 3 2 1
PASS
Killing ntoh 1180 after 600
END TEST: ntoh
BEGIN TEST: op_2long  
Fri Mar 28 16:50:03 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 206
PASS
Killing op_2long 1200 after 600
END TEST: op_2long
BEGIN TEST: op_excl  
Fri Mar 28 16:50:07 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Killing op_excl 1144 after 600
END TEST: op_excl
BEGIN TEST: op_filnf  
Fri Mar 28 16:50:12 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
error code is -5950
PASS
Killing op_filnf 1216 after 600
END TEST: op_filnf
BEGIN TEST: op_filok  
Fri Mar 28 16:50:16 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Test passed
Killing op_filok 1252 after 600
END TEST: op_filok
BEGIN TEST: op_nofil  
Fri Mar 28 16:50:20 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
error code is PR_FILE_NOT_FOUND_ERROR, as expected
PASS
Killing op_nofil 688 after 600
END TEST: op_nofil
BEGIN TEST: parent  
Fri Mar 28 16:50:24 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Killing parent 1244 after 600
END TEST: parent
BEGIN TEST: peek  
Fri Mar 28 16:50:28 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASS
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
Killing peek 1056 after 600
END TEST: peek
BEGIN TEST: perf  
Fri Mar 28 16:51:13 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
local procedure call overhead: 0.02 usec
DLL procedure call overhead: 0.02 usec
current calendar time: 0.25 usec
interval time: 1.77 usec
idle lock lock/unlock pair: 0.23 usec
idle monitor entry/exit pair: 0.30 usec
idle cache monitor entry/exit pair: 0.93 usec
create/destroy thread pair: 66.96 usec
context switch - user/user: 2.06 usec
context switch - user/kernel: 18.20 usec
context switch - kernel/user: 18.13 usec
context switch - kernel/kernel: 13.55 usec
sema context switch - user/user: 2.75 usec
sema context switch - user/kernel: 11.73 usec
sema context switch - kernel/user: 11.64 usec
sema context switch - kernel/kernel: 10.12 usec
--------------
Adding 7 additional CPUs
--------------
local procedure call overhead: 0.02 usec
DLL procedure call overhead: 0.02 usec
current calendar time: 0.22 usec
interval time: 1.75 usec
idle lock lock/unlock pair: 0.23 usec
idle monitor entry/exit pair: 0.30 usec
idle cache monitor entry/exit pair: 0.93 usec
create/destroy thread pair: 72.36 usec
context switch - user/user: 2.00 usec
context switch - user/kernel: 18.31 usec
context switch - kernel/user: 18.20 usec
context switch - kernel/kernel: 13.89 usec
sema context switch - user/user: 2.75 usec
sema context switch - user/kernel: 11.71 usec
sema context switch - kernel/user: 11.71 usec
sema context switch - kernel/kernel: 10.12 usec
Killing perf 764 after 600
END TEST: perf
BEGIN TEST: pipeping  
Fri Mar 28 16:51:17 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_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 1196 after 600
END TEST: pipeping
BEGIN TEST: pipeping2  
Fri Mar 28 16:51:22 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_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 512 after 600
END TEST: pipeping2
BEGIN TEST: pipeself  
Fri Mar 28 16:51:26 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_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"
PASS
Killing pipeself 1216 after 600
END TEST: pipeself
BEGIN TEST: poll_nm  
Fri Mar 28 16:51:30 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Killing poll_nm 1136 after 600
END TEST: poll_nm
BEGIN TEST: poll_to  
Fri Mar 28 16:51:34 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Killing poll_to 1352 after 600
END TEST: poll_to
BEGIN TEST: pollable  
Fri Mar 28 16:51:43 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASSED
Killing pollable 1180 after 600
END TEST: pollable
BEGIN TEST: prftest  
Fri Mar 28 16:51:48 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PR_snprintf test 1 passed
PR_snprintf test 2 passed
Killing prftest 1112 after 600
END TEST: prftest
BEGIN TEST: primblok  
Fri Mar 28 16:51:52 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASSED
iothread: calling PR_Write
iothread: PR_Write returned
Killing primblok 1056 after 600
END TEST: primblok
BEGIN TEST: provider  
Fri Mar 28 16:52:01 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Client/Server started at(0x003329F0):
Server started at(0x00337348):
main(0x003329F0): waiting for execution interval (10 seconds)
Client started at(0x00337990):
Shutting down(0x003329F0):
Client(0x00337990): stopped after 110 operations and 114576 bytes
Server(0x00337348): stopped after 110 operations and 114576 bytes
main(0x003329F0): test complete
Test exiting at(0x003329F0):
Killing provider 1220 after 600
END TEST: provider
BEGIN TEST: prpollml  
Fri Mar 28 16:52:15 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASS
Killing prpollml 508 after 600
END TEST: prpollml
BEGIN TEST: prpoll  
Fri Mar 28 16:52:52 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_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 2207, 2208 and 2209

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 "2208" from a client
Server read 128 bytes from native fd 1652
The server received "2209" from a client
The server received "2208" from a client
Server read 128 bytes from native fd 1672
The server received "2209" from a client
The server received "2207" from a client
The server received "2208" from a client
Server read 128 bytes from native fd 1672
The server received "2209" from a client
The server received "2208" from a client
Server read 128 bytes from native fd 1672
The server received "2209" from a client
The server received "2207" from a client
The server received "2208" from a client
Server read 128 bytes from native fd 1676
The server received "2209" from a client
The server received "2207" from a client
The server received "2207" from a client
The server received "2207" from a client
All tests finished
Killing prpoll 1216 after 600
END TEST: prpoll
BEGIN TEST: randseed  
Fri Mar 28 16:53:01 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Killing randseed 1136 after 600
END TEST: randseed
BEGIN TEST: ranfile  
Fri Mar 28 16:53:05 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASS
Killing ranfile 1140 after 600
END TEST: ranfile
BEGIN TEST: rwlocktest  
Fri Mar 28 16:53:29 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASS
Killing rwlocktest 1028 after 600
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Fri Mar 28 16:53:33 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_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 111622 82900 106429 383
server per thread elapsed time 301345
----------
Client results:

----------
client per thread totals 0 35843 91349 182133 1187
client per thread elapsed time 310526
select loop user/user: 70870.80 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 158155 138110 196360 1419
server per thread elapsed time 494055
----------
Client results:

----------
client per thread totals 10 63981 116390 313851 1860
client per thread elapsed time 496097
select loop user/kernel: 42449.40 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 325861 225103 236928 1713
server per thread elapsed time 789616
----------
Client results:

----------
client per thread totals 10 128900 218066 465882 3101
client per thread elapsed time 815960
select loop kernel/user: 67041.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 20 451276 309602 300332 2136
server per thread elapsed time 1063355
----------
Client results:

----------
client per thread totals 20 220126 281546 589811 4311
client per thread elapsed time 1095807
select loop kernel/kernel: 62027.60 usec
Killing sel_spd 1256 after 600
END TEST: sel_spd
BEGIN TEST: selct_er  
Fri Mar 28 16:53:39 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Killing selct_er 1100 after 600
END TEST: selct_er
BEGIN TEST: selct_nm  
Fri Mar 28 16:53:43 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Killing selct_nm 688 after 600
END TEST: selct_nm
BEGIN TEST: selct_to  
Fri Mar 28 16:53:47 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Killing selct_to 1184 after 600
END TEST: selct_to
BEGIN TEST: selintr  
Fri Mar 28 16:53:56 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Killing selintr 1076 after 600
END TEST: selintr
BEGIN TEST: sema  
Fri Mar 28 16:54:00 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASS
warning: removed semaphore /tmp/foo.sem left over from previous run
warning: removed semaphore /tmp/bar.sem left over from previous run
Killing sema 1008 after 600
END TEST: sema
BEGIN TEST: semaerr  
Fri Mar 28 16:54:04 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASS
PASS
warning: deleted semaphore /tmp/foo.sem from previous run of the test
Killing semaerr 904 after 600
END TEST: semaerr
BEGIN TEST: semaping  
Fri Mar 28 16:54:09 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASS
PASS
warning: removed shared memory /tmp/counter left over from previous run
warning: removed semaphore /tmp/foo.sem left over from previous run
warning: removed semaphore /tmp/bar.sem left over from previous run
Killing semaping 1008 after 600
END TEST: semaping
BEGIN TEST: sendzlf  
Fri Mar 28 16:54:14 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASS
Killing sendzlf 1256 after 600
END TEST: sendzlf
BEGIN TEST: server_test  
Fri Mar 28 16:54:19 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Killing server_test 120 after 600
END TEST: server_test
BEGIN TEST: servr_uu  
Fri Mar 28 16:54:23 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Killing servr_uu 1048 after 600
END TEST: servr_uu
BEGIN TEST: servr_ku  
Fri Mar 28 16:54:28 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Killing servr_ku 1284 after 600
END TEST: servr_ku
BEGIN TEST: servr_uk  
Fri Mar 28 16:54:33 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Killing servr_uk 1196 after 600
END TEST: servr_uk
BEGIN TEST: servr_kk  
Fri Mar 28 16:54:37 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Killing servr_kk 1248 after 600
END TEST: servr_kk
BEGIN TEST: short_thread  
Fri Mar 28 16:54:42 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Killing short_thread 1276 after 600
END TEST: short_thread
BEGIN TEST: sigpipe  
Fri Mar 28 16:54:46 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Killing sigpipe 1284 after 600
END TEST: sigpipe
BEGIN TEST: socket  
Fri Mar 28 16:54:50 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_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 1100 after 600
END TEST: socket
BEGIN TEST: sockopt  
Fri Mar 28 16:55:01 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASSED
Killing sockopt 1076 after 600
END TEST: sockopt
BEGIN TEST: sockping  
Fri Mar 28 16:55:05 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_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 1360 after 600
END TEST: sockping
BEGIN TEST: sprintf  
Fri Mar 28 16:55:10 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASS
Killing sprintf 1164 after 600
END TEST: sprintf
BEGIN TEST: stack  
Fri Mar 28 16:55:15 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
.\stack successful
sum = 0x13948, expected = 0x13948
Killing stack 1304 after 600
END TEST: stack
BEGIN TEST: stdio  
Fri Mar 28 16:55:20 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
This to standard out
This to standard err
Killing stdio 1328 after 600
END TEST: stdio
BEGIN TEST: str2addr  
Fri Mar 28 16:55:24 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASS
Killing str2addr 1336 after 600
END TEST: str2addr
BEGIN TEST: strod  
Fri Mar 28 16:55:29 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Settings
Number to translate 1234567890123456789
Loops to run test: 1
Translation = 1234567890123456800
Killing strod 1056 after 600
END TEST: strod
BEGIN TEST: switch  
Fri Mar 28 16:55:33 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASSED
Killing switch 1272 after 600
END TEST: switch
BEGIN TEST: system  
Fri Mar 28 16:55:37 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PR_SI_HOSTNAME: nss-w2kp
PR_SI_SYSNAME: Windows_NT
PR_SI_RELEASE: 5.0
PR_SI_ARCHITECTURE: x86
Host page size is 4096
Page shift is 12
Number of processors is: 1
Killing system 1076 after 600
END TEST: system
BEGIN TEST: testbit  
Fri Mar 28 16:55:42 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASSED
Killing testbit 1260 after 600
END TEST: testbit
BEGIN TEST: testfile  
Fri Mar 28 16:55:46 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
File Test passed
Dir Test passed
Killing testfile 1264 after 600
END TEST: testfile
BEGIN TEST: threads  
Fri Mar 28 16:55:51 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASS
Killing threads 1336 after 600
END TEST: threads
BEGIN TEST: timemac  
Fri Mar 28 16:55:56 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Sat Mar 29 00:55:57 UTC 2003
Current local time is Fri Mar 28 16:55:57 -0800 2003
GMT offset is -28800, DST offset is 0
Please examine the results
Killing timemac 1028 after 600
END TEST: timemac
BEGIN TEST: timetest  
Fri Mar 28 16:56:00 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Killing timetest 1048 after 600
END TEST: timetest
BEGIN TEST: tpd  
Fri Mar 28 16:56:23 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASSED
Killing tpd 1028 after 600
END TEST: tpd
BEGIN TEST: udpsrv  
Fri Mar 28 16:56:27 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Killing udpsrv 1100 after 600
END TEST: udpsrv
BEGIN TEST: vercheck  
Fri Mar 28 16:56:32 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_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 1248 after 600
END TEST: vercheck
BEGIN TEST: version  
Fri Mar 28 16:56:36 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Runtime library version information
Build time: 27 Mar 2003 08:36:00 GMT
Build time: 2003-03-27 01:35:59
Portable runtime V4.3.0 ()
filename: libplc4.dll
security: N/A
copyright: Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved
comment: http://www.mozilla.org/MPL/
Killing version 1332 after 600
END TEST: version
BEGIN TEST: writev  
Fri Mar 28 16:56:40 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASSED
Killing writev 1056 after 600
END TEST: writev
BEGIN TEST: xnotify  
Fri Mar 28 16:58:25 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
Done!
Killing xnotify 1336 after 600
END TEST: xnotify
BEGIN TEST: zerolen  
Fri Mar 28 16:58:29 PST 2003 OBJDIR WINNT5.0_OPT.OBJ LIBS w:/nspr/nspr43/builds/20030327.1/blowfish_NT4.0_Win95/winnt_opt/dist/lib
PASS
Killing zerolen 1072 after 600
END TEST: zerolen