Closed Bug 1822225 Opened 2 years ago Closed 2 years ago

Always capture async stacks in a11y browser tests

Categories

(Core :: Disability Access APIs, task)

task

Tracking

()

RESOLVED FIXED
113 Branch
Tracking Status
firefox113 --- fixed

People

(Reporter: Jamie, Assigned: Jamie)

References

Details

Attachments

(1 file)

The tests in accessible/tests/browser make heavy use of async functions for assertions. By default, where async functions are involved, the stack doesn't include the place where the async function was called. This makes it very difficult to debug these tests because we can't see which assertion is actually failing. This is especially problematic in CI. Therefore, we always want async stacks despite the default.

Pushed by jteh@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/392292776d8d Always produce async JS stacks in a11y browser tests. r=eeejay
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: