Open
Bug 315642
Opened 19 years ago
Updated 2 years ago
some libpkix tests use hard-coded directory locations
Categories
(NSS :: Test, defect, P2)
NSS
Test
Tracking
(Not tracked)
NEW
People
(Reporter: julien.pierre, Unassigned)
Details
(Whiteboard: PKIXTEST)
The following programs have hard-coded directory locations, such as
char *certDir = "../../pkix_pl_tests/module/rev_data"; :
test_certselector
test_store
test_customcrlchecker
test_colcertstore
test_pk11certstore
test_cert
test_crl
test_crlentry
test_nameconstraints
This means that the tools depend on running from a particular location .
They should be changed to take arguments allowing the base directory for the files to be found. This change makes it possible to debug the test programs when running them under a debugger from the dist/$(OBJDIR)/bin directory .
The corresponding test scripts also need to be changed to pass the location of the files to these programs.
Comment 1•19 years ago
|
||
Reassigning. HanFei isn't working on NSS any more.
Assignee: hanfei.yu → julien.pierre.bugs
Updated•19 years ago
|
QA Contact: jason.m.reid → libraries
Reporter | ||
Updated•19 years ago
|
Priority: -- → P2
Target Milestone: --- → 3.12
Updated•18 years ago
|
Whiteboard: PKIX
Comment 2•18 years ago
|
||
QE task
Assignee: julien.pierre.boogz → nobody
Component: Libraries → Test
QA Contact: libraries → test
Updated•17 years ago
|
Assignee: nobody → alexei.volkov.bugs
Version: 3.12 → trunk
Updated•17 years ago
|
Whiteboard: PKIX → PKIXTEST
Updated•16 years ago
|
Target Milestone: 3.12 → 3.12.2
Comment 3•16 years ago
|
||
Unsetting target milestone in unresolved bugs whose targets have passed.
Target Milestone: 3.12.2 → ---
Comment 4•2 years ago
|
||
The bug assignee is inactive on Bugzilla, and this bug has priority 'P2'.
:beurdouche, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: alvolkov.bgs → nobody
Flags: needinfo?(bbeurdouche)
Updated•2 years ago
|
Severity: normal → S3
Comment 5•2 years ago
|
||
We have modified the bot to only consider P1 as high priority, so I'm cancelling the needinfo here.
Flags: needinfo?(bbeurdouche)
You need to log in
before you can comment on or make changes to this bug.
Description
•