Bug 22267 - Layout tests need Release build, won't run with Debug build of QtWebkit
Summary: Layout tests need Release build, won't run with Debug build of QtWebkit
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Critical
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-14 10:57 PST by Krishna
Modified: 2009-02-24 09:39 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Krishna 2008-11-14 10:57:11 PST
Layout tests can't be run using Debug version of QtWebkit build, but can be run using Release build. 

Does it mean the run-webkit-tests script under WebKitTools/Scripts may not have support for Debug version of the Webkit ?

Here is my environmetal variables:
LIBRARY_PATH=/usr/local/Trolltech/Qt-4.4.3/lib
QTDIR=/usr/local/Trolltech/Qt-4.4.3
LD_LIBRARY_PATH=/usr/local/Trolltech/Qt-4.4.3/lib
WEBKITDIR=/home/mobuntu/src/cwrt/Webkit
WEBKIT_TESTFONTS=/home/mobuntu/src/cwrt/Webkit/TestFonts

I am using the latest Webkit trunk code as of 1:00 PM EST 14-Nov-08.
Comment 1 Adam Treat 2009-02-24 09:39:00 PST
You can run the layout tests with Debug build just fine.  Just add the --debug flag when you run.