[webkit-dev] Mapping Results between Layout-tests and Webkit-Supported Features

Darin Adler darin at apple.com
Fri May 8 13:11:55 PDT 2009


On May 7, 2009, at 11:24 PM, g_siddu wrote:

> I am running webkit-layout tests on the Gtk Platfrom and with the  
> tests being run i am trying to map them with those of the features  
> provided by the webkit(http://trac.webkit.org/wiki/SpecSupport).

There’s no real way to map a directory onto a feature. It’s a  
possibility for future organization of some tests, but not how things  
are today.

> i see a particular folder (for ex dom) present  in several places  
> like LayoutTests/dom and also LayoutTests/fast/dom, same goes with  
> the security folder as well

It’s hard to answer your general question, but I can be specific about  
the two cases you asked about.

LayoutTests/dom contains some DOM test suites that came from the W3C  
originally. LayoutTests/fast/dom contains many general DOM tests.

LayoutTests/security contains security tests that can run locally.  
LayoutTests/http/tests/security contains security tests that require  
an http server to be running. The test script run-webkit-tests runs  
the http server if any tests in the LayoutTests/http are going to run.

     -- Darin



More information about the webkit-dev mailing list