Closed
Bug 810770
Opened 13 years ago
Closed 13 years ago
Test failure "Password notification should be closed - 'undefined' should equal 'closed'" in /testPreferences/testPasswordSavedAndDeleted.js
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect, P2)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(firefox-esr10 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox-esr10 | --- | fixed |
People
(Reporter: AndreeaMatei, Assigned: daniela.p98911)
References
()
Details
(Whiteboard: [mozmill-test-failure] s=121112 u=failure c=preferences p=1)
Attachments
(2 files)
|
1.96 KB,
patch
|
davehunt
:
review+
|
Details | Diff | Splinter Review |
|
2.85 KB,
patch
|
davehunt
:
review-
|
Details | Diff | Splinter Review |
This failed over the weekend on all platforms, with 10.0.11esrpre, en-US only.
| Reporter | ||
Updated•13 years ago
|
status-firefox-esr10:
--- → affected
Whiteboard: [mozmill-test-failure]
Comment 1•13 years ago
|
||
That failure has to be fixed as soon as possible. Who can have a look at? Thanks.
Priority: -- → P2
Whiteboard: [mozmill-test-failure] → [mozmill-test-failure][mozmill-test-skipped] s=121112 u=failure c=preferences p=1
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → dpetrovici
| Assignee | ||
Updated•13 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•13 years ago
|
||
skip patch for esr10 branch
Attachment #681095 -
Flags: review?(hskupin)
Attachment #681095 -
Flags: review?(dave.hunt)
Comment 3•13 years ago
|
||
Comment on attachment 681095 [details] [diff] [review]
skip patch v1.0
Review of attachment 681095 [details] [diff] [review]:
-----------------------------------------------------------------
Landed as:
http://hg.mozilla.org/qa/mozmill-tests/rev/d30f57afd481
Note the minor changes wrt whitespace and quotes.
Attachment #681095 -
Flags: review?(hskupin)
Attachment #681095 -
Flags: review?(dave.hunt)
Attachment #681095 -
Flags: review+
| Assignee | ||
Comment 4•13 years ago
|
||
I did not find a regression range yet. It fails locally on Ubuntu 12.04 x86 and Mac OS 10.7.5 for tinderbox builds older than 11/10.
The issue is related to notification.getNode().state and using the state of the parentNode (notification.getNode().parentNode.state) works at the moment on MAC OS 10.7.5.
I will continue to investigate this to get the regression range.
| Assignee | ||
Comment 5•13 years ago
|
||
I haven't found a regression range. The issue reproduces locally with older builds on Ubuntu 12.04, MAC OS 10.7.5 and Windows 7 SP1. Tried also builds from 02/2012 too (candidate releases) - e.g. Ubuntu 12.04 with ftp://ftp.mozilla.org/pub/firefox/candidates/10.0.2-candidates/build1/linux-i686/
The patch I added now fixes the problem with the state being undefined by using the parentNode. Tested on MAC OS 10.7.5, Ubuntu 12.04 and Windows 7 SP1.
Attachment #681960 -
Flags: review?(hskupin)
Attachment #681960 -
Flags: review?(dave.hunt)
Comment 6•13 years ago
|
||
Comment on attachment 681960 [details] [diff] [review]
patch v1.0
Review of attachment 681960 [details] [diff] [review]:
-----------------------------------------------------------------
This appears to be a regression caused by the ESR backport patch in bug 679148. We should attach a follow-up patch there to fix this and then we can backout the skip patch.
https://bugzilla.mozilla.org/attachment.cgi?id=679148&action=diff#a/tests/functional/testPreferences/testPasswordSavedAndDeleted.js_sec2
Attachment #681960 -
Flags: review?(hskupin)
Attachment #681960 -
Flags: review?(dave.hunt)
Attachment #681960 -
Flags: review-
| Assignee | ||
Comment 7•13 years ago
|
||
Added the patch to bug 782918. Afterwards skip patch will be backout.
Depends on: 782918
Comment 8•13 years ago
|
||
The follow-up patch on bug 782918 landed. The skip patch has been backed-out:
http://hg.mozilla.org/qa/mozmill-tests/rev/ae0c940df850 (esr10)
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [mozmill-test-failure][mozmill-test-skipped] s=121112 u=failure c=preferences p=1 → [mozmill-test-failure] s=121112 u=failure c=preferences p=1
Updated•6 years ago
|
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•