Closed
Bug 522476
Opened 16 years ago
Closed 16 years ago
add tool support to run mops and abcasm in acceptance tests on winmo
Categories
(Tamarin Graveyard :: Tools, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: dschaffe, Assigned: dschaffe)
References
Details
Attachments
(2 files, 1 obsolete file)
|
6.14 KB,
patch
|
brbaker
:
review+
|
Details | Diff | Splinter Review |
|
12.62 KB,
patch
|
brbaker
:
review+
rwinchel
:
superreview+
|
Details | Diff | Splinter Review |
add support for winmo emulator and winceremoteshell to copy any dependent .abc files onto the device
currently only mops and abcasm contain multiple .abc files. The winmo test tools only copy the runnable abc file (last argument) to the device/emulator.
| Assignee | ||
Updated•16 years ago
|
Assignee: nobody → dschaffe
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•16 years ago
|
||
patch runs mops on winmo emulator in the deep test phase. the test takes ~5 minutes to run in emulator. the 1st patch supports winmo emulator, will work on copying support files when running on device next. possibly bug in the shell where running: avmshell.exe -log file1.abc file2.abc writes file1.log instead of file2.log. wmemulatorshell.py contains some code to look for .log file with the other abc file.
Attachment #406503 -
Flags: review?(brbaker)
| Assignee | ||
Comment 2•16 years ago
|
||
minor improvements from previous patch. sets the expected -log output file to be the 1st abc passed to the shell instead of searching for all abcs.
Attachment #406503 -
Attachment is obsolete: true
Attachment #406503 -
Flags: review?(brbaker)
| Assignee | ||
Updated•16 years ago
|
Attachment #407532 -
Flags: review?(brbaker)
Updated•16 years ago
|
Attachment #407532 -
Flags: review?(brbaker) → review+
Comment 3•16 years ago
|
||
Comment on attachment 407532 [details] [diff] [review]
slightly improved patch
should the mops/mops test be added into the winmo deep testing in testconfig.txt
| Assignee | ||
Comment 4•16 years ago
|
||
support for ceremoteshell.exe and avmremote.dll to copy and run tests with multiple abc files. I was able to run acceptance and performance tests ok. For acceptance tests I saw failures in recursion tests, Math (4), and RegExp/eregress_11909. I will file a new bug to track these failures.
Attachment #407592 -
Flags: review?(brbaker)
| Assignee | ||
Comment 5•16 years ago
|
||
I believe the mops/mops will run in winmo deep testing. It is run in deep on other platforms and removing the winmo specific skip should add it to winmo-emulator-deep.
Comment 6•16 years ago
|
||
Comment on attachment 407592 [details] [diff] [review]
patch for ceremoteshell.exe and avmremote.dll multi abc support
patch looks good to my, I am able to run the currently excluded mops and abcasm testcases on a device
adding super-review by RobW
Attachment #407592 -
Flags: superreview?(rwinchel)
Attachment #407592 -
Flags: review?(brbaker)
Attachment #407592 -
Flags: review+
Updated•16 years ago
|
Attachment #407592 -
Flags: superreview?(rwinchel) → superreview+
| Assignee | ||
Comment 7•16 years ago
|
||
pushed fixes. winmo device support in 2849:4d03cf20e2c5, winmo emulator support in 2961:7dbe2d11bb02
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•