[Webkit-unassigned] [Bug 147729] New: Web Inspector: move LayoutTests/inspector-protocol/ tests to LayoutTests/inspector/

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 6 10:08:48 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=147729

            Bug ID: 147729
           Summary: Web Inspector: move LayoutTests/inspector-protocol/
                    tests to LayoutTests/inspector/
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bburg at apple.com
                CC: bburg at apple.com, graouts at webkit.org,
                    joepeck at webkit.org, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

Joe and I came up with the following organization. All inspector tests belong under LayoutTests/inspector/, regardless of the test harness that is used. The harness is a per-test choice, determined by which file is included (protocol-test.js or inspector-test.js). Most tests are arranged according to the domain that they exercise.

inspector/
    dom/
    dom-debugger/
    debugger/
    runtime/
    ...
    unittests/
    protocol/


unittests/ will contain all tests not specific to any protocol domain or methods, such as the unit tests for AsyncTestSuite, EventListener, and other classes.

protocol/ will contain tests for the protocol layer, such as tests for InspectorBackend and error messages sent by the backend.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150806/c4d8bdfd/attachment.html>


More information about the webkit-unassigned mailing list