Bug 64445 - [Qt] NRWT doesn't work on qt-mac platform
Summary: [Qt] NRWT doesn't work on qt-mac platform
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac All
: P1 Major
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks: 34984
  Show dependency treegraph
 
Reported: 2011-07-13 03:26 PDT by Csaba Osztrogonác
Modified: 2011-10-27 11:06 PDT (History)
8 users (show)

See Also:


Attachments
proposed fix (1.86 KB, patch)
2011-10-26 05:42 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2011-07-13 03:26:22 PDT
http://build.webkit.sed.hu/results/Qt%20SnowLeopard%20Intel%20Release/r90896%20%283123%29/results.html

NRWT shouldn't run fast/canvas/webgl/* tests, because ENABLE_WEBGL=0.
Dihan, could you check why libQtWebKit.so contains WebGLShader symbol with nm, when it shouldn't?

NRWT shouldn't run fast/wcss/* tests and .so file shouldn't contain parseWCSSInputProperty symbol.

and fast/xhtmlmp/* tests, isXHTMLMPDocument symbol

and mhtml/* tests, MHTMLArchive symbol

( WebKit/Tools/Scripts/webkitpy/layout_tests/port/webkit.py: _supported_symbol_list )
Comment 1 Eric Seidel (no email) 2011-07-13 15:42:40 PDT
Yes, this should be a very small amount of debugging for anyone with some python familiarity and a qt build.  Heck, if someone just has a build of Qt I'm happy to walk them through the debugging steps via #webkit.
Comment 2 Csaba Osztrogonác 2011-10-26 05:15:04 PDT
The error message is the following:

nm: can't open file: /Users/oszi/WebKit/WebKitBuild/Release/lib/libQtWebKit.so (No such file or directory)

but the library is here: /Users/oszi/WebKit/WebKitBuild/Release/lib/QtWebKit.framework/QtWebKit
Comment 3 Csaba Osztrogonác 2011-10-26 05:42:02 PDT
Created attachment 112487 [details]
proposed fix

cq-, because I want to be online when it lands to check if everything is OK or not.
Comment 4 Csaba Osztrogonác 2011-10-27 04:30:27 PDT
Comment on attachment 112487 [details]
proposed fix

Clearing flags on attachment: 112487

Committed r98544: <http://trac.webkit.org/changeset/98544>
Comment 5 Csaba Osztrogonác 2011-10-27 04:30:43 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Eric Seidel (no email) 2011-10-27 11:06:09 PDT
Comment on attachment 112487 [details]
proposed fix

Thank you very much Ossy.