Closed
Bug 1446680
Opened 8 years ago
Closed 7 years ago
bustage at WindowsDllBlocklist.cpp(868): error C2065: 'gStartAddressesToBlock': undeclared identifier when Gecko 61 merges to Beta on 2018-04-26
Categories
(Core :: General, defect)
Core
General
Tracking
()
VERIFIED
FIXED
mozilla61
| Tracking | Status | |
|---|---|---|
| firefox-esr52 | --- | unaffected |
| firefox59 | --- | unaffected |
| firefox60 | --- | unaffected |
| firefox61 | --- | verified |
People
(Reporter: aryx, Assigned: aryx)
References
Details
Attachments
(1 file)
central-as-beta simulation: https://treeherder.mozilla.org/#/jobs?repo=try&revision=3b12ef97b1b8da8b50098088781dfa7770f17809&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=retry&filter-resultStatus=usercancel&filter-resultStatus=runnable&selectedJob=168682553
The Windows build jobs are busted from the changes in bug 1435816 because an ifdef NIGHTLY_BUILD is missing.
Log: https://treeherder.mozilla.org/logviewer.html#?job_id=168682553&repo=try
z:/build/build/src/mozglue/build/WindowsDllBlocklist.cpp(868): error C2065: 'gStartAddressesToBlock': undeclared identifier
| Assignee | ||
Updated•8 years ago
|
Summary: WindowsDllBlocklist.cpp(868): error C2065: 'gStartAddressesToBlock': undeclared identifier → bustage at WindowsDllBlocklist.cpp(868): error C2065: 'gStartAddressesToBlock': undeclared identifier when Gecko 61 merges to Beta on 2018-04-26
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 2•8 years ago
|
||
Comment 3•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8959869 [details]
Bug 1446680 - Restrict WindowsDllBlocklist's gStartAddressesToBlock to Nightly builds.
https://reviewboard.mozilla.org/r/228638/#review234444
Attachment #8959869 -
Flags: review+
Updated•7 years ago
|
Attachment #8959869 -
Flags: review?(ccorcoran)
Pushed by aklotz@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/023918b79066
Restrict WindowsDllBlocklist's gStartAddressesToBlock to Nightly builds. r=aklotz
Comment 5•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
| Assignee | ||
Comment 6•7 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•