[Webkit-unassigned] [Bug 145313] New: Testharness-based tests that timeout should be able to produce a detailled output

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 22 12:39:36 PDT 2015


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

            Bug ID: 145313
           Summary: Testharness-based tests that timeout should be able to
                    produce a detailled output
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: youennf at gmail.com

Currently, the timeout for testharness based tests is set very high so that WebKit timeout always kicks in first.
This prevents testharness to produce meaningful reports, as in a single file, one test may timeout but not the others.
testharness should be able to report which tests are timeouting and which tests are not.

A first approach would be to put testharness timeout as the minimum value of all bots timeout.

One potential issue is that WebKit timeout depends on bot options (Mac, GTK, Debug, Release, Guard Malloc...), while testharness timeouts only depend on the document.
If the first approach does not work, the infrastructure may be upgraded to set the testharness.js timeout value dynamically at the beginning of the test process.

-- 
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/20150522/90e6263d/attachment.html>


More information about the webkit-unassigned mailing list