Closed
Bug 676201
Opened 14 years ago
Closed 14 years ago
Need to modify acceptance/runtests.py and add one test case in acceptance/fail-config.txt to run AVM Acceptance tests on devices
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tamarin Graveyard
Virtual Machine
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: abmishra, Unassigned)
Details
Attachments
(1 file)
|
1.21 KB,
patch
|
brbaker
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20100101 Firefox/5.0
Build ID: 20110615151330
Steps to reproduce:
Triggered the AVM Acceptance Test on Device
Actual results:
The build was taking a long time and it was getting hanged while generating asm for the following case
spidermonkey/js1_5/Regress/regress-398085-01.as
Once this case was added to failconfig.txt , the runtests.py was giving a syntax error
for sleep(5)
Need to modify this with time.sleep(5)
Expected results:
Tests should have executed successfully
Modified sleep(5) to time.sleep(5) inside acceptance/runtest.py and added one entry in acceptance/failconfig.txt for a test case which was not getting built
Attachment #550349 -
Flags: review?(brbaker)
Comment 2•14 years ago
|
||
Comment on attachment 550349 [details] [diff] [review]
It includes changes in acceptance/runtests.py and acceptance/failconfig.txt
Review of attachment 550349 [details] [diff] [review]:
-----------------------------------------------------------------
Let me know if you want me to push this patch for you.
Attachment #550349 -
Flags: review?(brbaker) → review+
(In reply to comment #2)
> Comment on attachment 550349 [details] [diff] [review] [diff] [details] [review]
> It includes changes in acceptance/runtests.py and acceptance/failconfig.txt
>
> Review of attachment 550349 [details] [diff] [review] [diff] [details] [review]:
> -----------------------------------------------------------------
>
> Let me know if you want me to push this patch for you.
Please push this patch ...Thanks a lot for your support
Comment 4•14 years ago
|
||
changeset: 6509:ab191ebcf0d7
user: Abhisek Mishra <abmishra@adobe.com>
summary: Bug 676201: Need to modify acceptance/runtests.py and add one test case in acceptance/fail-config.txt to run AVM Acceptance tests on devices (r=brbaker)
http://hg.mozilla.org/tamarin-redux/rev/ab191ebcf0d7
Updated•14 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Flags: flashplayer-triage+
Flags: flashplayer-bug-
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•