Closed
Bug 1088460
Opened 10 years ago
Closed 10 years ago
[EME] Warning "Failed to delete GMP storage directory" during GMPStorage gtests
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla36
People
(Reporter: cpearce, Assigned: cpearce)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
944 bytes,
patch
|
jesup
:
review+
|
Details | Diff | Splinter Review |
We're getting a NS_WARNING("Failed to delete GMP storage directory") when running GMPStorage gtests.
This is because we're clearing storage when storage is already clear, and the operation to delete the storage directory is failing to delete a path that doesn't exist.
Assignee | ||
Comment 1•10 years ago
|
||
Only try to delete the GMP storage path if it exists, so we'll only warn if the GMP storage path does exist and we failed to delete it. The warning no longer fires during GMP gtests.
Attachment #8510764 -
Flags: review?(rjesup)
Updated•10 years ago
|
Attachment #8510764 -
Flags: review?(rjesup) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Comment 3•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
Assignee | ||
Comment 4•10 years ago
|
||
Mass update firefox-status to track EME uplift.
You need to log in
before you can comment on or make changes to this bug.
Description
•