Bug 105937
Summary: | [chromium] Layout Test webaudio/automatic-pull-node.html is timing out | ||
---|---|---|---|
Product: | WebKit | Reporter: | Terry Anderson <tdanderson> |
Component: | Web Audio | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | crogers, macpherson, schenney |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Terry Anderson
The following layout test is timing out on XP
webaudio/automatic-pull-node.html
Probable cause: unknown
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Terry Anderson
Added to chromium's TestExpectations as [ Pass Timeout ] for XP. See http://trac.webkit.org/changeset/138644
Terry Anderson
@crogers, do you have any ideas as to why this test keeps timing out on XP?
Chris Rogers
(In reply to comment #2)
> @crogers, do you have any ideas as to why this test keeps timing out on XP?
This test looks like it's chaining three tests together, each one of which is async. I expect it just happens to be a slower than average test, which might be especially slow on XP. It might be interesting to see if marking it as a "Slow" test will help.
Terry Anderson
Good idea. I have marked this as Slow in http://trac.webkit.org/changeset/138714 and will keep an eye on it. Thanks.
Terry Anderson
It was still timing out even after 30 seconds, so I have marked this as Timeout again: http://trac.webkit.org/changeset/138750