Closed
Bug 493739
Opened 16 years ago
Closed 14 years ago
performance runtests.py should support winmo emulator
Categories
(Tamarin Graveyard :: Tools, defect, P4)
Tracking
(Not tracked)
RESOLVED
WONTFIX
Q3 11 - Serrano
People
(Reporter: dschaffe, Assigned: dschaffe)
References
Details
Attachments
(1 file)
1.15 KB,
patch
|
stejohns
:
review+
brbaker
:
review-
|
Details | Diff | Splinter Review |
the performance runtests.py should run easily with the emulator using the same mechanism as the acceptance tests
Flags: flashplayer-triage+
Assignee | ||
Comment 1•16 years ago
|
||
also edit test/performance/dir.asc_args set CONFIG:desktop=false
will use Date() object instead of getTimer(). on winmo getTimer() only has second resolution so results will get rounded off. after setting the flag delete performance .abc to rebuild test tests.
Assignee | ||
Updated•16 years ago
|
Attachment #378340 -
Flags: review?(brbaker)
Comment 2•16 years ago
|
||
Comment on attachment 378340 [details] [diff] [review]
patch
patch doesn't contain the edits to asc_args or to use new Date()... hopefully those won't have to be done as local-only changes every time? (ie isn't there a way to make existing code work as-is?)
Attachment #378340 -
Flags: review?(stejohns) → review+
Comment 3•16 years ago
|
||
Comment on attachment 378340 [details] [diff] [review]
patch
If you change performance/dir.asc_args to set the CONFIG::desktop to false, it will use smaller datasets and also use getTimer() instead of Date() which gives millisecond resolution in the tests.
Attachment #378340 -
Flags: review?(brbaker) → review+
Updated•15 years ago
|
Priority: -- → P3
Target Milestone: --- → flash10.1
Updated•15 years ago
|
Priority: P3 → P4
Assignee | ||
Comment 4•15 years ago
|
||
verified patch still works and pushed in 2850:d14d124e85f5
Assignee | ||
Comment 5•15 years ago
|
||
marking bug fixed and closing.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•15 years ago
|
||
Comment on attachment 378340 [details] [diff] [review]
patch
reopening bug because I just reverted the change. This change is not correct.
1) why is the config set to a string that does not match the performance configs? Performance configs are not like acceptance config strings
2) disabling the call to determine OS and version if config is set is incorrect. The needs to be known for logging and the version also needs to be known for logging purposes
This patch was reverted in changeset 2952:8d95dfcd273e because it is causing the logging of performance data to fail (unknown OS and unknown version number)
Attachment #378340 -
Flags: review+ → review-
Updated•15 years ago
|
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Comment 7•14 years ago
|
||
Winmo 6.5 not supported. New issue could be logged if similar issue exists when WinPhone 7 is supported.
Status: REOPENED → RESOLVED
Closed: 15 years ago → 14 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•