Layout Test compilation on linux system
Hello, I want to execute Layout Test on a linux station. It's not necessery i've a graphical visualisation, it's just for passing this test on my linux browser (compiled with mike hemmel patch) in a buildbot automate. Someone can help me please ? Thx SebG
I believe you'll have to write your own version of DumpRenderTree ("DRT") for Linux. Take a look at the code in WebKitTools/ DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/ DumpRenderTree.cpp for Windows, in addition to the original Mac OS X code in WebKitTools/DumpRenderTree/DumpRenderTree.m. You may even be able to reuse the Windows code. I'm not sure how functional the Windows code is, though. Dave On Jun 27, 2006, at 8:11 AM, Sebastien GODARD wrote:
Hello,
I want to execute Layout Test on a linux station.
It's not necessery i've a graphical visualisation, it's just for passing this test on my linux browser (compiled with mike hemmel patch) in a buildbot automate.
Someone can help me please ?
Thx
SebG
On 6/27/06, David D. Kilzer <ddkilzer@kilzer.net> wrote:
I believe you'll have to write your own version of DumpRenderTree ("DRT") for Linux. Take a look at the code in WebKitTools/ DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/ DumpRenderTree.cpp for Windows, in addition to the original Mac OS X code in WebKitTools/DumpRenderTree/DumpRenderTree.m.
You may even be able to reuse the Windows code. I'm not sure how functional the Windows code is, though.
Just for info the linux port is mainly derived from the windows port first and the Mac port second. The windows port is a bit more useful since its c++ and currently only implements the basics. I'm working on a new patch right now should be out today or tomorrow. It addresses a lot of the concerns in the bug report. Mike
Dave
On Jun 27, 2006, at 8:11 AM, Sebastien GODARD wrote:
Hello,
I want to execute Layout Test on a linux station.
It's not necessery i've a graphical visualisation, it's just for passing this test on my linux browser (compiled with mike hemmel patch) in a buildbot automate.
Someone can help me please ?
Thx
SebG
webkit-dev mailing list webkit-dev@opendarwin.org http://www.opendarwin.org/mailman/listinfo/webkit-dev
Latest patch is now up on Bug 8515 Mike On 6/27/06, Sebastien GODARD <sgodard@origyn.fr> wrote:
Hello,
I want to execute Layout Test on a linux station.
It's not necessery i've a graphical visualisation, it's just for passing this test on my linux browser (compiled with mike hemmel patch) in a buildbot automate.
Someone can help me please ?
Thx
SebG
_______________________________________________ webkit-dev mailing list webkit-dev@opendarwin.org http://www.opendarwin.org/mailman/listinfo/webkit-dev
You have commited this file in your patch : WebKitTools/GdkLauncher/GNUmakefile I think it's not normal Seb On 6/27/06, Mike Emmel <mike.emmel@gmail.com> wrote:
Latest patch is now up on Bug 8515
Mike
On 6/27/06, Sebastien GODARD <sgodard@origyn.fr> wrote:
Hello,
I want to execute Layout Test on a linux station.
It's not necessery i've a graphical visualisation, it's just for passing this test on my linux browser (compiled with mike hemmel patch) in a buildbot automate.
Someone can help me please ?
Thx
SebG
_______________________________________________ webkit-dev mailing list webkit-dev@opendarwin.org http://www.opendarwin.org/mailman/listinfo/webkit-dev
participants (3)
-
David D. Kilzer
-
Mike Emmel
-
Sebastien GODARD