Closed
Bug 2014317
Opened 7 months ago
Closed 7 months ago
Intermittent comm/mail/base/test/browser/menus/browser_editMenu_delete_item.js | single tracking bug
Categories
(Thunderbird :: Testing Infrastructure, defect, P5)
Thunderbird
Testing Infrastructure
Tracking
(Not tracked)
RESOLVED
FIXED
149 Branch
People
(Reporter: intermittent-bug-filer, Assigned: arschmitz)
References
Details
(Keywords: intermittent-failure, intermittent-testcase, Whiteboard: [collect_confirm_failure])
Attachments
(1 file)
Filed by: corey [at] thunderbird.net
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=546930904&repo=comm-central&task=SFeUkrp6SqWRaaJjpbP8VQ.0
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SFeUkrp6SqWRaaJjpbP8VQ/runs/0/artifacts/public/logs/live_backing.log
Comment 1•7 months ago
|
||
It seems like maybe the logic below (from https://hg-edge.mozilla.org/comm-central/rev/840f6ec2817528a781aebe4f3ddf2b3c57ed2fe4) is unexpectedly running mac tests now.
["browser_editMenu_delete_item.js"]
-skip-if = [
- "debug", # Too unreliable.
- "os == 'mac'",
+run-if = [
+ "asan", # Too unreliable.
+ "opt", # Too unreliable.
+ "os != 'mac'",
+ "tsan", # Too unreliable.
]
| Assignee | ||
Comment 2•7 months ago
|
||
Updated•7 months ago
|
Assignee: nobody → arschmitz
Status: NEW → ASSIGNED
Updated•7 months ago
|
Keywords: checkin-needed-tb
Target Milestone: --- → 149 Branch
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/248b9a7a7f69
Fix incorrect toml update. r=coreyb
| Assignee | ||
Updated•7 months ago
|
Blocks: tb-cal-read-event-dialog
| Assignee | ||
Updated•7 months ago
|
| Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•