Open
Bug 1983852
Opened 11 months ago
Updated 3 months ago
Fix tests/pdf_viewer/test_add_image_pdf.py on Linux
Categories
(Mozilla QA :: STArFox, defect, P2)
Tracking
(Not tracked)
NEW
People
(Reporter: tracy, Unassigned)
References
(Blocks 1 open bug)
Details
tests/pdf_viewer/test_add_image_pdf.py is failing on Linux in 143.0b1. Could be (likely) related to bug 1983843, but need to investigate.
| Reporter | ||
Comment 1•11 months ago
•
|
||
not related to the csv test failures. The path being built to the local file data/boeing_brochure.pdf is wrong:
it's building "/tmp/pytest-of-tracy/pytest-12/test-add-image-pdf0/boeing_brochure.pdf" as the location of the PDF to load up (which then we'd add the goomy.png image to)
but that location is all wrong. Path to the actual file is: "/home/tracy/FxAutomation/data/boeing_brochure.pdf". Why has Linux got this so wrong?
| Reporter | ||
Comment 2•10 months ago
|
||
This appears to be happening in path construction on Linux in pdf_viewer: GenericPdf
| Reporter | ||
Updated•6 months ago
|
| Reporter | ||
Updated•6 months ago
|
Priority: P1 → P2
| Reporter | ||
Updated•3 months ago
|
Assignee: twalker → nobody
Status: ASSIGNED → NEW
You need to log in
before you can comment on or make changes to this bug.
Description
•