Bug 60824
Summary: | [Qt] Turn on CONFIG(production) for production branches | ||
---|---|---|---|
Product: | WebKit | Reporter: | Laszlo Gombos <laszlo.gombos> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | hausmann, laszlo.gombos, menard |
Priority: | P3 | Keywords: | Qt, QtTriaged |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 32653 |
Laszlo Gombos
This bug is a place-holder to remind us to turn on production bit for all QtWebKit production branches. The idea has been introduced in http://trac.webkit.org/changeset/65690 and has been used first in QtWebKit 2.1.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Laszlo Gombos
The following gitorious commits needs to be merged (from QtWebKit 2.1) into QtWebKit 2.2:
1./ b88b478535791adff59008398454c026ce20f301
To merge this commit, please add the "CONFIG += production" line into common.pri instead of WebKit.pri otherwise the build will not succeed.
2./ a00c8841274f813983a581b86b919be4e645dd80
3./ 4172d67496e94e457a4daf45c808e5db4757c74e
4./ Merging these 3 commits (the first commit really) will make some LayoutTests fail as this will disable WebTiming, which requires adjusting the LayoutTest results and the Skipped list. I can help fixing these failures if needed.
Ademar Reis
Done on 2.2.
I also disabled the web timing tests I could find, but I'm not sure if there are others failing, we'll have to see the results from the bot (unfortunately I still don't have a VM/machine here to run these tests reliably).
Ademar Reis
(In reply to comment #2)
> Done on 2.2.
>
> I also disabled the web timing tests I could find, but I'm not sure if there are others failing, we'll have to see the results from the bot (unfortunately I still don't have a VM/machine here to run these tests reliably).
Update: managed to fix/skip all failing tests, the 2.2 bots are green now. :-)
Alexis Menard (darktears)
Can we close that bug or what?
Ademar Reis
(In reply to comment #4)
> Can we close that bug or what?
That's one of these bugs which don't fit well into bugzilla: it's a reminder for something we have to do on our productization branches, but not on trunk.
Let's keep it open until I document on the wiki the procedure for opening a new stable branch, then we can close it.
Simon Hausmann
We're likely going to use a different mechanism for the "production" builds (if at all). Closing this for now.