[Webkit-unassigned] [Bug 14740] New: Hierarchical layout tests and platform organization

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 23 19:26:58 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14740

           Summary: Hierarchical layout tests and platform organization
           Product: WebKit
           Version: 522+ (nightly)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pewtermoose at gmail.com
                CC: aroben at apple.com


Bugzilla for the current plan for better platform-specific layout test support.
Corresponding wiki page:
<http://trac.webkit.org/projects/webkit/wiki/RunWebKitTestsDesign>

---

Each platform configuration should define one variable, $platformTestDirectory,
that specifies the most specific directory under LayoutTests/platform/ that
applies to that platform. For instance, on Mac OS X Leopard, mac-leopard should
be specified.

This name is broken into all possible hyphenated prefixes. For example, if a
platform specifies a-b-c as its $platformTestDirectory, the directories in its
platform hierarchy become (in order of decreasing specificity): a-b-c -> a-b ->
a

run-webkit-tests should search recursively through all the subdirectories of
LayoutTests/ to find test files, just as it does currently. However, it should
not search beneath platform/. It should then search through each of the
directories in the platform hierarchy to find additional platform-specific
tests to run.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list