Dactyloidae/security/nss/gtests
2026-03-06 04:32:10 +00:00
..
base_gtest [NSS] ported mozilla upstream changes: 2022-03-25 23:38:11 +08:00
certdb_gtest imported changes from mozilla NSS: 2021-12-27 10:42:03 +08:00
certhigh_gtest Issue #1656 - Part 4: Tackle *.idl, *.css, *.ipdlh, *.webidl, *.cc 2020-09-25 22:04:18 +08:00
common Issue #1656 - Part 4: Manual cleanup 2020-09-25 22:04:20 +08:00
cryptohi_gtest Issue #1656 - Part 4: Tackle *.idl, *.css, *.ipdlh, *.webidl, *.cc 2020-09-25 22:04:18 +08:00
der_gtest [NSS] Update NSS 2026-03-06 04:32:10 +00:00
freebl_gtest update NSS as-of pm27 rev 7606140ee 2020-09-04 22:55:34 +08:00
google_test Update NSS to 3.48 while keeping vc2013 hackfix and no-sslkeylogfile intact. 2020-01-03 13:36:26 +08:00
mozpkix_gtest [NSS] revert "sync with https://github.com/roytam1/NSS/tree/NSS_3_48_UXP_BRANCH", this should fix a crash when browsing 2023-11-17 14:29:07 +08:00
nss_bogo_shim Issue #1656 - Part 4: Tackle *.idl, *.css, *.ipdlh, *.webidl, *.cc 2020-09-25 22:04:18 +08:00
pk11_gtest Merge remote-tracking branch 'origin/master' into custom 2020-09-25 22:18:48 +08:00
pkcs11testmodule Issue #1338 - Part 2: Update NSS to 3.48-RTM 2020-01-05 11:42:29 +08:00
smime_gtest Issue #1656 - Part 4: Tackle *.idl, *.css, *.ipdlh, *.webidl, *.cc 2020-09-25 22:04:18 +08:00
softoken_gtest Issue #1338 - Part 2: Update NSS to 3.48-RTM 2020-01-05 11:42:29 +08:00
ssl_gtest [NSS] ported mozilla upstream changes: 2022-03-25 23:38:11 +08:00
sysinit_gtest Issue #1656 - Part 4: Tackle *.idl, *.css, *.ipdlh, *.webidl, *.cc 2020-09-25 22:04:18 +08:00
util_gtest Issue #1656 - Part 9: Single-line-comment style. 2020-09-25 22:07:00 +08:00
.clang-format Update NSS to 3.32.1-RTM 2019-02-15 23:29:46 +08:00
__init__.py Issue #1338 - Part 2: Update NSS to 3.48-RTM 2020-01-05 11:42:29 +08:00
Makefile Issue #1338 - Part 2: Update NSS to 3.48-RTM 2020-01-05 11:42:29 +08:00
manifest.mn [NSS] ported mozilla upstream changes: 2022-03-25 23:38:11 +08:00
README import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00

GTest-based Unit Tests

This directory contains GTest-based unit tests for NSS libssl.

If your environment doesn't have C++ compiler suitable to build these tests,
you may disable them using ``NSS_DISABLE_GTESTS=1''

Once built, they are run as part of running ``test/all.sh''
You can run just the GTests by running ``tests/ssl_gtests/ssl_gtests.sh''

They can be run standalone or under a debugger by invoking the ssl_gtest
executable with a ``-d'' option pointing to the directory created by either
of the above options.  You can find that in

  tests_results/security/${hostname}.${NUMBER}/ssl_gtests