Closed
Bug 297965
Opened 20 years ago
Closed 20 years ago
Add a marker at the end of the test result report (result.html)
Categories
(NSS :: Test, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
3.10.2
People
(Reporter: christophe.ravel.bugs, Assigned: christophe.ravel.bugs)
Details
Attachments
(1 file, 1 obsolete file)
|
474 bytes,
patch
|
julien.pierre
:
review+
|
Details | Diff | Splinter Review |
To allow to check that all the tests have been run and avoid false positive results. Example: END_OF_TEST
| Assignee | ||
Comment 1•20 years ago
|
||
Enables to check wether the test is finished before proclaming victory.
Assignee: jason.m.reid → christophe.ravel.bugs
Status: NEW → ASSIGNED
Attachment #186532 -
Flags: review?(julien.pierre.bugs)
Comment 2•20 years ago
|
||
Comment on attachment 186532 [details] [diff] [review] Add END_OF_TEST at the end of result.html This patch didn't work for me. The marker didn't get written anywhere. It seems it should be in all.sh, not init.sh .
Attachment #186532 -
Flags: review?(julien.pierre.bugs) → review-
| Assignee | ||
Comment 3•20 years ago
|
||
END_OF_TEST<BR> is added from common/cleanup.sh Should work this time :-) I was able to test it successfully on Linux. See example at http://cindercone.red.iplanet.com/share/builds/mccrel3/security/securitytip/builds/20050617.1/wozzeck_Solaris8/mozilla/tests_results/security/workout.3/results.html
Attachment #186532 -
Attachment is obsolete: true
Attachment #186618 -
Flags: review?(julien.pierre.bugs)
Updated•20 years ago
|
Attachment #186618 -
Flags: review?(julien.pierre.bugs) → review+
| Assignee | ||
Comment 4•20 years ago
|
||
Comment on attachment 186618 [details] [diff] [review] END_OF_TEST marker take 2 Patch diff_297965_2 committed. Checking in cleanup.sh; /cvsroot/mozilla/security/nss/tests/common/cleanup.sh,v <-- cleanup.sh new revision: 1.3; previous revision: 1.2 done
| Assignee | ||
Updated•20 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Target Milestone: --- → 3.10.1
| Assignee | ||
Updated•19 years ago
|
Target Milestone: 3.10.1 → 3.10.2
You need to log in
before you can comment on or make changes to this bug.
Description
•