Closed
Bug 559569
Opened 15 years ago
Closed 15 years ago
runtests needs support for expected output
Categories
(Tamarin Graveyard :: Tools, defect, P3)
Tamarin Graveyard
Tools
Tracking
(Not tracked)
VERIFIED
FIXED
Q3 11 - Serrano
People
(Reporter: cpeyer, Assigned: cpeyer)
Details
Attachments
(1 file, 1 obsolete file)
5.31 KB,
patch
|
brbaker
:
review+
|
Details | Diff | Splinter Review |
We currently do not have any mechanism to have non-standard test output as expected output. We have .err files but those only cover tests that throw errors that are not caught.
Proposed solution is adding support for .out files which when present override the standard test framework and just compares the stdout + stderr to the .out file.
If a non-zero exitcode is expected, then a .exitcode file can be used in addition to the .out file.
Updated•15 years ago
|
Flags: flashplayer-triage+
Flags: flashplayer-qrb+
Priority: -- → P3
Target Milestone: --- → flash10.2
Assignee | ||
Comment 1•15 years ago
|
||
Attachment #439274 -
Flags: review?(brbaker)
Assignee | ||
Comment 2•15 years ago
|
||
Attachment #439274 -
Attachment is obsolete: true
Attachment #439279 -
Flags: review?(brbaker)
Attachment #439274 -
Flags: review?(brbaker)
Updated•15 years ago
|
Attachment #439279 -
Flags: review?(brbaker) → review+
Assignee | ||
Comment 3•15 years ago
|
||
pushed to redux and argo:
changeset 4475 806a5dc6d5ab
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•