[webkit-dev] Re: Running Layout Tests on Linux

2007-05-09 Thread Adam Roben
(I'm moving this thread to webkit-dev, which is the appropriate  
mailing list for questions/discussion about the development of WebKit  
itself)


On May 9, 2007, at 3:03 PM, Reem Yazigi wrote:


Hello Everyone,

Could any of you get to a script that can run the Layout Tests of  
WebKit on Linux?
I could run the "run-webkit-tests" script on Mac, but I couldn't  
run it on Linux!! It looks like it has some Mac OS system calls...

Any idea about the solution?


   run-webkit-tests essentially just drives DumpRenderTree, which is  
an application that runs each individual test. So far, I believe  
DumpRenderTree is only available for the Mac and Qt platforms. If you  
are building WebKit on Qt, you should be able to use run-webkit-tests  
without problems (we have a bot that does this regularly at http:// 
build.webkit.org/). If you are trying to run the WebKit tests on some  
other platform (e.g., Gdk), you'll need to port DumpRenderTree first.  
The source for DumpRenderTree is in WebKitTools/DumpRenderTree, which  
you can see here http://trac.webkit.org/projects/webkit/browser/trunk/ 
WebKitTools/DumpRenderTree.


-Adam
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Proposal: feature branch

2007-05-09 Thread Mark Rowe

Hi all,

I've created the branch for feature development in r21341.  For  
contributors without commit access you can check out the branch from .  Contributors with commit access should use >.  As Maciej noted in his original email, the usual review process  
applies to all changes being landed on this branch.


Regards,
Mark

On 09/05/2007, at 4:32 PM, Maciej Stachowiak wrote:



Hi everyone,

The WebKit tree has been locked down for stabilization for a long  
time, and I think there is a desire to work on features and less  
essential bug fixes. It would be bad to hold this up indefinitely as  
stabilization continues. I propose we create a branch (tentative  
name: "feature-branch") where feature work, as well as non-critical  
compliance, compatibility and performance work can go.


We would still use normal review policy so that changes could be  
merged to trunk in the future without additional review.


To make this work well, we'd need a buildbot tracking the branch,  
and maybe even separate nightly builds once there is interesting  
stuff in there.


Thoughts?

Regards,
Maciej

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Proposal: feature branch

2007-05-09 Thread Nicholas Shanks

On 9 May 2007, at 07:32, Maciej Stachowiak wrote:

I propose we create a branch where feature work, as well as non- 
critical compliance, compatibility and performance work can go.


I for one would welcome such a development, as I would be able to  
resume the patches supporting CSS font-weight and font-stretch  
properties which I was working on. It would also give hyatt somewhere  
to put his recent @font-face work :-)


- Nicholas.




smime.p7s
Description: S/MIME cryptographic signature
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev