[webkit-dev] Cross browser automated tests

2009-03-02 Thread Sylvain Pasche
Hi, This is an announcement of a project that may be of interest. The idea is to run test cases automatically on some versions of the main browsers. Test results should help authors/spec authors/vendors see what feature is implemented where and vendors could integrate these tests in their reg

[webkit-dev] Cross browser automated tests

2008-05-18 Thread Sylvain Pasche
Hi, I'm working on an experimental project to build a set of cross browser automated tests. The idea would be: having a repository of browser independent automated tests. Each browser developer could contribute tests to it and use these tests for testing their product. Existing test suites tha

[webkit-dev] Re: Who's working on merging GNUmakefile.am and DerivedSources.make?

2008-01-04 Thread Sylvain Pasche
Alp Toker wrote: * Built object files are scattered throughout the directory hierarchy, resulting in svn stat noise. You can avoid this by using a separate objdir, when doing something like: mkdir objdir cd objdir ../autogen.sh make This way you get all the .o files inside your objdir. Ther