Closed
Bug 1239807
Opened 10 years ago
Closed 10 years ago
TEST-UNEXPECTED-FAIL | xpcshell-icaljs.ini:calendar/test/unit/test_ltninvitationutils.js | createInvitationOverlay_test - [createInvitationOverlay_test : 274] (test #6)
Categories
(Calendar :: E-mail based Scheduling (iTIP/iMIP), defect)
Tracking
(Not tracked)
RESOLVED
FIXED
4.8
People
(Reporter: ssitter, Assigned: MakeMyDay)
Details
(Keywords: intermittent-failure, regression)
Attachments
(1 file)
|
6.15 KB,
patch
|
darktrojan
:
review+
|
Details | Diff | Splinter Review |
Passed in 2016-01-13 build
Failed in 2016-01-14 build
https://treeherder.mozilla.org/logviewer.html#?job_id=30468&repo=comm-central
05:26:10 WARNING - TEST-UNEXPECTED-FAIL | xpcshell-icaljs.ini:calendar/test/unit/test_ltninvitationutils.js | createInvitationOverlay_test - [createInvitationOverlay_test : 274] (test #6) - "<tr xmlns=\\"http://www.w3.org/1999/xhtml\\" hidden=\\"true\\" id=\\"attendee-template\\"><td><p class=\\"itip-icon\\"></p></td><td cla == "<tr xmlns=\\"http://www.w3.org/1999/xhtml\\" hidden=\\"true\\" id=\\"attendee-template\\"><td><p class=\\"itip-icon\\"/></td><td class=
05:26:10 INFO - /builds/slave/test/build/tests/xpcshell/tests/calendar/test/unit/test_ltninvitationutils.js:createInvitationOverlay_test:274
| Reporter | ||
Comment 1•10 years ago
|
||
Based on the simple sample that is reported in the error output it seems that
> <p class=\\"itip-icon\\"/>
is now
> <p class=\\"itip-icon\\"></p>
This could be caused by Bug 1032979 checkin https://hg.mozilla.org/mozilla-central/rev/6b1aff2a5757
| Assignee | ||
Comment 2•10 years ago
|
||
Comment 3•10 years ago
|
||
Comment on attachment 8708058 [details] [diff] [review]
FixTestFailureLtnInvitationUtils-V1.diff
I'm reviewing and shipping this on account of it only being a test fix, and having a successful try run.
Attachment #8708058 -
Flags: review?(philipp) → review+
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → 4.8
You need to log in
before you can comment on or make changes to this bug.
Description
•