Closed
Bug 1455830
Opened 7 years ago
Closed 7 years ago
static opt and Android build bustage when Gecko 61 merges to Beta on 2018-04-26
Categories
(Core :: Networking, defect, P2)
Core
Networking
Tracking
()
VERIFIED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox-esr60 | --- | unaffected |
firefox59 | --- | unaffected |
firefox60 | --- | unaffected |
firefox61 | blocking | verified |
People
(Reporter: aryx, Assigned: valentin)
References
Details
(Whiteboard: [necko-triaged])
central-as-beta simulation: https://treeherder.mozilla.org/#/jobs?repo=try&revision=3eb7c05a2a4cfd295545d947ddc581279beb92dd&group_state=expanded&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=retry&filter-resultStatus=usercancel&filter-resultStatus=runnable&selectedJob=174922145
Log: https://treeherder.mozilla.org/logviewer.html#?job_id=174922145&repo=try
/builds/worker/workspace/build/src/netwerk/base/nsStandardURL.cpp:1802:54: error: lambda capture 'this' is not used [-Werror,-Wunused-lambda-capture]
Regression from /builds/worker/workspace/build/src/netwerk/base/nsStandardURL.cpp:1802:54: error: lambda capture 'this' is not used [-Werror,-Wunused-lambda-capture]
Flags: needinfo?(valentin.gosu)
Assignee | ||
Comment 1•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/91694a86688d7a2d7ecc0c00bda3286527d0c365
Bug 1455830 - Fix -Wunused-lambda-capture warning in nsStandardURL::SetPassword r=me
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → valentin.gosu
Flags: needinfo?(valentin.gosu)
Priority: -- → P2
Whiteboard: [necko-triaged]
Comment 2•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Comment 3•7 years ago
|
||
Verified fix by the latest beta simulation:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=6f338f99e54dd2fc6fad0f29513e30894fb7f28e&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=usercancel&filter-resultStatus=runnable&group_state=expanded
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•