[Webkit-unassigned] [Bug 119133] New: Deflake 'http/tests/security/isolatedWorld/bypass-main-world-csp-for-inline-script.html'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 25 22:31:52 PDT 2013


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

           Summary: Deflake
                    'http/tests/security/isolatedWorld/bypass-main-world-c
                    sp-for-inline-script.html'
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: ap at webkit.org, beidson at apple.com, jberlin at webkit.org


Consider https://chromium.googlesource.com/chromium/blink/+/93210558b9d41eb96ed2f7c9fe2f2375500432ad
and its dependencies

I accidentally left a debug 'setTimeout()' call in this test, which forced
completion after two seconds. That was fairly silly, and caused some flake,
as the test would prematurely exit if it was taking too long.

This is bad enough, but it turns out that exiting early caused the
'alert()' usage in the test would also leak into the next test, causing an
assertion in DocumentLoader because the modal dialog defered the next test's
load.

This patch should fix both issues.

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



More information about the webkit-unassigned mailing list