Bug 23091 - Some webarchive http tests intermittently fail due to Connection/Keep-Alive header differences
Summary: Some webarchive http tests intermittently fail due to Connection/Keep-Alive h...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL: http://build.webkit.org/results/trunk...
Keywords: LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2009-01-03 14:34 PST by David Kilzer (:ddkilzer)
Modified: 2009-01-03 19:36 PST (History)
0 users

See Also:


Attachments
Patch v1 (23.84 KB, patch)
2009-01-03 17:10 PST, David Kilzer (:ddkilzer)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2009-01-03 14:34:21 PST
* SUMMARY
Some http/tests/webarchive tests fail intermittently with differences in Connection and Keep-Alive headers.  This is probably due to CFNetwork differences between Tiger and Leopard.  We should just ignore these headers by deleting them from the webarchive results.
Comment 1 David Kilzer (:ddkilzer) 2009-01-03 17:10:53 PST
Created attachment 26396 [details]
Patch v1
Comment 2 Darin Adler 2009-01-03 18:34:15 PST
Comment on attachment 26396 [details]
Patch v1

r=me
Comment 3 David Kilzer (:ddkilzer) 2009-01-03 19:36:36 PST
$ git svn dcommit
Committing to http://svn.webkit.org/repository/webkit/trunk ...
        M       LayoutTests/ChangeLog
        M       LayoutTests/http/tests/webarchive/test-css-url-encoding-expected.webarchive
        M       LayoutTests/http/tests/webarchive/test-css-url-encoding-shift-jis-expected.webarchive
        M       LayoutTests/http/tests/webarchive/test-css-url-encoding-utf-8-expected.webarchive
        M       LayoutTests/http/tests/webarchive/test-preload-resources-expected.webarchive
        M       WebKitTools/ChangeLog
        M       WebKitTools/DumpRenderTree/mac/DumpRenderTree.mm
Committed r39576

http://trac.webkit.org/changeset/39576