Closed Bug 479824 Opened 17 years ago Closed 16 years ago

runtest switches not always working

Categories

(Tamarin Graveyard :: Build Config, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: cpeyer, Assigned: cpeyer)

Details

Attachments

(1 file)

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+
Attached patch Fix for switchesSplinter Review
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)
Attachment #363730 - Flags: review?(brbaker) → review+
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
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: