Closed
Bug 1468348
Opened 8 years ago
Closed 8 years ago
[wpt-sync] Sync PR 11477 - Fix test flakiness around multi-threaded blob URL revocation.
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 11477 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/11477
Details from upstream follow.
Marijn Kruisselbrink <mek@chromium.org> wrote:
> Fix test flakiness around multi-threaded blob URL revocation.
>
> Registering a new blob URL in the worker will ensure (at least in chrome)
> that the revocation has been fully processed before the main thread
> tries to fetch the now revoked URL.
>
> Bug: 851942
> Change-Id: I12e794682dbb5b34dc08fe2a7d398e3ba02aaffa
> Reviewed-on: https://chromium-review.googlesource.com/1097230
> WPT-Export-Revision: 96807ff2496b7ba4de3616b3680094aa7d97b034
| Assignee | ||
Updated•8 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
| Assignee | ||
Comment 1•8 years ago
|
||
| Assignee | ||
Comment 2•8 years ago
|
||
| Assignee | ||
Comment 3•8 years ago
|
||
| Assignee | ||
Comment 4•8 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=5fa4424e4a65d2fdc4eb314d3e1f021dd656f875
| Assignee | ||
Comment 5•8 years ago
|
||
Ran 1 tests and 3 subtests
OK : 1
PASS : 3
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/cb900853bddc
[wpt PR 11477] - Fix test flakiness around multi-threaded blob URL revocation., a=testonly
Comment 7•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•