Closed
Bug 1528854
Opened 6 years ago
Closed 6 years ago
Make it so updater-xpcshell.exe and TestAUSHelper.exe aren't console applications in opt builds
Categories
(Toolkit :: Application Update, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: robert.strong.bugs, Assigned: robert.strong.bugs)
Details
Attachments
(1 file)
When running these tests locally these exe's often pop up and steal focus when I am working on other things at the same time.
There is bug 1223530 for moving MOZ_CONSOLE to configure and I'm fine with just adding #pragma comment(linker, "/SUBSYSTEM:windows") and removing MOZ_CONSOLE entirely or any other recommendation on the best way to do this.
![]() |
Assignee | |
Comment 1•6 years ago
|
||
This makes it easier to locally run tests in the background
![]() |
Assignee | |
Updated•6 years ago
|
Assignee: nobody → robert.strong.bugs
Pushed by rstrong@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a1be066f767a
Change updater-xpcshell.exe and TestAUSHelper.exe so they use subsystem windows applications in opt builds. r=firefox-build-system-reviewers,ted.
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Comment 4•6 years ago
|
||
https://hg.mozilla.org/projects/oak/rev/a1be066f767a3d6b4c06e8afd8dae29fed528c6f
Bug 1528854 - Change updater-xpcshell.exe and TestAUSHelper.exe so they use subsystem windows applications in opt builds. r=firefox-build-system-reviewers,ted.
You need to log in
before you can comment on or make changes to this bug.
Description
•