RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1006810 - mozmill fails on ppc64
Summary: mozmill fails on ppc64
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: nss
Version: 6.5
Hardware: ppc64
OS: Unspecified
low
medium
Target Milestone: rc
: ---
Assignee: nss-nspr-maint
QA Contact: BaseOS QE Security Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-11 10:26 UTC by Alicja Kario
Modified: 2017-08-31 16:39 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-08-31 13:52:39 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Alicja Kario 2013-09-11 10:26:54 UTC
Description of problem:
Then test mozmill test suite fails when run on ppc64 using new nss.

Version-Release number of selected component (if applicable):
nss-3.14.3-37.el6.ppc64

How reproducible:
Always

Steps to Reproduce:
1. get mozmill from http://hg.mozilla.org/qa/mozmill-tests
2. run using DISPLAY=:0 mozmill-restart --show-all -t tests/

Actual results:
[snip]
DEBUG | mozmill.endTest | {"passes": [{"function": "Controller.open()"}, {"function": "utils.waitFor()"}, {"function": "controller.waitFor()"}, {"function": "controller.waitForPageLoad()"}, {"function": "utils.waitFor()"}, {"function": "controller.waitFor()"}, {"function": "Controller.waitForElement()"}, {"function": "Controller.type()"}, {"function": "controller.click()"}, {"function": "utils.waitFor()"}, {"function": "controller.waitFor()"}, {"function": "Controller.waitForElement()"}, {"function": "controller.click()"}], "fails": [], "time_start": 1378745231216, "name": "test2.js::testLogin2", "time_end": 1378745232361, "filename": "/tmp/tmp.W7mUXHCEmp/tests/test2.js", "failed": 0, "passed": 13}
DEBUG | mozmill.setState | "currentState"
DEBUG | mozmill.setTest | {"name": "testLogin3", "filename": "/tmp/tmp.W7mUXHCEmp/tests/test2.js"}
INFO | Step Pass: {"function": "Controller.open()"}
INFO | Step Pass: {"function": "utils.waitFor()"}
INFO | Step Pass: {"function": "controller.waitFor()"}
INFO | Step Pass: {"function": "controller.waitForPageLoad()"}
INFO | Step Pass: {"function": "utils.waitFor()"}
INFO | Step Pass: {"function": "controller.waitFor()"}
INFO | Step Pass: {"function": "Controller.waitForElement()"}
INFO | Step Pass: {"function": "Controller.type()"}
INFO | Step Pass: {"function": "controller.click()"}
INFO | Step Pass: {"function": "utils.waitFor()"}
INFO | Step Pass: {"function": "controller.waitFor()"}
INFO | Step Pass: {"function": "Controller.waitForElement()"}
INFO | Step Pass: {"function": "controller.click()"}
DEBUG | mozmill.endTest | {"passes": [{"function": "Controller.open()"}, {"function": "utils.waitFor()"}, {"function": "controller.waitFor()"}, {"function": "controller.waitForPageLoad()"}, {"function": "utils.waitFor()"}, {"function": "controller.waitFor()"}, {"function": "Controller.waitForElement()"}, {"function": "Controller.type()"}, {"function": "controller.click()"}, {"function": "utils.waitFor()"}, {"function": "controller.waitFor()"}, {"function": "Controller.waitForElement()"}, {"function": "controller.click()"}], "fails": [], "time_start": 1378745232362, "name": "test2.js::testLogin3", "time_end": 1378745233505, "filename": "/tmp/tmp.W7mUXHCEmp/tests/test2.js", "failed": 0, "passed": 13}
DEBUG | mozmill.persist
INFO | Step Pass: {"function": "utils.waitFor()"}
DEBUG | mozmill.endRunner | true
TEST-START | /tmp/tmp.W7mUXHCEmp/tests/test1.js | setupModule
TEST-PASS | /tmp/tmp.W7mUXHCEmp/tests/test1.js | test1.js::setupModule
TEST-START | /tmp/tmp.W7mUXHCEmp/tests/test1.js | testSetPassword1
TEST-UNEXPECTED-FAIL | /tmp/tmp.W7mUXHCEmp/tests/test1.js | test1.js::testSetPassword1
TEST-START | /tmp/tmp.W7mUXHCEmp/tests/test1.js | testSetPassword2
TEST-UNEXPECTED-FAIL | /tmp/tmp.W7mUXHCEmp/tests/test1.js | test1.js::testSetPassword2
TEST-START | /tmp/tmp.W7mUXHCEmp/tests/test1.js | testSetMasterPassword
TEST-UNEXPECTED-FAIL | /tmp/tmp.W7mUXHCEmp/tests/test1.js | test1.js::testSetMasterPassword
TEST-START | /tmp/tmp.W7mUXHCEmp/tests/test2.js | setupModule
TEST-PASS | /tmp/tmp.W7mUXHCEmp/tests/test2.js | test2.js::setupModule
TEST-START | /tmp/tmp.W7mUXHCEmp/tests/test2.js | testOpenPage
TEST-UNEXPECTED-FAIL | /tmp/tmp.W7mUXHCEmp/tests/test2.js | test2.js::testOpenPage
TEST-START | /tmp/tmp.W7mUXHCEmp/tests/test2.js | testLogin1
TEST-PASS | /tmp/tmp.W7mUXHCEmp/tests/test2.js | test2.js::testLogin1
TEST-START | /tmp/tmp.W7mUXHCEmp/tests/test2.js | testLogin2
TEST-PASS | /tmp/tmp.W7mUXHCEmp/tests/test2.js | test2.js::testLogin2
TEST-START | /tmp/tmp.W7mUXHCEmp/tests/test2.js | testLogin3
TEST-PASS | /tmp/tmp.W7mUXHCEmp/tests/test2.js | test2.js::testLogin3
INFO Passed: 5
INFO Failed: 4
INFO Skipped: 0

Expected results:
Test pass

Additional info:
Not a regression, ppc64 didn't work on RHEL-6.4.0 too

Comment 2 RHEL Program Management 2013-10-14 02:15:20 UTC
This request was not resolved in time for the current release.
Red Hat invites you to ask your support representative to
propose this request, if still desired, for consideration in
the next release of Red Hat Enterprise Linux.


Note You need to log in before you can comment on or make changes to this bug.