Closed
Bug 1510941
Opened 6 years ago
Closed 6 years ago
[wpt-sync] Sync PR 14291 - [WebCryptoAPI] Remove race condition
Categories
(Core :: DOM: Security, enhancement, P4)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream][domsecurity-backlog])
Sync web-platform-tests PR 14291 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14291
Details from upstream follow.
Mike Pennisi <mike@mikepennisi.com> wrote:
> [WebCryptoAPI] Remove race condition
>
> Configure testharness.js to wait until the global `done` function is
> invoked before reporting results. This ensures that all
> asynchronously-declared tests are defined and subsequently executed
> regardless of variations in timing.
>
> ---
>
> The instability is apparent when comparing the test results between Chrome, Firefox, and Safari, e.g. https://wpt.fyi/results/WebCryptoAPI/sign_verify?sha=58523789a0
>
> 
>
> Firefox and Safari are missing results from tests that depend on `WebCryptoAPI/sign_verify/ecdsa.js` due to the race condition which this patch corrects.
Assignee | ||
Updated•6 years ago
|
Component: web-platform-tests → DOM: Security
Product: Testing → Core
Updated•6 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream][domsecurity-backlog]
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=45dba65a8241df40c35b50f4aabb1e93795842df
Assignee | ||
Comment 3•6 years ago
|
||
Ran 8 tests and 512 subtests
OK : 7
PASS : 344
FAIL : 168
Tests that are disabled for instability:
/WebCryptoAPI/sign_verify/test_ecdsa.https.html
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/80137a026cf2
[wpt PR 14291] - [WebCryptoAPI] Remove race condition, a=testonly
Comment 5•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•