Closed
Bug 967432
Opened 12 years ago
Closed 12 years ago
Permanent Orange: TEST-UNEXPECTED-FAIL | test-message-header.js | test-message-header.js::test_a11y_attrs
Categories
(Thunderbird :: General, defect)
Tracking
(thunderbird29 fixed, thunderbird30 fixed)
RESOLVED
FIXED
Thunderbird 30.0
People
(Reporter: standard8, Assigned: enndeakin)
References
Details
(Keywords: intermittent-failure, regression)
Attachments
(1 file)
|
4.33 KB,
patch
|
neil
:
review+
standard8
:
feedback+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
SUMMARY-UNEXPECTED-FAIL | C:\slave\test\build\mozmill\message-header\test-message-header.js | test-message-header.js::test_a11y_attrs
EXCEPTION: headerAccessible.name for Subject was 'null'; expected 'Subjec: This is a really, really, really, really, really, really, really, really, long subject.'
at: test-message-header.js line 997
verify_header_a11y test-message-header.js 997
test_a11y_attrs test-message-header.js 1022
Runner.prototype.wrapper frame.js 585
Runner.prototype._runTestModule frame.js 655
Runner.prototype.runTestModule frame.js 701
Runner.prototype.runTestDirectory frame.js 525
runTestDirectory frame.js 707
Bridge.prototype._execFunction server.js 179
Bridge.prototype.execFunction server.js 183
This is on Windows & Linux (Mac has accessibility disabled due to the same failure but that was present from the start of accessibility being enabled on Mac - see bug 862238).
The regression here is from bug 963105 - I've verified it using try server fixed to before & after revisions.
Potentially useful links:
http://hg.mozilla.org/comm-central/annotate/2f2fa58f41a7/mail/test/mozmill/message-header/test-message-header.js#l981
http://hg.mozilla.org/comm-central/annotate/2f2fa58f41a7/mail/test/mozmill/message-header/test-message-header.js#l892
http://hg.mozilla.org/comm-central/annotate/2f2fa58f41a7/mail/base/content/msgHdrViewOverlay.xul#l411
| Reporter | ||
Comment 1•12 years ago
|
||
| Reporter | ||
Updated•12 years ago
|
Summary: TEST-UNEXPECTED-FAIL | test-message-header.js | test-message-header.js::test_a11y_attrs → Permanent Orange: TEST-UNEXPECTED-FAIL | test-message-header.js | test-message-header.js::test_a11y_attrs
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Assignee | ||
Comment 12•12 years ago
|
||
Setting labelElement should happen even when no accesskey is set.
Mark, as I can't seem to build Thunderbird right now, could you verify if this fixes the failure?
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Assignee | ||
Updated•12 years ago
|
Attachment #8373516 -
Flags: feedback? → feedback?(mbanner)
Comment 14•12 years ago
|
||
We attempted a try run with this patch at https://tbpl.mozilla.org/?tree=Thunderbird-Try&rev=360adfeb091b . Hopefully the /toolkit patch got applied there (on c-c), but the failing test now passed.
| Assignee | ||
Updated•12 years ago
|
Attachment #8373516 -
Flags: review?(neil)
| Reporter | ||
Comment 15•12 years ago
|
||
Comment on attachment 8373516 [details] [diff] [review]
accesskeycontrol
Just to confirm, the patch applied fine on try server.
Thanks for fixing this.
Attachment #8373516 -
Flags: feedback?(mbanner) → feedback+
Updated•12 years ago
|
Attachment #8373516 -
Flags: review?(neil) → review+
| Assignee | ||
Comment 16•12 years ago
|
||
Flags: in-testsuite+
| Assignee | ||
Comment 17•12 years ago
|
||
Comment on attachment 8373516 [details] [diff] [review]
accesskeycontrol
[Approval Request Comment]
Bug caused by (feature/regressing bug #): 963105
User impact if declined: fixes regression where textbox labels won't be available to accessibility
Testing completed (on m-c, etc.): yes, passes on try server, tested by thunderbird folks
Risk to taking this patch (and alternatives if risky): none, only restores code that should have been executing, no new code
String or IDL/UUID changes made by this patch: none
Attachment #8373516 -
Flags: approval-mozilla-aurora?
Comment 18•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 30.0
Updated•12 years ago
|
Attachment #8373516 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 19•12 years ago
|
||
status-thunderbird29:
--- → fixed
status-thunderbird30:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•