Bug 105937 - [chromium] Layout Test webaudio/automatic-pull-node.html is timing out
Summary: [chromium] Layout Test webaudio/automatic-pull-node.html is timing out
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Audio (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-02 12:44 PST by Terry Anderson
Modified: 2013-04-08 15:35 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Terry Anderson 2013-01-02 12:44:24 PST
The following layout test is timing out on XP

webaudio/automatic-pull-node.html

Probable cause: unknown
Comment 1 Terry Anderson 2013-01-02 14:09:21 PST
Added to chromium's TestExpectations as [ Pass Timeout ] for XP. See http://trac.webkit.org/changeset/138644
Comment 2 Terry Anderson 2013-01-02 14:12:31 PST
@crogers, do you have any ideas as to why this test keeps timing out on XP?
Comment 3 Chris Rogers 2013-01-02 15:09:12 PST
(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.
Comment 4 Terry Anderson 2013-01-03 10:19:44 PST
Good idea. I have marked this as Slow in http://trac.webkit.org/changeset/138714 and will keep an eye on it. Thanks.
Comment 5 Terry Anderson 2013-01-03 15:18:02 PST
It was still timing out even after 30 seconds, so I have marked this as Timeout again: http://trac.webkit.org/changeset/138750