Closed
Bug 479824
Opened 17 years ago
Closed 16 years ago
runtest switches not always working
Categories
(Tamarin Graveyard :: Build Config, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: cpeyer, Assigned: cpeyer)
Details
Attachments
(1 file)
|
3.65 KB,
patch
|
brbaker
:
review+
|
Details | Diff | Splinter Review |
In the performance suite I was using the –vmversion=${branch} since I need to specify the version for the winmo runs and I added the –v switch to see what was going on and the –vmersion was just being ignored. Looks like there is a parsing bug as the vmversion will get set IF the –v switch is first, but will not get set if it is before.
-v --vmversion=${change} -> WORKS, vmversion is properly set
--vmversion=${change} -v -> does not work, vmversions is NOT set
Flags: in-testsuite-
Flags: flashplayer-triage+
| Assignee | ||
Comment 1•17 years ago
|
||
Comparisons were not being done to tuples - were being treated as strings when only one switch option was available. Changed all option comparisons to tuples.
Attachment #363730 -
Flags: review?(brbaker)
Updated•17 years ago
|
Attachment #363730 -
Flags: review?(brbaker) → review+
| Assignee | ||
Comment 2•16 years ago
|
||
Original patch pushed a long time ago. Fixed a few more missing tuples in TR 2627:7ba00ff6c4fd.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•