Closed
Bug 665223
Opened 13 years ago
Closed 6 years ago
avmws : Add support for running test /performance out of an alternate repo
Categories
(Tamarin Graveyard :: Tools, defect)
Tamarin Graveyard
Tools
Tracking
(Not tracked)
RESOLVED
WONTFIX
Q1 12 - Brannan
People
(Reporter: rreitmai, Unassigned)
Details
(Whiteboard: loose-end)
Attachments
(1 file, 1 obsolete file)
6.39 KB,
patch
|
kpalacz
:
review+
|
Details | Diff | Splinter Review |
Allow avmws to use another repo for its test/...
Reporter | ||
Updated•13 years ago
|
Attachment #540177 -
Attachment is patch: true
Attachment #540177 -
Attachment mime type: text/x-patch → text/plain
Attachment #540177 -
Flags: review?(kpalacz)
Comment 1•13 years ago
|
||
Reuses the -r option for alternate repo. When the -r argument is "@", results in previous behavior.
The other major change: it will compile and run from a pbranch-specific location.
Ultimately, one would be able to do
hg update mypbranch1; avmws xbuild; hg update mypbranch2; avmws xbuild; avmws performance mypbranch1 mypbranch2
which would compare performance.
(not finished yet)
Attachment #540177 -
Attachment is obsolete: true
Attachment #540177 -
Flags: review?(kpalacz)
Attachment #543185 -
Flags: review?(rreitmai)
Reporter | ||
Comment 2•13 years ago
|
||
(In reply to comment #1)
> Created attachment 543185 [details] [diff] [review] [review]
> Several improvements, including explicit alternative repo
Maybe I'm not specifying things correctly but I can't get it to work like the initial patch operated.
Here's an example of what I'm trying to accomplish.
I'm in a directory called work/ and I issue:
avmws --run-tests-in ../redux acceptance
What I'd like is to use the avm built in work/ against the test files in ../redux.
This translates roughly to something like:
pushd ../redux
runtests.py --avm "../work/platform/mac/..."
popd
Comment 3•13 years ago
|
||
Comment on attachment 543185 [details] [diff] [review]
Several improvements, including explicit alternative repo
verbally r+'d by rreitmai.
Attachment #543185 -
Flags: review?(rreitmai) → review+
Any reason to /not/ land this?
Flags: flashplayer-qrb+
Whiteboard: loose-end
Target Milestone: --- → Q1 12 - Brannan
Comment 5•6 years ago
|
||
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•