[wpt-sync] Sync PR 28499 - implement crypto.randomUUID()
Categories
(Core :: DOM: Security, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox90 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream][domsecurity-backlog])
Sync web-platform-tests PR 28499 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/28499
Details from upstream follow.
b'Benjamin Coe <bencoe@google.com>' wrote:
implement crypto.randomUUID()
Implementation of crypto.randomUUID() using base/guid which indicates
"A cryptographically secure random source will be used".Refs: https://wicg.github.io/uuid/
Change-Id: I0f5402b4d83a5d89f02425d8050a7737264672dcReviewed-on: https://chromium-review.googlesource.com/2804758
WPT-Export-Revision: 6b573e346dc5442318ebf0c66ce8877c286337b6
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
| Assignee | ||
Comment 3•4 years ago
|
||
CI Results
Ran 15 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 3 subtests
Status Summary
Firefox
OK : 2
FAIL: 6
Chrome
OK : 2
FAIL: 6
Safari
OK : 2
FAIL: 6
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/WebCryptoAPI/randomUUID.any.worker.html
namespace format: FAIL (Chrome: FAIL, Safari: FAIL)
version set: FAIL (Chrome: FAIL, Safari: FAIL)
variant set: FAIL (Chrome: FAIL, Safari: FAIL)
/WebCryptoAPI/randomUUID.any.html
namespace format: FAIL (Chrome: FAIL, Safari: FAIL)
version set: FAIL (Chrome: FAIL, Safari: FAIL)
variant set: FAIL (Chrome: FAIL, Safari: FAIL)
Updated•4 years ago
|
Comment 5•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/b69b49691a48
https://hg.mozilla.org/mozilla-central/rev/da4db35e7325
Updated•4 years ago
|
Description
•