Skip to content

Regression: Event tests failing in Chrome 58+ #3732

@Krinkle

Description

@Krinkle

The last remaining test failure for jQuery core in TestSwarm is in events. Affects Chrome 58 and higher. It seemed to pass in Chrome 57 at the time (since then we updated CI to test in Chrome 58 and Chrome 59 only, which both fail.)

Traced to: 3638928

TestSwarm job: http://swarm.jquery.org/job/5626

Problem:

The test suite for events consistently times out in Chrome around this test:

event: preventDefault() on focusin does not throw exception

screen shot 2017-07-18 at 15 53 39

While it passes consistently in Chrome 58 and 59 from BrowserStack API in TestSwarm, it does pass when I try it manually in BrowserStack Live, as well as when I try it locally on my own machine.

Fails:

  • Chrome 58 (BrowserStack API): Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36
  • Chrome 59 (BrowserStack API): Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.86 Safari/537.36

Passes:

  • Chrome 59 on Windows 8.1 (BrowserStack Live): Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.86 Safari/537.36
  • Chrome 59 on Windows 8 (BrowserStack Live): Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.86 Safari/537.36
  • Chrome 59 on Windows 7 (BrowserStack Live): Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.86 Safari/537.36
  • Chrome 59 (Mac OS X): Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions