Bug 74281

Summary: [Qt] Fix skip list search path and expected file search path in ORWT
Product: WebKit Reporter: Ádám Kallai <kadam>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ossy, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch none

Description Ádám Kallai 2011-12-12 03:35:59 PST
Expected file search path are incorrect and Qt version is not support in ORWT. (Qt 4.8, Qt 5.0)
Comment 1 Ádám Kallai 2011-12-12 06:52:32 PST
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 2 Csaba Osztrogonác 2011-12-12 08:20:02 PST
Comment on attachment 118781 [details]
proposed patch

great work, r=me.
Comment 3 WebKit Review Bot 2011-12-12 09:48:48 PST
Comment on attachment 118781 [details]
proposed patch

Clearing flags on attachment: 118781

Committed r102594: <http://trac.webkit.org/changeset/102594>
Comment 4 WebKit Review Bot 2011-12-12 09:48:52 PST
All reviewed patches have been landed.  Closing bug.