Closed
Bug 1937790
Opened 1 year ago
Closed 1 year ago
wptrunner doesn't forward `MINIDUMP_SAVE_PATH` env variable for Firefox on Android
Categories
(Testing :: web-platform-tests, defect, P2)
Testing
web-platform-tests
Tracking
(firefox135 fixed)
RESOLVED
FIXED
135 Branch
| Tracking | Status | |
|---|---|---|
| firefox135 | --- | fixed |
People
(Reporter: Sasha, Assigned: Sasha)
References
(Blocks 1 open bug)
Details
(Whiteboard: [webdriver:m14], [wptsync upstream])
Attachments
(1 file)
While working on bug 1859377, I've noticed that MINIDUMP_SAVE_PATH env variable is set in CI (see here), but probably not forwarded (or filtered out) to an Android device, because geckodriver doesn't find it (see here). It can also be reproduced locally by running wpt tests with MINIDUMP_SAVE_PATH env variable being set.
At the same time, injecting the variable here makes it work (at least locally).
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Component: Mozbase → web-platform-tests
Summary: mozrunner doesn't handle correctly `MINIDUMP_SAVE_PATH` env variable on Android → wptrunner doesn't forward `MINIDUMP_SAVE_PATH` env variable for Firefox on Android
Updated•1 year ago
|
Assignee: nobody → aborovova
Status: NEW → ASSIGNED
Updated•1 year ago
|
Attachment #9444381 -
Attachment description: Bug 1937790 - [mozrunner] Forward "MINIDUMP_SAVE_PATH" env variable to Android. → Bug 1937790 - [wptrunner] Forward "MINIDUMP_SAVE_PATH" env variable to Android.
Pushed by aborovova@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/afb277e96c7b
[wptrunner] Forward "MINIDUMP_SAVE_PATH" env variable to Android. r=jgraham,whimboo
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/49768 for changes under testing/web-platform/tests
Comment 4•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox135:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
Updated•1 year ago
|
Severity: -- → S3
Points: --- → 1
Priority: -- → P2
Whiteboard: [webdriver:m14]
Upstream PR was closed without merging
Whiteboard: [webdriver:m14] → [webdriver:m14], [wptsync upstream]
Upstream PR merged by moz-wptsync-bot
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•