[Webkit-unassigned] [Bug 229300] New: [ Win EWS ] http/tests/security/no-javascript-refresh-spaces.py is flaky crashing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 19 11:06:08 PDT 2021


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

            Bug ID: 229300
           Summary: [ Win EWS ]
                    http/tests/security/no-javascript-refresh-spaces.py is
                    flaky crashing
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ayumi_kojima at apple.com

http/tests/security/no-javascript-refresh-spaces.py

Is a flaky crashing on Windows-EWS.

Result page: https://ews-build.s3-us-west-2.amazonaws.com/Windows-EWS/r435762-101851-rerun/results.html

The flaky crash is not showing up on the open source directory: https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2Fsecurity%2Fno-javascript-refresh-spaces.py

FAULTING_SOURCE_LINE:  C:\cygwin\home\buildbot\worker\Windows-EWS\build\Source\WebCore\platform\network\cf\ResourceHandleCFNet.cpp

FAULTING_SOURCE_FILE:  C:\cygwin\home\buildbot\worker\Windows-EWS\build\Source\WebCore\platform\network\cf\ResourceHandleCFNet.cpp

FAULTING_SOURCE_LINE_NUMBER:  304

FAULTING_SOURCE_CODE:  
   300:             }
   301:         }
   302:     }
   303: 
>  304:     client()->willSendRequestAsync(this, WTFMove(request), WTFMove(redirectResponse), [this, protectedThis = makeRef(*this), completionHandler = WTFMove(completionHandler)] (ResourceRequest&& request) mutable {
   305:         if (!request.isNull())
   306:             request.setStorageSession(d->m_storageSession.get());
   307:         completionHandler(WTFMove(request));
   308:     });
   309: }

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210819/d5446daf/attachment-0001.htm>


More information about the webkit-unassigned mailing list