~ubuntu-branches/ubuntu/karmic/nss/karmic-updates

« back to all changes in this revision

Viewing changes to mozilla/security/nss/tests/all.sh

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-06-16 13:23:47 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090616132347-311ysb8oep74b98y
Tags: 3.12.3-0ubuntu1
* new upstream release 3.12.3 RTM (NSS_3_12_3_RTM) (LP: #387751)
* adjust patches to changed upstream code base
  - update debian/patches/38_kbsd.patch
* needs nspr >= 4.7.4
  - update debian/control
* update 85_security_load.patch to latest debian version
  - update debian/patches/85_security_load.patch
* add new symbols for 3.12.3
  - update debian/libnss3-1d.symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
#   ocsp.sh      - OCSP testing
65
65
#   merge.sh     - tests merging old and new shareable databases
66
66
#   pkits.sh     - NIST/PKITS tests 
 
67
#   chains.sh    - PKIX cert chains tests 
67
68
#   dbupgrade.sh - upgrade databases to new shareable version (used
68
69
#                  only in upgrade test cycle)
69
70
#   memleak.sh   - memory leak testing (optional)
233
234
 
234
235
    # run the subset of tests with the upgraded database
235
236
    TESTS="${ALL_TESTS}"
236
 
    TESTS_SKIP="cipher libpkix cert dbtests sdr ocsp pkits"
 
237
    TESTS_SKIP="cipher libpkix cert dbtests sdr ocsp pkits chains"
237
238
 
238
239
    echo "${NSS_SSL_TESTS}" | grep "_" > /dev/null
239
240
    RET=$?
305
306
cycles="standard pkix upgradedb sharedb"
306
307
CYCLES=${NSS_CYCLES:-$cycles}
307
308
 
308
 
tests="cipher libpkix cert dbtests tools fips sdr crmf smime ssl ocsp merge pkits"
 
309
tests="cipher libpkix cert dbtests tools fips sdr crmf smime ssl ocsp merge pkits chains"
309
310
TESTS=${NSS_TESTS:-$tests}
310
311
 
311
 
# FIXME: move check for ${BUILD_LIBPKIX_TESTS} to libpkix.sh
312
 
if [ -z "${BUILD_LIBPKIX_TESTS}" ] ; then
313
 
    TESTS=`echo "${TESTS}" | sed -e "s/libpkix//"`
314
 
fi
315
312
ALL_TESTS=${TESTS}
316
313
 
317
314
nss_ssl_tests="crl bypass_normal normal_bypass fips_normal normal_fips iopr"