In bug 1495072, I'm changing `await` to be about 2x faster (each `await` currently creates an extra Promise, for no good reason—it's redundant—and the change is to stop doing that). This breaks some tests, including this one.
Bug 1531443 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
In bug 1495072, I'm changing `await` to be about 2x faster (each `await` currently creates an extra Promise, for no good reason—it's redundant—and the change is to stop doing that). This breaks some tests, including this one. Here's a failing try run: https://treeherder.mozilla.org/#/jobs?repo=try&revision=062c8d2376f219984890a225cf8cb599215fa871&selectedJob=230358797