there are many kind of tests. Probably you are talking about layout tests. You need to build webkit for qt.
*Building QT WebKit on linux * 0. Install xcb packages with apt-get https://qt.gitorious.org/qt/qtbase/blobs/master/src/plugins/platforms/xcb/README<http://www.google.com/url?q=https%3A%2F%2Fqt.gitorious.org%2Fqt%2Fqtbase%2Fblobs%2Fmaster%2Fsrc%2Fplugins%2Fplatforms%2Fxcb%2FREADME&sa=D&sntz=1&usg=AFrqEzdsWYkbqo2wX50JgFK2eCw1mZ4XoA> 1. Clone https://github.com/ossy-szeged/qt5-tools<http://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fossy-szeged%2Fqt5-tools&sa=D&sntz=1&usg=AFrqEzdk1068BUZn_DmpEdr9s3qekLDMhg> (e.g. under ~/projects/qt5-tools/) 2. Run "./build-qt5.sh -D -j12" 3. Add "~/projects/qt5-tools/qt5/qtbase/bin" to PATH 4. Build WebKit time build-webkit --qt --makeargs="-j12" --no-video you also need to download testfonts. 5. Run tests export WEBKIT_TESTFONTS=~/testfonts new-run-webkit-tests --qt Regards, Tim. On Sun, Dec 23, 2012 at 2:43 AM, wingoog moon <[email protected]> wrote: > Hi all. My patch is building locally without errors, however it does not > pass qt and qt-wk2 tests when I attach it to the bug. > So is there any way to run these tests on the patch without actually > attaching it to the bug, so I can figure out all the problems of the patch > and can be sure it passes all the tests, before I attach it to the bug. > > Thanks for attention. > > _______________________________________________ > webkit-dev mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo/webkit-dev > >
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-dev

