WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
140703
[Win] Layout Test loader/go-back-cached-main-resource.html fails
https://bugs.webkit.org/show_bug.cgi?id=140703
Summary
[Win] Layout Test loader/go-back-cached-main-resource.html fails
Brent Fulgham
Reported
2015-01-20 16:53:10 PST
The following layout test is flaky on Windows (Debug and Release): loader/go-back-cached-main-resource.html Probable cause: The first resource load event is happening before the test harness calls 'dumpResourceLoadCallbacks', so it is not getting added to the URL cache. When we later attempt to look up the URL by identifier, it doesn't find it and we return (null). --- /home/buildbot/slave/win-release-tests/build/layout-test-results/loader/go-back-cached-main-resource-expected.txt +++ /home/buildbot/slave/win-release-tests/build/layout-test-results/loader/go-back-cached-main-resource-actual.txt @@ -1,5 +1,5 @@ resources/first-page.html - willSendRequest <NSURLRequest URL resources/first-page.html, main document URL resources/first-page.html, http method GET> redirectResponse (null) -go-back-cached-main-resource.html - didFinishLoading +<unknown> - didFinishLoading resources/first-page.html - didReceiveResponse <NSURLResponse resources/first-page.html, http status code 0>
Attachments
Add attachment
proposed patch, testcase, etc.
Brent Fulgham
Comment 1
2015-01-22 09:40:38 PST
A similar bug is affecting fast/preloader/scan-body-from-head-script.html. The test often passes in Debug mode.
Brent Fulgham
Comment 2
2015-01-27 12:41:45 PST
Also: security/block-test.html security/block-test-no-port.html
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug