Expected file search path are incorrect and Qt version is not support in ORWT. (Qt 4.8, Qt 5.0)
Created attachment 118781 [details] proposed patch 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.
Comment on attachment 118781 [details] proposed patch great work, r=me.
Comment on attachment 118781 [details] proposed patch Clearing flags on attachment: 118781 Committed r102594: <http://trac.webkit.org/changeset/102594>
All reviewed patches have been landed. Closing bug.