mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 14:56:07 +00:00
![Emilio Cobos Álvarez](/assets/img/avatar_default.png)
The first subtest is already annotated as failing on all platforms. My patch seems to have changed timing in a way such that the second test also fails in non-macOS platforms. I tried to reproduce the failure locally and investigate a bit more, but couldn't. The test doesn't seem particularly racy, off-hand, other than it using a timer which at best should make the test unexpectedly pass, not unexpectedly fail... The other thing that looked suspicious is that the test was waiting for the load event of the main window, not of the popup it opens (which I think might be unintended). However that also doesn't make the failure reproduce here. Differential Revision: https://phabricator.services.mozilla.com/D120204
Common testing tools for mozilla codebase projects, test suite definitions for automated test runs, tests that don't fit anywhere else, and other fun stuff