Closed
Bug 2028047
Opened 10 days ago
Closed 9 days ago
Skip devtools tests disabled on mac for macOS 15 AArch64
Categories
(Testing :: Mochitest, task)
Testing
Mochitest
Tracking
(firefox150 fixed, firefox151 fixed)
RESOLVED
FIXED
151 Branch
People
(Reporter: jdescottes, Assigned: jdescottes)
References
(Blocks 5 open bugs)
Details
Attachments
(2 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
I'm seeing a lot of spikes for tests normally disabled on mac but which now try to run on macOS 15 AArch64
They should be disabled as well.
In general in all cases where "os == 'mac' && os_version == '14.70' && arch == 'x86_64'" is used as is in a skip if: https://searchfox.org/firefox-main/search?q=%22os+%3D%3D+%27mac%27+%26%26+os_version+%3D%3D+%2714.70%27+%26%26+arch+%3D%3D+%27x86_64%27%22&path=devtools&case=false®exp=false
| Assignee | ||
Comment 1•10 days ago
|
||
Updated•10 days ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Pushed by jdescottes@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/1d74294db57a
https://hg.mozilla.org/integration/autoland/rev/5b2d7d41f93f
[devtools] Skip devtools tests disabled on mac for macOS 15 AArch64 r=devtools-reviewers,ochameau
Status: ASSIGNED → RESOLVED
Closed: 9 days ago
status-firefox151:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 151 Branch
| Assignee | ||
Comment 5•3 days ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D291129
Updated•3 days ago
|
Attachment #9566849 -
Flags: approval-mozilla-beta?
Comment 6•3 days ago
|
||
firefox-beta Uplift Approval Request
- User impact if declined/Reason for urgency: Frequent intermittent failures on new macos platform
- Code covered by automated testing?: yes
- Fix verified in Nightly?: yes
- Needs manual QE testing?: no
- Steps to reproduce for manual QE testing: N/A
- Risk associated with taking this patch: low
- Explanation of risk level: manifest update
- String changes made/needed?: N/A
- Is Android affected?: no
Updated•3 days ago
|
Attachment #9566849 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•3 days ago
|
status-firefox150:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•