Open
Bug 1809650
Opened 3 years ago
Updated 3 years ago
Android junit test tries to install missing xpi from `resource` URL which trips "don't try to load non-existant files" checks.
Categories
(GeckoView :: General, defect, P2)
Tracking
(Not tracked)
NEW
People
(Reporter: Gijs, Unassigned)
References
Details
(Whiteboard: [geckoview:m113?])
In bug 1724718 I'm seeing android junit failures because this add-on install code is called with an invalid URL here, deliberately, to test handling of files that are not found.
It's not clear to me if it would be more realistic to update this to point to a http URL that returns 404, a missing file on disk, or similar, or if this is just an accepted part of what android does, but I figured I'd file a bug and worst case we can document why we need an exception in the "crash on automation if we try to access unpackaged files" code over in bug 1724718.
Updated•3 years ago
|
Severity: -- → S4
Type: task → defect
Priority: -- → P2
See Also: → 1812356
Whiteboard: [geckoview:m113?]
You need to log in
before you can comment on or make changes to this bug.
Description
•