[webkit-reviews] review requested: [Bug 74281] [Qt] Fix skip list search path and expected file search path in ORWT : [Attachment 118781] proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 12 06:52:31 PST 2011


Ádám Kallai <Kallai.Adam at stud.u-szeged.hu> has asked  for review:
Bug 74281: [Qt] Fix skip list search path and expected file search path in ORWT
https://bugs.webkit.org/show_bug.cgi?id=74281

Attachment 118781: proposed patch
https://bugs.webkit.org/attachment.cgi?id=118781&action=review

------- Additional Comments from Ádám Kallai <Kallai.Adam at stud.u-szeged.hu>
During searching the expected files' paths the general preference order on qt
platform is: /(qt-mac/qt-win/qt-linux)/ , qt version /(qt-4.8/qt-5.0)/ , qt and
generic by default.
For example: qt-linux -> qt-5.0 -> qt -> generic
If we call ORWT with -2 parameter the result is for example: qt-wk2 -> qt-linux
-> qt-5.0 -> qt -> generic
Now these things are similar to NRWT: 
 * expected search path are correct
 * printing all used skipped list and expected search path in verbose mode.


More information about the webkit-reviews mailing list