Closed
Bug 1935017
Opened 2 months ago
Closed 2 months ago
adjust skipfails.py to track platform/config/path more accurately
Categories
(Testing :: General, enhancement)
Testing
General
Tracking
(firefox135 fixed)
RESOLVED
FIXED
135 Branch
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: jmaher, Assigned: jmaher)
Details
Attachments
(4 files)
there are some edge cases where we double count things or apply logic to the wrong platform/config/manifest/path...
also I found that we could store some data in different structures and avoid extra looping- making skipfails slightly faster!
There are other fixes to do, specfically around bugs filed during the greening up of macosx 14.70. I will address those issues in those specific bugs.
Assignee | ||
Comment 1•2 months ago
|
||
Updated•2 months ago
|
Assignee: nobody → jmaher
Status: NEW → ASSIGNED
Pushed by jmaher@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ce5c4cb9e151
fix skipfails.py to track platforms/configs/paths better. r=aryx
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox135:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
Comment 4•2 months ago
|
||
Comment 5•2 months ago
|
||
Comment 6•2 months ago
|
||
Pushed by jmaher@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/16b4697807ee
skipfails: fix crash on wpt and list manifests r=jmaher
https://hg.mozilla.org/integration/autoland/rev/729fecdad2f9
skipfails: move bugzilla comment generation in own method r=jmaher
https://hg.mozilla.org/integration/autoland/rev/f0d5473a3147
skipfails: clean up skip_failures code r=jmaher
Comment 8•2 months ago
|
||
bugherder |
Comment 9•2 months ago
|
||
A patch has been attached on this bug, which was already closed. Filing a separate bug will ensure better tracking. If this was not by mistake and further action is needed, please alert the appropriate party. (Or: if the patch doesn't change behavior -- e.g. landing a test case, or fixing a typo -- then feel free to disregard this message)
You need to log in
before you can comment on or make changes to this bug.
Description
•