Closed
Bug 988168
Opened 11 years ago
Closed 11 years ago
Better integrate gtest libxul in the build system
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla31
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
24.53 KB,
patch
|
mshal
:
review+
|
Details | Diff | Splinter Review |
The goal is for the build system to have better knowledge about what ends up in gtest/libxul.so and avoid the dual linking hack in toolkit/library.
Assignee | ||
Comment 1•11 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=c5bdeb20a16d
B2G KK failures can be ignored, those builds are broken.
Attachment #8397731 -
Flags: review?(gps)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → mh+mozilla
Status: NEW → ASSIGNED
Comment 2•11 years ago
|
||
Comment on attachment 8397731 [details] [diff] [review]
Better integrate gtest libxul in the build system
(Stealing review from gps)
Looks good!
Since this almost completely eliminates LIBXUL_LIBRARY in moz.build files, is there a way to remove it from dom/bindings/test/moz.build as well? It seems a bit silly to have a variable that is used in only one file.
Attachment #8397731 -
Flags: review?(gps) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Filed bug 989522
Assignee | ||
Comment 4•11 years ago
|
||
Assignee | ||
Comment 5•11 years ago
|
||
Fixup for windows PGO
https://hg.mozilla.org/integration/mozilla-inbound/rev/a92851ff7444
Assignee | ||
Comment 6•11 years ago
|
||
And backed out because of a drop in linker memory usage which likely means it breaks PGO and will regress perf.
https://hg.mozilla.org/integration/mozilla-inbound/rev/2db12b4898e2
Assignee | ||
Comment 7•11 years ago
|
||
Rebased, moved MSVC_ENABLE_PGO from moz.build to libxul.mozbuild and relanded.
https://hg.mozilla.org/integration/mozilla-inbound/rev/93739bb52457
(with some fuckup beforehand:
https://hg.mozilla.org/integration/mozilla-inbound/rev/3c648300596f
https://hg.mozilla.org/integration/mozilla-inbound/rev/561b9329d832 )
Comment 8•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
Comment 9•11 years ago
|
||
The following changesets are now in Firefox Nightly:
> 561b9329d832 Bug 988168 - Better integrate gtest libxul in the build system. r=mshal
> 3c648300596f Backed out changeset 561b9329d832 (bug 988168) for wrong attribution.
> 93739bb52457 Bug 988168 - Better integrate gtest libxul in the build system. r=mshal. DONTBUILD
Nightly Build Information:
ID: 20140402030201
Changeset: 4941a2ac0786109b08856738019b016a6c5a66a6
Version: 31.0a1
TBPL: https://tbpl.mozilla.org/?rev=4941a2ac0786
URL: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-02-03-02-01-mozilla-central
Download Links:
> Linux x86: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-02-03-02-01-mozilla-central/firefox-31.0a1.en-US.linux-i686.tar.bz2
> Linux x86_64: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-02-03-02-01-mozilla-central/firefox-31.0a1.en-US.linux-x86_64.tar.bz2
> Linux x86_64 ASAN: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-02-03-02-01-mozilla-central/firefox-31.0a1.en-US.linux-x86_64-asan.tar.bz2
> Mac: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-02-03-02-01-mozilla-central/firefox-31.0a1.en-US.mac.dmg
> Win32: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-02-03-02-01-mozilla-central/firefox-31.0a1.en-US.win32.installer.exe
> Win64: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-02-03-02-01-mozilla-central/firefox-31.0a1.en-US.win64-x86_64.installer.exe
Previous Nightly Build Information:
ID: 20140401030203
Changeset: 1417d180a1d8665b1a91b897d1cc4cc31e7980d4
Version: 31.0a1
TBPL: https://tbpl.mozilla.org/?rev=1417d180a1d8
URL: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-01-03-02-03-mozilla-central
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•