Closed
Bug 607410
Opened 15 years ago
Closed 15 years ago
performance runtests.py csv file '%s' on io error
Categories
(Tamarin Graveyard :: Tools, defect)
Tamarin Graveyard
Tools
Tracking
(Not tracked)
VERIFIED
FIXED
Q3 11 - Serrano
People
(Reporter: pnkfelix, Assigned: cpeyer)
References
Details
Attachments
(1 file)
1.01 KB,
patch
|
cpeyer
:
review+
|
Details | Diff | Splinter Review |
test/performance/runtests.py has a line like this:
print 'Error attempting to open %s. Saving to ./output.csv instead'
that is missing the extra operation to interpolate the file name. Fix attached.
Reporter | ||
Updated•15 years ago
|
Attachment #486130 -
Attachment is patch: true
Attachment #486130 -
Attachment mime type: application/octet-stream → text/plain
Attachment #486130 -
Flags: review?(cpeyer)
Assignee | ||
Updated•15 years ago
|
Attachment #486130 -
Flags: review?(cpeyer) → review+
Updated•15 years ago
|
Assignee: nobody → jsudduth
Status: NEW → ASSIGNED
Flags: flashplayer-qrb+
Target Milestone: --- → flash10.x - Serrano
Updated•15 years ago
|
Assignee: jsudduth → cpeyer
Assignee | ||
Comment 1•15 years ago
|
||
Fix pushed to redux:
changeset: 5403:8878bb82f19b
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
•