Closed
Bug 1389086
Opened 8 years ago
Closed 8 years ago
Intermittent dom/events/test/pointerevents/test_bug1323158.html | Should receive pointerover before mouseover
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
People
(Reporter: intermittent-bug-filer, Assigned: stone)
Details
(Keywords: intermittent-failure, Whiteboard: [stockwell fixed])
Attachments
(3 files)
|
1.34 KB,
patch
|
bevis
:
review+
|
Details | Diff | Splinter Review |
|
8.50 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
|
3.04 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
Filed by: archaeopteryx [at] coole-files.de
https://treeherder.mozilla.org/logviewer.html#?job_id=122271519&repo=mozilla-inbound
https://queue.taskcluster.net/v1/task/FyjUUKaySxGSlIfAGADz2w/runs/0/artifacts/public/test_info/plain-chunked_errorsummary.log
12:32:43 INFO - 508 INFO TEST-PASS | dom/events/test/pointerevents/test_bug1323158.html | relatedTarget of mouseleave should be the same as the correcponding pointer event expect [object HTMLDivElement] got [object HTMLDivElement]
12:32:43 INFO - Buffered messages finished
12:32:43 ERROR - 509 INFO TEST-UNEXPECTED-FAIL | dom/events/test/pointerevents/test_bug1323158.html | Should receive pointerover before mouseover
12:32:43 INFO - runTests/</<@dom/events/test/pointerevents/test_bug1323158.html:53:7
12:32:43 INFO - EventListener.handleEvent*runTests/<@dom/events/test/pointerevents/test_bug1323158.html:51:5
12:32:43 INFO - runTests@dom/events/test/pointerevents/test_bug1323158.html:50:3
12:32:43 INFO - Async*@dom/events/test/pointerevents/test_bug1323158.html:88:3
12:32:43 INFO - focusedOrLoaded/<@SimpleTest/SimpleTest.js:795:59
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Comment 5•8 years ago
|
||
Stone, have you noticed something changed in the past few days that caused this intermittent failure appear? It seems to me something we could consider to disable the test temporarily and then to enable in 58 (before we ship PE to release) due to 57 resource conflict (but I honestly have little idea about the impact of disabling this test), wdyt?
Flags: needinfo?(sshih)
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → sshih
Flags: needinfo?(sshih)
| Assignee | ||
Comment 6•8 years ago
|
||
| Assignee | ||
Comment 7•8 years ago
|
||
(In reply to Hsin-Yi Tsai [:hsinyi] from comment #5)
> Stone, have you noticed something changed in the past few days that caused
> this intermittent failure appear? It seems to me something we could consider
> to disable the test temporarily and then to enable in 58 (before we ship PE
> to release) due to 57 resource conflict (but I honestly have little idea
> about the impact of disabling this test), wdyt?
Have no idea what causes this problem. Should be fine to disable it at this moment since it's PE specific.
| Assignee | ||
Updated•8 years ago
|
Attachment #8896878 -
Flags: review?(btseng)
Updated•8 years ago
|
Attachment #8896878 -
Flags: review?(btseng) → review+
Comment 8•8 years ago
|
||
:kats - might this have a similar cause to bug 1388955?
Flags: needinfo?(bugmail)
Comment 9•8 years ago
|
||
I don't think so. It seems like this test sends mouse events, and doesn't use the native synthesization codepaths, so it's probably a different issue.
Flags: needinfo?(bugmail)
| Comment hidden (Intermittent Failures Robot) |
Comment 11•8 years ago
|
||
Pushed by sshih@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/2df4acb21215
Disable intermittent failed test case test_bug1323158.html. r=bevis.
| Assignee | ||
Comment 12•8 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=f1c09d40039f2529001ec3ee6da270036374bcd1
Confirmed that this test case is skipped.
| Assignee | ||
Updated•8 years ago
|
Keywords: leave-open
Comment 13•8 years ago
|
||
| bugherder | ||
Updated•8 years ago
|
Whiteboard: [stockwell needswork:DOM] → [stockwell disabled]
| Comment hidden (Intermittent Failures Robot) |
Updated•8 years ago
|
Whiteboard: [stockwell needswork:DOM] → [stockwell needswork:owner]
Updated•8 years ago
|
Whiteboard: [stockwell needswork:owner] → [stockwell disabled]
| Comment hidden (Intermittent Failures Robot) |
Updated•8 years ago
|
Whiteboard: [stockwell needswork:owner] → [stockwell disabled]
| Assignee | ||
Comment 16•8 years ago
|
||
| Assignee | ||
Comment 17•8 years ago
|
||
| Assignee | ||
Comment 18•8 years ago
|
||
An unrelated mousemove is sent to target1 when the test is finished, which breaks this test. Using once event listeners to avoid receiving unrelated events.
| Assignee | ||
Comment 19•8 years ago
|
||
| Assignee | ||
Updated•8 years ago
|
Attachment #8903490 -
Flags: review?(bugs)
| Assignee | ||
Updated•8 years ago
|
Attachment #8903489 -
Flags: review?(bugs)
Comment 20•8 years ago
|
||
Comment on attachment 8903489 [details] [diff] [review]
Remove windows line ending in the test file
rs+
Attachment #8903489 -
Flags: review?(bugs) → review+
Updated•8 years ago
|
Attachment #8903490 -
Flags: review?(bugs) → review+
Comment 21•8 years ago
|
||
Pushed by sshih@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/861bccda61e4
Part1: Remove windows line ending in the test file. r=smaug.
https://hg.mozilla.org/integration/mozilla-inbound/rev/0335f419f10b
Part2: Use once event listeners to avoid they are triggered after the test is done. r=smaug.
Comment 22•8 years ago
|
||
| bugherder | ||
| Assignee | ||
Updated•8 years ago
|
Keywords: leave-open
| Assignee | ||
Comment 23•8 years ago
|
||
No intermittent failures happened after landing. Closed it.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Whiteboard: [stockwell disabled] → [stockwell fixed]
You need to log in
before you can comment on or make changes to this bug.
Description
•