Commit Graph

508 Commits

Author SHA1 Message Date
bishakhabanerjee%netscape.com
06eeeca399 put URL specific stuff inside nscp specific loop 2003-06-18 06:02:28 +00:00
bishakhabanerjee%netscape.com
ed88f342da modified header to print link of resultsdir to browser log 2003-06-17 21:21:33 +00:00
nelsonb%netscape.com
1c8bfb4eb2 Correct all the tests in which the server requires client auth, but the
client does not supply it, so that the client actually will NOT supply
it.  Previously, the client was supplying client auth in all these tests,
and the https requests were completing succesfully, when they should have
been failing.  Bug 207398.
2003-05-30 05:40:40 +00:00
nelsonb%netscape.com
85c44c32f5 Change the SSL3 stress test to disable TLS, so that it will actually
test SSL3.  Uses the new -T option recently added to strsclnt.
2003-05-30 05:38:12 +00:00
bishakhabanerjee%netscape.com
0d3000e0ea Adding Darwin 6.5 platform 2003-05-28 17:28:36 +00:00
nelsonb%netscape.com
8b986ea952 Fix this file to be proper http request syntax. Note: file is now a
binary file to assure identical line endings on all platforms.
2003-05-28 02:18:27 +00:00
wtc%netscape.com
86445ec495 Bug 195127: Turn off debugging output now that we have the AIX tinderbox
working correctly.
2003-03-29 04:30:02 +00:00
wtc%netscape.com
e56a2b8225 Added more debugging output for bug 195127. 2003-03-22 07:46:06 +00:00
wtc%netscape.com
0dbe724559 Bug 195127: added temporary debugging output. 2003-03-20 02:00:40 +00:00
sonja.mirtitsch%sun.com
8f8e7357ec writing actual return of modutil to output.log, bug 193394 r=wtc 2003-02-20 00:52:40 +00:00
sonja.mirtitsch%sun.com
cbe33c407b echoing modutil commandline to output.log, bug 193394 r=wtc 2003-02-19 23:26:52 +00:00
wtc%netscape.com
c766b3d808 Bug 193055: the "cat ${file} | while read ...do ... done" construct does
not work under MKS Korn shell on Windows XP.  Replaced it by the equivalent
construct "while read ... do ... done < ${file}".
2003-02-15 04:48:13 +00:00
sonja.mirtitsch%sun.com
6f1f50b42a bug 193394, change to check returncode of modutil after switching to
fips mode, r=wtc
2003-02-14 21:30:45 +00:00
wtc%netscape.com
4c2bfee832 Bug 193057: add WINNT5.1_* symlinks in mozilla/dist for Windows XP QA. 2003-02-13 01:45:01 +00:00
relyea%netscape.com
65978ca4e4 Turn off the mangle test for now. 2003-02-12 22:21:59 +00:00
relyea%netscape.com
41a2236e7e Skip corruption test if someone has locked down the shared library on us. 2003-02-08 00:02:06 +00:00
relyea%netscape.com
1c52cb2c3d Add test to see if the shlib was actually changed. 2003-02-07 21:13:10 +00:00
nelsonb%netscape.com
1bea4fac99 Fix the dbtests test on Windows, when run in all.sh.
The problem was that fips.sh created a file in . named dbtest, which was
actually some text output by a previous test.  This dbtest file prevented
the dbtest program from running.  The text file now has another name.
2003-02-07 06:32:59 +00:00
nelsonb%netscape.com
6a424428f3 MKS shell doesn't know about echor command. Does any shell? 2003-02-07 05:48:34 +00:00
relyea%netscape.com
f97a44db49 Clean up tests
Suppress error messages which we were expecting because it causes the QA
scripts to report a QA failure.
2003-02-06 19:06:39 +00:00
relyea%netscape.com
f61ba94871 Turn on FIPS test again. 2003-02-06 16:13:44 +00:00
relyea%netscape.com
4bb120679c Introduce shell variables for DLL_PREFIX and DLL_SUFFIX 2003-02-06 16:13:22 +00:00
relyea%netscape.com
9dbd723151 Remove mangle test until we can get the correct library name inside fips.sh for all platforms 2003-02-06 01:07:39 +00:00
relyea%netscape.com
7be71c5a0f Add check to 1) make sure we are in FIPS mode. and 2) to verify that we
detect corrupted shared libraries while in FIPS mode.
2003-02-06 00:50:00 +00:00
ian.mcgreer%sun.com
ae2e606e54 always use explicit serial numbers on generated certs, should fix QA failures on leia 2003-01-23 15:38:03 +00:00
bishakhabanerjee%netscape.com
2430651225 set and exported NSS_STRICT_SHUTDOWN. Bug 171263 2003-01-07 22:10:10 +00:00
wtc%netscape.com
d212358f78 Bug 185074: open the files we just did a "chmod -w" on once to work around
a Mac OS X NFS bug. Subsequent opens will see the file is readonly with no
delay.
2002-12-13 02:06:34 +00:00
nelsonb%netscape.com
a4ffefd8be Support SHA256, SHA384, and SHA512 hashes in NSS. 2002-12-12 06:05:45 +00:00
relyea%netscape.com
1e02f10049 Add test cases for multiple email addresses in a single certificate. 2002-12-10 17:19:00 +00:00
nelsonb%netscape.com
e2809aa4e8 Add tests for sha256, sha384, and sha512. 2002-11-21 05:44:41 +00:00
bishakhabanerjee%netscape.com
446c866598 creating the cmdtests.sh script - bug 144316 2002-10-30 00:20:10 +00:00
wtc%netscape.com
00c4231267 Bug 131386: use 'tee' (in a pipe) instead of 'tail -f' when we need to
display the test output on stdout.  This avoids the need to kill the tail
process, which is tricky to do under MKS Korn Shell on Windows.
Modified Files: all.sh jssqa common/init.sh
2002-10-10 20:36:53 +00:00
wtc%netscape.com
ca133cf458 Bug 129701: removed the sleep command for Linux in kill_selfserv().
Instead, we try to bind to the port in a loop until the port has been
freed.  Added the -b (bindOnly) option to selfserv for this purpose.
Modified files: cmd/selfserv/selfserv.c tests/common/init.sh tests/ssl/ssl.sh
2002-09-07 13:41:21 +00:00
nicolson%netscape.com
e179fe8904 Fix 164126: makefile build error.
Change the NSS module name from "security" to "nss".
2002-09-06 16:38:56 +00:00
nelsonb%netscape.com
c957d262ac Test the TLS_RSA_WITH_NULL_SHA cipher suite. Bug 161529. Also, order
tests so all SSL3 tests are done before all TLS tests.
2002-08-09 22:09:18 +00:00
bishakhabanerjee%netscape.com
5c04279163 Setting number of tests to 252 to take out warnings on nightly QA reports -Bug 156959 2002-07-19 23:46:10 +00:00
bishakhabanerjee%netscape.com
19dbdc5df8 correcting init_mcom function to enable "nssqa" to run at Netscape - 150752 2002-06-18 21:45:31 +00:00
sonja.mirtitsch%sun.com
adb8e67a58 trying a version that can test tip as default for tinderbox and 341
as default for nightly QA
2002-04-25 01:04:10 +00:00
sonja.mirtitsch%sun.com
f091c5b444 changes for jdk 1.4; and mccrel move 2002-04-16 20:57:42 +00:00
relyea%netscape.com
78033ccb01 Add the ability to test the multi-access database feature with existing test cases. 2002-04-08 23:39:44 +00:00
sonja.mirtitsch%sun.com
1a80c72971 fixed a bug that had resulted in tinderbox results not always being uploaded 2002-04-05 01:41:34 +00:00
sonja.mirtitsch%sun.com
f67b5a6f41 moving security products from mccrel to mccrel3 2002-03-28 00:42:36 +00:00
sonja.mirtitsch%sun.com
08ce0e0ee9 patch for bug 87914 r=wtc, NSS test scripts require . in the PATH 2002-03-20 03:01:27 +00:00
sonja.mirtitsch%sun.com
35e022c85a uploading only waht's specified in the parameters 2002-03-19 19:54:16 +00:00
wtc%netscape.com
cb5e5f1f21 Bugzilla bug 112198: use the -dylib_file ld option to link the ssl3 and
smime3 dylibs and the NSS tools so that they can find the indirectly
referenced libsoftokn3.dylib.  Define and export DYLD_LIBRARY_PATH.  The
patch is contributed by Brian Ryner <bryner@netscape.com>. r=wtc,beard.
Modified Files:
	coreconf/Darwin.mk nss/cmd/platlibs.mk nss/lib/smime/config.mk
	nss/lib/ssl/config.mk nss/tests/common/init.sh
2002-02-15 23:38:47 +00:00
sonja.mirtitsch%sun.com
58e4856539 fixed returncode after modification in error.h 2002-02-12 18:34:35 +00:00
sonja.mirtitsch%sun.com
7a62a90f8e script to clean up old tinderbox QA 2002-02-08 02:12:21 +00:00
sonja.mirtitsch%sun.com
6882942b67 QAstatus file now made at the right place (global Exit()) and putting
killed info in as well
partial fix for 122632 r=wtc
2002-02-08 01:50:26 +00:00
sonja.mirtitsch%sun.com
95d835e50a changing the way to figure out if selfserv is still present from ps to
kill -0 so we might be able to debug the disapearing selfserv problem
better
2002-02-06 05:34:16 +00:00
sonja.mirtitsch%sun.com
0fbd97206f start of fix for 122632 to avoid overflows 2002-02-06 04:02:46 +00:00
sonja.mirtitsch%sun.com
0f9e24e63e calling the selfserv now with -y to get the certs at the end, adjusted clients and wait times 2002-02-06 02:51:59 +00:00
sonja.mirtitsch%sun.com
25e324cbb6 debugging info for the intermittant multiple recipient problem on linux 2002-02-06 01:15:51 +00:00
relyea%netscape.com
24ec92e64a certutil -L now opens the DB ReadOnly. Add the '-X' option to the test is still
testing the R/W case.
2002-02-01 02:28:32 +00:00
wtc%netscape.com
eeef12be2f Bugzilla bug 119340: backed out the fix. We are still seeing the
"selfserv process not detectable" errors on Linux and I don't have
time to get to the bottom of it.
Modified files:
	cmd/selfserv/selfserv.c tests/common/init.sh tests/ssl/ssl.sh
2002-01-31 02:03:57 +00:00
sonja.mirtitsch%sun.com
7b6f72131a put the sleep 30 back into the linux ssl test to give the selfserv time
to free the socket...
2002-01-31 01:01:47 +00:00
sonja.mirtitsch%sun.com
37e7d17867 next thry for bug 115200 2002-01-31 00:34:04 +00:00
sonja.mirtitsch%sun.com
81a33a5f77 another try for QA / RE / tinderbox problem bug #115200 2002-01-30 04:37:35 +00:00
ian.mcgreer%sun.com
abec66154f changes related to bug 115660
* fipstoken will only force authentication for object-related functions when the object is a private or secret key
* certutil does not authenticate to token when in FIPS and only doing cert-related operations
* QA does not provide password to certutil when doing cert-related operations in FIPS tests
2002-01-29 17:30:22 +00:00
sonja.mirtitsch%sun.com
a4ddcd12a1 fixed typo 2002-01-28 20:59:23 +00:00
sonja.mirtitsch%sun.com
8b6bfb5e27 attempted fix for bug 115200, tinderbox reports false failures on machines
that run 32 and 63 bit tinderboxes
2002-01-28 19:35:53 +00:00
relyea%netscape.com
a7723c632d Fix bug 115660. Note that fixing the bugs necessitates fixing the test
cases as well. The test case was depending on the failure to read certs to
detect the failure to read keys. Now certutil returns a failure if no keys
are found. This also means that the FIPS test after the key and cert
has been deleted should expect a failure to list any keys.
2002-01-25 19:03:17 +00:00
wtc%netscape.com
bd2bc25ec1 Bugzilla bug 119340: an inelegant but more reliable way to kill the
multithreaded 'selfserv' process on Linux.
Modified files:
    cmd/selfserv/selfserv.c tests/common/init.sh tests/ssl/ssl.sh
2002-01-23 03:18:57 +00:00
sonja.mirtitsch%sun.com
b6fd9b3d50 added the TCP connection aborted to the lines that are OK in the log 2002-01-23 02:07:08 +00:00
sonja.mirtitsch%sun.com
3678be47dd added comments 2002-01-23 00:27:10 +00:00
sonja.mirtitsch%sun.com
fbbaa44ef1 removing tmpfiles on tinderboxes 2002-01-23 00:21:01 +00:00
sonja.mirtitsch%sun.com
b10b0f598d changes so nssqa will run on netscape's daily builds as well 2002-01-23 00:19:32 +00:00
sonja.mirtitsch%sun.com
0f991578bd Ians debug change to find out the state of the DB after multi recepient test 2002-01-15 22:29:47 +00:00
sonja.mirtitsch%sun.com
b2600c932c asleep of 3 seconds after killing of teh selfserv doesn't seem to be
sufficient - either that or it takes a lot longe now to start up
2002-01-10 22:47:12 +00:00
sonja.mirtitsch%sun.com
28cfebd131 taking out OSF 5 links 2002-01-04 21:41:23 +00:00
sonja.mirtitsch%sun.com
c7f03eff64 increased the number of tests and changed the fix about too many cache misses
seee bugs #114964 and 118031
2002-01-04 21:39:36 +00:00
sonja.mirtitsch%sun.com
8243a281b2 to avoid client and server writes at the same time write output to a tmp
file first, and then the tmp file to stdout
the writes had lead to garbled messages that were then interpreted as
errormessages by the scripts
2002-01-04 21:31:39 +00:00
sonja.mirtitsch%sun.com
8d877b024f fixed qa_stat following an enhancement, that causes unexpected messaegs in the output.log 2002-01-04 00:24:28 +00:00
sonja.mirtitsch%sun.com
97127f127f fix for enhancemet request 114964 2002-01-03 23:58:23 +00:00
sonja.mirtitsch%sun.com
8b75779a00 more info to results.html 2001-12-21 00:29:32 +00:00
sonja.mirtitsch%sun.com
894416950a checking in fix for the new requirements for bug 73098 2001-12-20 23:26:59 +00:00
ian.mcgreer%sun.com
0a0f777ec7 test case for multiple recipients 2001-12-17 20:16:18 +00:00
sonja.mirtitsch%sun.com
e51a88869f thought I needed to do this in ssl... chge the readonlydir to prevent
mccrel from overflowing due to failing cleanup scripts...
2001-12-14 20:10:46 +00:00
sonja.mirtitsch%sun.com
8bc8d0113f fix for bug 73098, need to make other checkins in ssl.sh and don't
want to merge
Ian reviewed the patch
2001-12-14 20:02:53 +00:00
sonja.mirtitsch%sun.com
9c37d51af8 enabling the tls stresstest 2001-12-12 03:15:01 +00:00
sonja.mirtitsch%sun.com
0724c6f553 misspelled dbtests 2001-12-06 01:46:09 +00:00
sonja.mirtitsch%sun.com
22156db9ee trying to hook in dbtest 2001-12-06 00:51:56 +00:00
sonja.mirtitsch%sun.com
0d9a16f501 adderd redhat 7.2, changed tinderbox back to defaulting to the tip 2001-12-05 22:52:46 +00:00
sonja.mirtitsch%sun.com
e11309de87 added 2 more tests 2001-12-05 18:34:09 +00:00
sonja.mirtitsch%sun.com
4a1676befa added calls to new dbtest program 2001-12-05 04:25:31 +00:00
sonja.mirtitsch%sun.com
0239dea55c changed the evaluation of returncode 2001-12-04 21:01:47 +00:00
sonja.mirtitsch%sun.com
fba298ee31 new test for enhancement request 112504, not hooked in yet 2001-12-04 04:16:56 +00:00
sonja.mirtitsch%sun.com
31bb5bb8d8 one more change for bug #111229 2001-12-04 02:58:59 +00:00
sonja.mirtitsch%sun.com
37f6883c0c improvements coupling QA and tinderbox 2001-12-04 00:44:35 +00:00
sonja.mirtitsch%sun.com
ae1eb3376b commiting some changes (backwardcompatibility tests, uname -p problem,
numbers of tests...)
before starting to work on tinderbox problem, log hard to find. 111229
2001-12-03 23:00:02 +00:00
sonja.mirtitsch%sun.com
42a596c969 trying to reduce sleeptime on linux. relyea thinks we need 30 seconds until selfserv frees the socket, testing. maybe it can also be fixed in the networkconfiguration? 2001-11-27 22:20:14 +00:00
sonja.mirtitsch%sun.com
c9a254acf6 removed the before and after context grep as a workaround for 97209 2001-11-21 21:19:14 +00:00
sonja.mirtitsch%sun.com
4dda6757c4 bugfixes, regarding a daily build directory insider the daily build... 2001-11-21 02:36:33 +00:00
sonja.mirtitsch%sun.com
f764a97dbf fixed several PC solaris PATH problems - build problems 2001-11-20 01:06:41 +00:00
sonja.mirtitsch%sun.com
4a8b2ae277 modernized... changed servers, clients, mastebuild, 10 minutes wait now 2001-11-15 23:27:20 +00:00
sonja.mirtitsch%sun.com
0cfb60dfd0 put fips test before the stress test (in case of a copied db the fips test interferes) 2001-11-15 23:26:21 +00:00
sonja.mirtitsch%sun.com
3251934fef added a hyperlink in the header 2001-11-15 19:01:42 +00:00
sonja.mirtitsch%sun.com
55cb2ab8fc added sendmail, fixed sendmailbug 2001-11-15 19:01:16 +00:00
sonja.mirtitsch%sun.com
72c0985225 made cronsafe (I hope) 2001-11-13 03:28:52 +00:00
sonja.mirtitsch%sun.com
97c7998644 attempt to copy the qa results to mozilla.
this version untars with a script on mozilla, last one filled up my homedirectory
umask 000
cd /home/ftp/pub/security/nss
gunzip all.tar.gz
tar xf all.tar
rm  all.tar.gz all.tar
ls -l
2001-11-13 01:30:21 +00:00
sonja.mirtitsch%sun.com
6568460cd1 fixed email header and tinderbox hyperlink 2001-11-09 01:09:17 +00:00
ian.mcgreer%sun.com
643f828e58 fips changes. forces login for cert listing. 2001-11-09 00:37:03 +00:00
sonja.mirtitsch%sun.com
0c0eae99c2 next try to gat all of the HP problems... 2001-11-02 23:47:47 +00:00
sonja.mirtitsch%sun.com
b44b405186 put a workaround in place, so client ands server will not write at the
same time
(to avoid lines like: ...Unable to find the certificate
authenticatfailedion...)
2001-11-02 19:09:11 +00:00
sonja.mirtitsch%sun.com
9c2086d0f3 removed killing of leftover selfservers, since multiple QAs need to
peacefully coexist... will file enhancement request against myself
2001-11-01 23:37:36 +00:00
sonja.mirtitsch%sun.com
e71de46d14 removed the "missing list" for tinderbox QA 2001-11-01 22:43:55 +00:00
sonja.mirtitsch%sun.com
d792219e5b added -p port argument, so multiple tinderboxes can run on the same machine 2001-11-01 22:36:03 +00:00
sonja.mirtitsch%sun.com
217b6dbba0 removing the starting : fo`rom the SHLIB_PATH to avoid HP coredumps 2001-10-31 23:31:58 +00:00
sonja.mirtitsch%sun.com
4ada61a963 took out 64 bit HP builds 2001-10-26 18:10:37 +00:00
sonja.mirtitsch%sun.com
1549ff9857 increased # of tests to 133 2001-10-26 18:08:18 +00:00
sonja.mirtitsch%sun.com
c851973d17 adder HP as tinderboxplatform 2001-10-26 18:07:58 +00:00
sonja.mirtitsch%sun.com
3b72481136 version check for jss 2001-10-11 01:01:09 +00:00
ian.mcgreer%sun.com
51c8886e7a add AES test to QA 2001-10-10 17:40:03 +00:00
sonja.mirtitsch%sun.com
813a540b9a bugfixed for jssqa 2001-10-10 17:14:31 +00:00
sonja.mirtitsch%sun.com
ff2557c067 additions for JSS sanity check 2001-10-10 01:12:42 +00:00
sonja.mirtitsch%sun.com
2941d62432 changed the backwardcompatibility tests t odo streight reporting 2001-10-05 22:27:54 +00:00
sonja.mirtitsch%sun.com
2e18f11a4f trial and error programming... now I try to guess the tinderbox directory 2001-10-05 22:27:09 +00:00
sonja.mirtitsch%sun.com
2365ae169f next try for tinderbox fix 2001-10-05 01:29:06 +00:00
sonja.mirtitsch%sun.com
53ce51dcab added the " back that broke the script before 2001-10-04 17:01:17 +00:00
sonja.mirtitsch%sun.com
aa356e241b trieing to acces a variable set by perl, for tinderbox 2001-10-04 00:36:53 +00:00
sonja.mirtitsch%sun.com
36d776ca44 changes for the NT tinderbox 2001-10-03 19:24:44 +00:00
sonja.mirtitsch%sun.com
9631ae5009 putting new tests back, since the ciphers have been fixed again 2001-09-27 16:37:46 +00:00
sonja.mirtitsch%sun.com
a3944b022e backing out changes until coredump of testclnt is fixed 2001-09-25 20:14:20 +00:00
sonja.mirtitsch%sun.com
3152497a31 added tests of 3 new ciphers in TLS and SSL 2001-09-25 16:00:00 +00:00
sonja.mirtitsch%sun.com
a81536af93 added log information for tinderbox 2001-09-25 01:27:59 +00:00
sonmi%netscape.com
edeb7418f0 forgot this in the last checkin - added Solaris 9, fixed 2 bugs 2001-09-14 01:05:06 +00:00
sonmi%netscape.com
d3624e5c63 added Sparc solaris 9
fixed unfiled bug in mksymlink (trying to symlink if dir exists in
	unix dirs, trying to symlink if either dir or symlink exists)
fixed bug in header , debug flag not passed into mksymlinks
fixed bug in header , always-yes flag not passed into mksymlinks
added email option -ml for qa_stat - only sends hyperlink to result.html
fixed unfiled bug NT backward compatibility test failures
removed unnecessary hostnamesetting from anything but nssqa
changed handeling of pass/fail in backward compatibility test
	evaluation, started fix of bugs 97209 and 98219
2001-09-14 01:04:05 +00:00
sonmi%netscape.com
3572f7c67c took out some outdated 3.2 workarounds
put in debug info for sjsu
2001-09-13 01:03:07 +00:00
sonmi%netscape.com
2cec6eca76 removed obsolete workaround, not running pk12util tests because of 3.2 failures 2001-09-11 01:46:09 +00:00
sonmi%netscape.com
779835cfe5 added debug info on linux failure (bad password certutil -K) 2001-09-11 01:10:46 +00:00
sonmi%netscape.com
df9b02d51c workaround for BAckward compatibility failures (newly added test had
not been accounted for)
changed number of expected tests
2001-09-11 00:59:50 +00:00
sonmi%netscape.com
8a5b30145d fixed 2 problems with local QA, right usage information and
absolute PATHS in NT understood as well now
2001-09-10 22:09:29 +00:00
sonmi%netscape.com
56b21b1416 fixed a problems related to bug 96758 (typo in variable name)
and added comment about weird behavior and weirder solution
2001-09-10 21:55:52 +00:00
sonmi%netscape.com
2035a28314 changed behavior so rsh is not necessary anymore 2001-09-10 21:30:26 +00:00
sonmi%netscape.com
56b8f12b41 trieing again, the same change as a week ago, setting TMPDIR and TEMP
to the HOSTDIR as well
2001-09-10 21:29:29 +00:00
sonmi%netscape.com
edfbd2e9ce added perl to the HP path 2001-09-10 21:27:13 +00:00
sonmi%netscape.com
68b4411e9b took some machines out that are not in the commonly used environment now 2001-09-07 21:28:08 +00:00
sonmi%netscape.com
db23f1fcde changes to eliminate the need for tortoise 2001-09-07 21:27:17 +00:00
sonmi%netscape.com
5360816137 changes reflecting the RE build area move 2001-09-07 21:25:16 +00:00
sonmi%netscape.com
51f129e649 added information about OS to the .nssqa file 2001-09-07 21:24:43 +00:00
sonmi%netscape.com
3666714d9e changed masterbuild etc. to reflect RE changes 2001-09-07 21:23:23 +00:00
sonmi%netscape.com
b80bff99dd added comments, fixed HOSTNAME problem 2001-08-27 23:27:37 +00:00
sonmi%netscape.com
6c2cc77099 changed backward compatibility test directory 2001-08-27 23:11:05 +00:00
sonmi%netscape.com
57589cceed fixed typo 2001-08-24 01:11:58 +00:00
sonmi%netscape.com
1b3e2f29f3 added p/f for generating objsign cert bug 96743 2001-08-23 23:41:16 +00:00
sonmi%netscape.com
d5deeb87b0 brought comments up to date 2001-08-23 18:46:44 +00:00
sonmi%netscape.com
6b7463a799 took hardcoded reference to clio out 2001-08-20 21:25:56 +00:00
sonmi%netscape.com
11078f31e3 changed handeling of $RSH - if already set keep value
RSH is needed to be set to the current installation of WinNT,
problems on multiboot machines if c:/winnt/system32/rsh is being used
when running the Win2K from d:
also problems with MKS and cygnus rsh
2001-08-20 20:50:17 +00:00
sonmi%netscape.com
019cd913e8 added OSF 5.1 2001-08-20 20:47:52 +00:00
sonmi%netscape.com
19ac4d41aa removed AIX 32 bit and HP 32 bit 2001-08-17 18:34:05 +00:00
mcgreer%netscape.com
6fef752aa5 make fips.sh use relative dirs like the other scripts, works better on windows 2001-08-15 15:38:33 +00:00
sonmi%netscape.com
da7790842b added local (networkindependent) QA 2001-08-14 17:34:06 +00:00
sonmi%netscape.com
faea98248b added /bin and /usr/bin to the PATH so a local perl will be used
since we have too many network problems right now
2001-08-14 17:24:26 +00:00
mcgreer%netscape.com
1beefc232f make delete key actually do delete key... 2001-08-14 15:11:52 +00:00
sonmi%netscape.com
972247cef4 disabeling the missing platformlist for solaris 2001-08-13 18:17:17 +00:00
sonmi%netscape.com
10981d86eb temporarily disabled QA for 32 bit Solaris builds until ANthony finds time to
implement the builds
2001-08-12 16:17:35 +00:00
sonmi%netscape.com
0876028890 added QA for Solaris 8 forte 6 NSS
fixed bug that Redhat 7.1 Llinux was still dependend on the 6.x build
changed the calling of mksymlinks (without options)
2001-08-09 21:09:08 +00:00
sonmi%netscape.com
0df74dcd45 fixed bug #94356 (script tries to kill unrelated rsh processes)
changed # of tests TOTAL_TESTS to account for the fips tests
2001-08-09 21:06:51 +00:00
sonmi%netscape.com
21ba42ba45 added removal of the pk12 lock file
added option -all to clean all commonly used QA machines to work
around a problem, that left lock files on all the machines
2001-08-09 20:55:24 +00:00
sonmi%netscape.com
c1dc328465 changed setting of directories to seperate NSS specifics from
commonly used directories
2001-08-09 20:53:22 +00:00
mcgreer%netscape.com
38517f2ab0 add the new FIPS QA to the suite 2001-08-08 21:12:42 +00:00
mcgreer%netscape.com
7c7d7404b9 adding a script to do FIPS QA 2001-08-08 21:12:10 +00:00
sonmi%netscape.com
22d7c56ffe adapted for filesystem move (mccrel) 2001-07-30 17:05:55 +00:00
sonmi%netscape.com
248afc818d preparation for network independend and local QA 2001-07-27 23:06:46 +00:00
sonmi%netscape.com
2130944b0e fixed a problem that PC Solaris 9 x86 was reported as sparc solaris 9 2001-07-26 20:21:22 +00:00
sonmi%netscape.com
55ffc94cc9 added functionality for solaris 9 2001-07-25 21:08:06 +00:00
sonmi%netscape.com
29db9e67b3 added solaris 9 symlinks 2001-07-25 21:07:24 +00:00
sonmi%netscape.com
c369cb8300 added PC Solaris 9 2001-07-25 18:33:28 +00:00
sonmi%netscape.com
8c8e49a636 added more errorindicators (segmentation fault, bus error, ..., bug 83418
a recent fix in the toolstest had produced a problem in the diff of the backwardcompatibility test
see bug 90244 - fixed
2001-07-24 20:36:48 +00:00
sonmi%netscape.com
2acffebc93 removed linux symlinks 2001-07-24 02:42:40 +00:00
sonmi%netscape.com
c9cebbc6e4 oops... wrong filesystem - undid the changes 2001-07-16 20:47:03 +00:00
sonmi%netscape.com
c9430fe3a9 changed the buildserver from blds-sca15a to redbuild 2001-07-16 20:14:00 +00:00
sonmi%netscape.com
f7afa7855d we were missing one signtool test, by having -w twice instead of -v (list)
-w (signerinfo)
2001-07-10 23:45:56 +00:00
sonmi%netscape.com
21e086f4ad modu`iffied the LD_LIBRARY_PATH for iws-perf 2001-07-09 22:48:40 +00:00
sonmi%netscape.com
50a5817fc4 removed the check for lock files on the tinderbox QA 2001-07-09 17:56:12 +00:00
sonmi%netscape.com
ee81438928 took out the reporting backwardcompatibility test that is not done anymore
changed the format of the tables
appended a diff at the end of the backwardcompatibility tests
2001-07-09 17:50:08 +00:00
sonmi%netscape.com
c65b911734 took unnecessary backwardcompatibility test out 2001-07-09 17:48:34 +00:00
sonmi%netscape.com
faaf9eb36f took out unnecessary version of the backwardcompatibility test 2001-07-09 17:47:49 +00:00
sonmi%netscape.com
fef929a9a3 added option -s to strip unnecessary components out of the path carefull with
this option, unnecessary means just nut usefull for *my* purpose
2001-07-06 20:26:27 +00:00
sonmi%netscape.com
f21dbe94be scripts to quickly set the paths to today's build and lib 2001-07-06 17:21:02 +00:00
sonmi%netscape.com
1d7ac722df fix for bug 87914 - can not run if PATH doesn't contain . 2001-07-05 19:58:59 +00:00
sonmi%netscape.com
f3ad835a9b removing, should be a dead file 2001-07-03 00:57:45 +00:00
wtc%netscape.com
f2143ac49e Bugzilla bug 86528: have tstclnt exit with 254 (= -2 mod 256) where it
was exiting with -2 before so that old test script that expects 254
continues to work.  r=larryh.
Modified Files: tstclnt.c sslauth.txt
2001-06-27 00:29:01 +00:00
wtc%netscape.com
7481a570da Bugzilla bug #86528: fixed tstclnt so that it always exits with a
nonnegative status.  This way we can correctly extract its exit status on
Windows, so the temporary workaround in ssl.sh can be removed.  Changed
sslauth.txt to match the new exit status of tstclnt.  r=larryh.
Modified files:
   cmd/tstclnt/tstclnt.c tests/ssl/ssl.sh tests/ssl/sslauth.txt
2001-06-25 19:53:16 +00:00
sonmi%netscape.com
63fa350f6d removed -v option, made client and server write at the same time 2001-06-13 17:42:29 +00:00
sonmi%netscape.com
796c4fc66e tool for checking the version strings on Unix. needs work. 2001-06-13 00:10:53 +00:00
sonmi%netscape.com
0cda219441 turned on verbose to see where (if) selfserver is dying 2001-06-12 23:29:53 +00:00
sonmi%netscape.com
dbf1ccd7c7 fixed one more "where is MKS installed" problem 2001-06-12 01:26:13 +00:00
sonmi%netscape.com
78ad808db6 added binary compatibility tests for Solaris x86 2001-06-12 01:25:04 +00:00
sonmi%netscape.com
de78cc575e removed RH 6.0, 6.1 and OSF1 4.0 2001-06-12 00:14:05 +00:00
sonmi%netscape.com
dd1ac6611a took out the 64 bit HW accelerator tests (did not find libraries) 2001-06-11 21:25:43 +00:00
wtc%netscape.com
a291197f66 Bugzilla bug #84918: checked in Linux/ia64 porting patch from
Bill Nottingham <notting@redhat.com>.
Modified files: coreconf/Linux.mk, nss/tests/common/arch.sh
2001-06-09 17:14:59 +00:00
sonmi%netscape.com
45fadfe4e8 fixed a few strings that were not under "" 2001-06-08 01:51:59 +00:00
sonmi%netscape.com
66ef051c1e added hw accelerator stuff, that should nor affect any machine except iWs-perf 2001-06-01 23:10:35 +00:00
sonmi%netscape.com
5784d7f84f changed handleing of URLs to make it run better on Windows 2001-06-01 00:36:03 +00:00
sonmi%netscape.com
eff6311566 added directories to the searchpath for Solaris 86, made sure Sun Solaris
directories were not searched
2001-06-01 00:18:57 +00:00
sonmi%netscape.com
21f54d3261 added some HW accelerator related flags and variables
added Solaris i86 info
changed handeling of directories to have the NT version closer to the
Unix version
2001-06-01 00:15:49 +00:00
sonmi%netscape.com
a19137f403 added Solaris x86 2001-06-01 00:13:08 +00:00
sonmi%netscape.com
1f5f7a732d changed to not require the OBJD builds on Windows anymore 2001-05-30 19:22:16 +00:00
sonmi%netscape.com
7647565c82 searching for nstools in different places now ($MOZ_TOOLS, z:/nstools,
c:/nstools, d:/nstools and d:/i386/nstools)
2001-05-25 01:46:08 +00:00
sonmi%netscape.com
c20f32f11d took out backward compatibility testing for tinderbox 2001-05-25 01:44:37 +00:00