Open
Bug 1589755
Opened 6 years ago
Updated 1 year ago
Taskcluster scripts should enable FIPS for all.sh tests
Categories
(NSS :: Test, enhancement, P3)
NSS
Test
Tracking
(Not tracked)
NEW
People
(Reporter: kjacobs, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [nss-nofx][nss-ci])
We define NSS_FORCE_FIPS for FIPS make builds in extend.js, but it appears this is undefined when executing all.sh. We should audit for the exact gaps in test coverage, and enable FIPS more thoroughly where appropriate.
Comment 1•6 years ago
|
||
Analysing the all.sh script, it consider to run fips tests depending of some build-flags.
https://searchfox.org/mozilla-central/source/security/nss/tests/all.sh#294
I didn't dig the extend.js, but maybe we can increase this condition to consider this ENV too.
Updated•6 years ago
|
Assignee: nobody → marcus.apb
Status: NEW → ASSIGNED
Updated•6 years ago
|
Priority: -- → P1
Comment 2•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last months and this bug has priority 'P1'.
:beurdouche, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: marcus.apb → nobody
Status: ASSIGNED → NEW
Flags: needinfo?(bbeurdouche)
Updated•3 years ago
|
Severity: normal → S3
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Severity: S3 → N/A
Priority: P1 → P3
Updated•2 years ago
|
Flags: needinfo?(bbeurdouche)
Whiteboard: [nss-nofx][nss-ci]
Updated•2 years ago
|
Severity: N/A → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•