[Webkit-unassigned] [Bug 27998] New: http/tests/cache/subresource-expiration.html uses 4.5 seconds of delay
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 4 14:37:45 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27998
Summary: http/tests/cache/subresource-expiration.html uses 4.5
seconds of delay
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: eric at webkit.org
CC: darin at apple.com, koivisto at iki.fi
Blocks: 27995
http/tests/cache/subresource-expiration.html uses 4.5 seconds of delay
These were added in:
http://trac.webkit.org/changeset/45003
Current runtime of this test is 6.25s on my machine. That's about 1% of total
LayoutTest runtime. :(
Is the delay really necessary?
{
testHeaders: {
'Cache-control': 'max-age=1',
},
delay: 1.5,
expectedResult: 'Uncached',
},
{
testHeaders: {
'Last-modified': '[now-3600s]',
},
delay: 1.5,
expectedResult: 'Cached',
},
{
testHeaders: {
'Last-modified': '[now-10s]',
},
delay: 1.5,
expectedResult: 'Uncached',
},
--
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