Summary: | [Qt] Move project files into Source | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Andras Becsi <abecsi> | ||||||
Component: | Tools / Tests | Assignee: | Andras Becsi <abecsi> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | abarth, eric, galpeter, koshuin, laszlo.gombos, ossy, webkit-ews, webkit.review.bot, wsiegrist | ||||||
Priority: | P2 | Keywords: | Qt | ||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | All | ||||||||
OS: | Linux | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 51339 | ||||||||
Attachments: |
|
Description
Andras Becsi
2011-01-21 07:22:09 PST
Created attachment 79745 [details]
proposed patch
This most certainly needs a clean build, so not setting cq?
Attachment 79745 [details] did not build on qt: Build output: http://queues.webkit.org/results/7643005 Comment on attachment 79745 [details] proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=79745&action=review Great work! r=me with some minor reflections. Please fix them and make a force clean build on our buildbots when you. ( Just a good advice: Next time use git diff -M if you rename or move files. It will make the patch more easily reviewable. ) Fix run-javascriptore-tests (webkitdirs.pm in sub jscProductDir): - $productDir .= "/Source/JavaScriptCore" if isQt(); + $productDir .= "/JavaScriptCore" if isQt(); > Source/WebKit2/DerivedSources.pro:44 > -SRC_ROOT_DIR = $$replace(PWD, /Source/WebKit2, /) > +SRC_ROOT_DIR = $$replace(PWD, /Source/WebKit2, "") > Source/WebKit2/DerivedSources.pro:114 > -message_header_generator.commands = $${PYTHON} $${SRC_ROOT_DIR}Source/WebKit2/Scripts/generate-messages-header.py ${QMAKE_FILE_IN} > ${QMAKE_FILE_OUT} > +message_header_generator.commands = $${PYTHON} $${SRC_ROOT_DIR}/Source/WebKit2/Scripts/generate-messages-header.py ${QMAKE_FILE_IN} > ${QMAKE_FILE_OUT} ... Nice catch. ;) > Tools/Scripts/webkitdirs.pm:1591 > + # FIXME Iterate over different source directories manually to workaround a problem with qmake+extraTargets+s60 s/FIXME/FIXME: (In reply to comment #3) > Great work! r=me with some minor reflections. Please fix > them and make a force clean build on our buildbots when you. s/when you/when you land the patch :) http://trac.webkit.org/changeset/76496 might have broken Qt Linux Release The following tests are not passing: inspector/debugger-autocontinue-on-syntax-error.html inspector/debugger-scripts.html inspector/storage-panel-dom-storage.html inspector/styles-add-blank-property.html patch landed: http://trac.webkit.org/changeset/76496 fix landed: http://trac.webkit.org/changeset/76499 (In reply to comment #5) > http://trac.webkit.org/changeset/76496 might have broken Qt Linux Release > The following tests are not passing: > inspector/debugger-autocontinue-on-syntax-error.html > inspector/debugger-scripts.html > inspector/storage-panel-dom-storage.html > inspector/styles-add-blank-property.html http://trac.webkit.org/changeset/76497 is the culprit. Bill, could you run a reconigure on the buildmaster, please? (because of r76497) (It isn't so important, because it works with a local symlink now.) (In reply to comment #8) > Bill, could you run a reconigure on the buildmaster, please? (because of r76497) > (It isn't so important, because it works with a local symlink now.) I meant r76499. Comment on attachment 79745 [details]
proposed patch
Thanks Ossy for fixing the issues.
Buildbot master updated. Reopened as this broke the Symbian build - patch will follow. Thanks! Created attachment 80291 [details]
Fix for Symbian
Comment on attachment 80291 [details]
Fix for Symbian
rs=me. Sorry for the build break.
Landed in http://trac.webkit.org/changeset/76785 |