Closed
Bug 587093
Opened 15 years ago
Closed 15 years ago
Augment avm_args to have "uses_bugcompat" functionality
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tamarin Graveyard
Virtual Machine
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: stejohns, Assigned: cpeyer)
Details
Attachments
(2 files)
For testcases that vary depending on System.bugCompatibility, it would be convenient to be able to flag them as such, so that we can exercise all versions with a single run without having to run multiple entire runs with different -bugcompat arguments. (See https://bug444630.bugzilla.mozilla.org/attachment.cgi?id=465380 for an example.)
| Assignee | ||
Comment 1•15 years ago
|
||
patch adds uses_bugcompat (or USES_BUGCOMPAT) keyword
Any avm arguments on the same line will be passed to the multiple runs of the vm:
-Dinterp USES_BUGCOMPAT
will run the vm:
avmshell -Dinterp -bugcompat SWF9
avmshell -Dinterp -bugcompat SWF10
avmshell -Dinterp -bugcompat SWF11
Obviously, you can also use the keyword with nothing else on the line.
| Reporter | ||
Comment 2•15 years ago
|
||
Comment on attachment 465772 [details] [diff] [review]
add uses_bugcompat keyword to avm_args file
weird, thought I already r+'ed this...
Attachment #465772 -
Flags: review?(stejohns) → review+
| Reporter | ||
Comment 3•15 years ago
|
||
(please push this along with your patch)
Attachment #465820 -
Flags: review?(cpeyer)
| Assignee | ||
Comment 4•15 years ago
|
||
Pushed to redux:
http://hg.mozilla.org/tamarin-redux/rev/2da7323ac655
http://hg.mozilla.org/tamarin-redux/rev/74a610f7165a
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•15 years ago
|
Attachment #465820 -
Flags: review?(cpeyer) → review+
| 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
•