Mochitests should not start with a 1s wait
Categories
(Testing :: Mochitest, defect, P2)
Tracking
(firefox141 fixed)
| Tracking | Status | |
|---|---|---|
| firefox141 | --- | fixed |
People
(Reporter: florian, Assigned: jmaher)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This behavior was introduced in bug 431464, because of focus issues when "Running mochitests on SeaMonkey" ("It's possible the problem also occurs on Firefox").
Example profile showing that we wait for 1s before we start doing anything: https://share.firefox.dev/4dCqsKH
Comment 1•1 year ago
|
||
The severity field is not set for this bug.
:jmaher, could you have a look please?
For more information, please visit BugBot documentation.
| Assignee | ||
Comment 2•1 year ago
|
||
I think the 1 second is here
| Reporter | ||
Comment 3•1 year ago
|
||
The profile in comment 0 shows "setTimeout handler with interval 1000ms: TestRunner._makeIframe/< (chrome://mochikit/content/tests/SimpleTest/TestRunner.js:421)" so the timer would be this one: https://searchfox.org/mozilla-central/rev/b6a437e0e51dbbfa65f07ee4e1db3864624ab5ea/testing/mochitest/tests/SimpleTest/TestRunner.js#421,423
| Assignee | ||
Comment 4•1 year ago
|
||
Updated•1 year ago
|
Comment 6•1 year ago
|
||
| bugherder | ||
Updated•1 year ago
|
Description
•