Closed
Bug 484467
Opened 16 years ago
Closed 14 years ago
Unable to run acceptance tests on platforms such as Android that lack Python
Categories
(Tamarin Graveyard :: Tools, enhancement, P5)
Tracking
(Not tracked)
RESOLVED
FIXED
Q1 12 - Brannan
People
(Reporter: palewis, Unassigned)
Details
Attachments
(1 file)
It is not possible to run acceptance tests on platforms such as Android that lack Python.
However, the attached diffs against Tamarin Central solve the problem in cases similar to Android where the platform provides tools that can be used to communicate with an emulator or device.
This change inroduces the concept of a "platform bridge". A platform bridge acts as a proxy to communicate with an emulator or device and run avmshell remotely on that device. A default implementation of the platform bridge is provided that allows runtests.py to function exactly as it did before this change. However, you can invoke runtests.py with a new -p option to specify a platform bridge. An implementation of a platform bridge for the Android operating system is also provided by this change.
Updated•16 years ago
|
Attachment #368594 -
Attachment is patch: true
Attachment #368594 -
Attachment mime type: application/octet-stream → text/plain
Updated•16 years ago
|
Priority: -- → P5
Target Milestone: --- → flash10.1
Comment 1•15 years ago
|
||
We have android online in buildbot now. Adding QE.
Flags: flashplayer-triage?
Comment 2•15 years ago
|
||
resolved?
Updated•14 years ago
|
OS: Other → BSDI
Target Milestone: Q3 11 - Serrano → Q1 12 - Brannan
You need to log in
before you can comment on or make changes to this bug.
Description
•