[Webkit-unassigned] [Bug 162814] New: Web Inspector: TestSuite test cases should have their own timeout to ensure tests fail with output instead of timeout by test runner

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 30 15:51:15 PDT 2016


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

            Bug ID: 162814
           Summary: Web Inspector: TestSuite test cases should have their
                    own timeout to ensure tests fail with output instead
                    of timeout by test runner
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: bburg at apple.com, joepeck at webkit.org,
                    mattbaker at apple.com, nvasilyev at apple.com,
                    timothy at apple.com, webkit-bug-importer at group.apple.com

Summary:
TestSuite test cases should have their own timeout to ensure tests fail with output instead of timeout by test runner

Currently when an inspector tests times out we get almost no data, even though much of the test may have run successfully. An individual test case in a test suite can be missing an event and hosing the entire test.

I think it would make a lot of sense to make individual test cases in a test suite have a timeout. When that happens, it can fail the individual test case (or ALL test cases if they are dependent) and we would get useful failing output instead of generic Test Runner timeout data. This has the added benefit of making long timeouts fail more quickly so it is easier to work on tests.

-- 
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/20160930/815acea3/attachment-0001.html>


More information about the webkit-unassigned mailing list