Closed
Bug 1973753
Opened 2 months ago
Closed 2 months ago
allow skipfails and harnesses to work properly with android emulator greening up
Categories
(Testing :: General, task)
Testing
General
Tracking
(firefox142 fixed)
RESOLVED
FIXED
142 Branch
Tracking | Status | |
---|---|---|
firefox142 | --- | fixed |
People
(Reporter: jmaher, Assigned: jmaher)
Details
Attachments
(1 file)
a few issues:
- skip-fails:
--dry-run
still makes bugzilla api calls, should avoid that - wpt doesn't actually use adb so we never got info from the device
- wpt had no reference to
android_version
- harnesses references
isolated_process
, but skipfails is usingisolated-process
- mochitest had no reference for variant
nogpu
Assignee | ||
Comment 1•2 months ago
|
||
Updated•2 months ago
|
Assignee: nobody → jmaher
Status: NEW → ASSIGNED
Pushed by jmaher@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/fb4d9970de96
https://hg.mozilla.org/integration/autoland/rev/d5f134543a4f
cleanup skipfails and wpt/mochitest harnesses for supporting android emulator. r=ahal
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/53406 for changes under testing/web-platform/tests
Comment 4•2 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox142:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 142 Branch
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•