[Webkit-unassigned] [Bug 162968] New: Should use polling to determine if a violation report has been written instead of hardcoded timeout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 5 07:22:39 PDT 2016


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

            Bug ID: 162968
           Summary: Should use polling to determine if a violation report
                    has been written instead of hardcoded timeout
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: All
                OS: All
            Status: NEW
          Keywords: EasyFix
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dbates at webkit.org
                CC: dbates at webkit.org, lforschler at apple.com

Following up on a suggestion by Alex Christensen in bug 162520, comment 11, we should use a polling approach instead of a hardcoded timeout in the following tests:

LayoutTests/http/tests/contentextensions/hide-on-ping-with-ping-that-redirects.html
LayoutTests/http/tests/navigation/ping-attribute/anchor-ping-and-do-not-follow-redirect-when-sending-ping.html
LayoutTests/http/tests/security/contentSecurityPolicy/report-blocked-uri-and-do-not-follow-redirect-when-sending-report.php
LayoutTests/http/tests/security/xssAuditor/report-script-tag-and-do-not-follow-redirect-when-sending-report.html
LayoutTests/http/tests/security/xssAuditor/report-script-tag-full-block-and-do-not-follow-redirect-when-sending-report.html

Although the polling approach may not necessarily allow us to remove an upper bound hardcoded timeout, it will allow a test to complete before the upper bound timeout.

-- 
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/20161005/51f557ec/attachment.html>


More information about the webkit-unassigned mailing list