Closed
Bug 1390020
Opened 7 years ago
Closed 7 years ago
test_selectevents.html is going to permafail when Gecko 57 merges to Beta on 2017-09-20
Categories
(Core :: DOM: Selection, defect)
Tracking
()
VERIFIED
FIXED
mozilla57
People
(Reporter: RyanVM, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file)
1.29 KB,
patch
|
nika
:
review+
|
Details | Diff | Splinter Review |
[Tracking Requested - why for this release]: Permafailing test on the next merge day.
It's not immediately clear to me offhand why this is failing now. Will try to bisect it.
https://treeherder.mozilla.org/logviewer.html#?job_id=122811600&repo=try
TEST-UNEXPECTED-FAIL | dom/tests/mochitest/general/test_selectevents.html | ISelChng Mouse Action (100 - mousemove) - got +0, expected 1
TEST-UNEXPECTED-FAIL | dom/tests/mochitest/general/test_selectevents.html | ISelChng Mouse Action (75 - mousemove) - got +0, expected 1
TEST-UNEXPECTED-FAIL | dom/tests/mochitest/general/test_selectevents.html | ISelChng Mouse Action (50 - mousemove) - got +0, expected 1
TEST-UNEXPECTED-FAIL | dom/tests/mochitest/general/test_selectevents.html | ISelChng Mouse Action (25 - mousemove) - got +0, expected 1
TEST-UNEXPECTED-FAIL | dom/tests/mochitest/general/test_selectevents.html | ISelChng Mouse Action (50 - undefined) - got +0, expected 1
TEST-UNEXPECTED-FAIL | dom/tests/mochitest/general/test_selectevents.html | ISelChng Mouse Action (75 - mousedown) - got +0, expected 1
TEST-UNEXPECTED-FAIL | dom/tests/mochitest/general/test_selectevents.html | ISelChng Mouse Action (100 - mousemove) - got +0, expected 1
TEST-UNEXPECTED-FAIL | dom/tests/mochitest/general/test_selectevents.html | TSelChng Mouse Action (100 - mousemove) - got +0, expected 1
TEST-UNEXPECTED-FAIL | dom/tests/mochitest/general/test_selectevents.html | TSelChng Mouse Action (75 - mousemove) - got +0, expected 1
TEST-UNEXPECTED-FAIL | dom/tests/mochitest/general/test_selectevents.html | TSelChng Mouse Action (50 - mousemove) - got +0, expected 1
TEST-UNEXPECTED-FAIL | dom/tests/mochitest/general/test_selectevents.html | TSelChng Mouse Action (25 - mousemove) - got +0, expected 1
TEST-UNEXPECTED-FAIL | dom/tests/mochitest/general/test_selectevents.html | TSelChng Mouse Action (50 - undefined) - got +0, expected 1
TEST-UNEXPECTED-FAIL | dom/tests/mochitest/general/test_selectevents.html | TSelChng Mouse Action (75 - mousedown) - got +0, expected 1
TEST-UNEXPECTED-FAIL | dom/tests/mochitest/general/test_selectevents.html | TSelChng Mouse Action (100 - mousemove) - got +0, expected 1
Reporter | ||
Comment 1•7 years ago
|
||
Bisection confirms that bug 1386468 is the culprit.
Blocks: 1386468
Flags: needinfo?(ehsan)
Assignee | ||
Comment 2•7 years ago
|
||
Attachment #8897152 -
Flags: review?(michael)
Assignee | ||
Updated•7 years ago
|
Flags: needinfo?(ehsan)
Reporter | ||
Updated•7 years ago
|
Assignee: nobody → ehsan
Updated•7 years ago
|
Attachment #8897152 -
Flags: review?(michael) → review+
Pushed by eakhgari@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/1ceaea2064b3
Set the dom.select_events.textcontrols.enabled pref in test_selectevents.html; r=mystor
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Reporter | ||
Updated•7 years ago
|
Status: RESOLVED → VERIFIED
This is fixed, no need to track it.
You need to log in
before you can comment on or make changes to this bug.
Description
•